Message 1 of 2
Turtle ilrTextureBakeCmd?

Not applicable
06-14-2015
01:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
i was just looking into a way to wirte a python script to bake occlusion out each frame using the Turtle cmd ilrTextureBakeCmd. So far i have this basic 1 frame attempt.
ilrTextureBakeCmd -sf on -c "persp" -t "pSphereShape1" -f 1 -bl "TurtleDefaultBakeLayer" -fn "test" -ff ??? -directory "/bakedTextures/";
The one flag i am unsure of is this -ff
The help states this
-ff -fileFormat UnsignedInt
I have no idea what that means
Does any one know what i should put here?
Many thanks.