How are you intending to filter?

I built a script a while ago that gives you a drop down, this then is used to 
filter the next stage which is a list of episodes with check boxes, with multi 
selection allowed,
this then creates a panel populated with the shots found from the selected 
episodes. This way I could select a project/episode/and shots and add data to 
the shots (such as approved etc).

Would something like that be suitable

All done with the simple panel

 
Howard



>________________________________
> From: Richard Bobo <richb...@mac.com>
>To: Nuke-Users Mailing List Postings List Postings 
><nuke-users@support.thefoundry.co.uk> 
>Cc: Nuke Python discussion <nuke-pyt...@support.thefoundry.co.uk> 
>Sent: Monday, 29 April 2013, 5:36
>Subject: [Nuke-python] Pulldown_Knob with multiple checkboxes…?
> 
>
>
>Hi all,
>
>
>I am hoping someone might have a solution for this… (cross-posting again)
>
>
>I'm trying to create a pulldown menu that has the ability to check multiple 
>boxes. Basically, I am trying to put the functionality of the special 
>nuke.MultiView_Knob into a regular pulldown menu… Why, you ask?  Because I 
>want to *filter the list of views*, since right now it bleeds off my second 
>monitor and into thin air…
>
>
>I can create a new MultiView_Knob in my own Python_Panel, but since it's a 
>private menu type, I can't do anything with the list of views it holds. I've 
>tried and it always gives me, essentially, nuke.views()...
>
>
>The Enumeration_Knob only allows one selected item at a time - same with the 
>Pulldown_Knob. So, short of building my own panel with PySide or PyQt - which 
>I have not gotten into, yet - is there any type of pulldown that would allow 
>each item to have its own on/off checkbox - a multi-checkbox pulldown menu, if 
>you will?
>
>
>I hope that's somewhat clear what I'm looking for!  (8^\
>
>
>Thanks for any help,
>
>
>Rich
>
>
>
>
>
>Rich Bobo
>Senior VFX Compositor
>Armstrong-Whitehttp://armstrong-white.com/
>
>
>Email:  richb...@mac.com
>Mobile:  (248) 840-2665Web:  http://richbobo.com/
>
>
>"The most beautiful thing we can experience is the mysterious. It is the 
>source of all true art and science."
>- Albert Einstein (1879 - 1955)
>
>
>
>
>
>_______________________________________________
>Nuke-python mailing list
>nuke-pyt...@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
>http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
>
_______________________________________________
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to