DAZ Studio RIB Animation - Render Settings
![cain-x](https://secure.gravatar.com/avatar/4660828955bfe2159cf086466847d902?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2F4660828955bfe2159cf086466847d902_100.png)
I'm looking for a way to output a RIB file which contains an animation (multiple frames). Even multiple one frame RIB files in sequence are OK. I tested this in 4.8 and 4.9, it seems the RIB files constantly gets overwritten after each frame.
The workaround to this is a mcasual DAZ script which I modified to create a RIB file per frame. It is clunky but I'd rather have the built in DAZ render functionality do this (so I can cancel if I change my mind).
Any ideas are welcome.
Comments
Welcome to the club :) It's a longstanding issue. Goes way back than 4.8.
I'm not familiar with that particular mCasual script. What I use is "scripted rendering" (actually for my own stuff it's the only way I render in DS, even for static images), and I added some code that gives every RIB file a new name based on frame number.
This goes into the actual scripted renderer command list in the "scripts" folder, before RiBegin ( which looks like this
)
Sorry for haphazard variable naming and other crude hacks.
Thanks!
Oh... I know how far it goes back, which is frustrating that it has never been fixed. Is the above script to be referenced in that scripted rendering option? I've never used it.
My version is below if you're interested. It's just a mod to https://sites.google.com/site/mcasualsdazscripts5/mcjribrender without the GUI. I then use 3delight renderman to run renders on separate machines.
Yes, it's to be used with "scripted rendering". Depending on what you want 3Delight to do, it may be well worth it to become more familiar with it - since outside of creating multi-frame RIBs, it's the only DS gateway to access most of useful 3Delight options.
You could just paste the code into the "standard example" (found somewhere here: [your DS install]\scripts\support\DAZ\ScriptedRenderer\Standard Example\StandardExampleRenderScript.dsa ), but it gets overwritten when DS upgrades, I think. So if you want to try this and have a version that stays, I could show you how (more like tomorrow, gotta run now).
Thanks for your example and the link... that batch file creation is a neat option.