Cineman
-
On 20/11/2013 at 03:14, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) :---------
How can I use Cineman's Rib Exporter?or It is possible to use like SaveDocument() fuction?
Bool SaveDocument(BaseDocument* doc, const Filename& name, SAVEDOCUMENTFLAGS saveflags, LONG format)
//add
Cineman write rib file after VIDEOPOSTCALL_SUBFRAME(open)
and rendering immediately via renderman's renderer.so, Is there any update plan to separate out
write rib file after VIDEOPOSTCALL_SUBFRAME(open)
and rendering rib after VIDEOPOSTCALL_RENDER(open).It is very important to making PointCloud or BricMap Pass.
-
On 05/12/2013 at 08:05, xxxxxxxx wrote:
Sorry for the late reply. The ID of the Cineman RIB exporter is
> #define FORMAT_RIBEXPORT 1018371
You can pass it to the SaveDocument() function or retrieve the SceneSaverData plugin directly
if you need more control over the export settings.Cineman write rib file after VIDEOPOSTCALL_SUBFRAME(open)
and rendering immediately via renderman's renderer.so, Is there any update plan to separate out
write rib file after VIDEOPOSTCALL_SUBFRAME(open)
and rendering rib after VIDEOPOSTCALL_RENDER(open).It is very important to making PointCloud or BricMap Pass.
Do you want to hook in at the place before Cineman starts rendering?
Best,
-Niklas -
On 06/12/2013 at 04:46, xxxxxxxx wrote:
Hi, Niklas
Yes, I need the place where to modify RIB that generated by CINEMAN.ex)
main.Rib include following code.readarchive prepass.rib (make pointcloud) .......... .......... readarchive cineman.rib (generated by CINEMAN)
and swap filename both main.rib and cineman.rib.
Now, cineman.rib include above code. so, then Cineman render prepass.rib, main.rib
that actually contained contents of cineman.rib.