Thanks, I have done that now.
On Thu, Jun 30, 2011 at 6:02 AM, Wouter Klouwen <[email protected]> wrote: > The flipbook dialog hasn't been built with that particular use case in mind, > so if you do this you'd end up changing the FlipbookDialog class to > facilitate this. > > Could you file a feature request with support? > > Thanks. > > On 29/06/2011 23:17, [email protected] wrote: >> >> 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 > > > -- > Wouter Klouwen, Software Engineer > The Foundry, 6th Floor, The Communications Building, > 48 Leicester Square, London, WC2H 7LT, UK > T: +442079686828 - F: +442074341550 - thefoundry.co.uk > The Foundry Visionmongers Ltd - Reg.d in England and Wales No: 4642027 > _______________________________________________ > Nuke-python mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > _______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
