Hi, I'm trying to add a few knobs and functionality to the
renderdialog used by framecycler, or any other flipbook application. I
manage to do this by implementing my own showFlipbookDialog, but I
can't figure how to access the new knobs from my custom implementation
(the class that inherits from flipbooking.FlipbookApplication . The
problem is that it the only way the flipbook applicaton communicates
with the dialog is through the passed 'options' dictionary. My
question is then if somebody has managed to add knobs and
functionality to the flipbook dialog, without having to create their
own modified version of nukescripts.renderdialog. It would be nice if
the default version of this module also passed the instance of the
dialog in the call to 'flipbookToRun', that launches the flipbook
application (in nukescripts.renderdialog.FlipbookDialog.run()). Of
course the obvious solution would be to modify
nukescripts.renderdialog, but I wanted to avoid that because that
seems like increasing maintenance on the generic dialog, instead of
extending it in the particular flipbook implementation.
Anyway, don't know if I'm making much sense, so the question is
basically has someone managed to extend the renderdialog from
flipbooking without much effort? Thanks.
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to