Community
Arnold for Houdini Forum
Rendering with Arnold in Houdini and Solaris using the HtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Proper syntax for creating Tx files from an image sequence used as a texture

2 REPLIES 2
Reply
Message 1 of 3
slylebeau
487 Views, 2 Replies

Proper syntax for creating Tx files from an image sequence used as a texture

Hey guys!

I was trying today to create Tx files out of a Tiff sequence and was unable to find how to do it in the terminal. I've tried ####, %04d, $F4, *.*, *.tiff..... etc.... But it was always returning an error that it needed a specific file name. How to batch process many files at once?

thanks for your time!

sly

Tags (1)
Labels (1)
  • tx
2 REPLIES 2
Message 2 of 3
Stephen.Blair
in reply to: slylebeau

You'll have to loop over the files and call maketx once per file.

So it depends on what you're using: batch file? python? shell script?



// Stephen Blair
// Arnold Renderer Support
Message 3 of 3
Anonymous
in reply to: slylebeau

for windows and bat use this (you can drag and drop images onto it):

SET PATH=%PATH%;o:\applications\pipeline\launch\repo\houdini_htoa\htoa-1.12.1_r1781_houdini-15.5.523\scripts\bin
@for %%i in (%*) do maketx -v -u --unpremult --oiio --colorconvert sRGB linear %%i --format exr -d half --compression dwaa

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report