Chirimoya

Chirimoya

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Rotoscoping 2015年5月19日16:25

Hi Camiloman,

Just to add to the discussion, if your image sequence has padding in front of your frame numbers, you can use this expression:

YourImageFilePath.`padzero(5, $F)`.YourFileExtension

In this example I used a padding of 5 digits, but you can use any number that fits your image sequence.

Don't forget to add the ` before and after the expression.

This will work on the Background tab of the Display Options (d key in the viewport) as well as in the Camera Plane qL node.

Cheers

Conditional CHOP export 2015年4月30日14:18

Excellent, thank you twod, that is what I was looking for

Conditional CHOP export 2015年4月30日13:43

Is there a way to conditionally turn on or off the export flag of a CHOP network?

I tried putting a switch node under my export node, but it does not seem to work…

Any ideas?