Jump to content

populating a menu on another menu selection in a multparm


eyevex

Recommended Posts

In short... HDA parameter UI...
 
I have ordered list A.
and Ordered list B
 
The item of B are generated dynamically with knowledge of List A.
This basically could mean pull model where List B generation queries the value of List A.
 
But do this as a multiparm instance and it seems to get more complicated....
List A may have different values per instance... meaning different items on List B per instance. 
 
But how to know which List A instance to query?
 
I'd prefer not to pull and set the parmTemplates as this could force a cook to run... could be ie a menu type of string as well... and trying to avoid something toooo hacky.. but looking for ideas...
 
Is there any way to have kwargs-like information so the instance # is known to the menu generation similar to callbacks on parms?
 
Is there a way to force the menu generation or set the items from outside the menu generation script, such that List A callback() could populate List B since kwargs will provide the instance of List A which will be the same instance # as List B?
 
Thanks ahead for any ideas
 
(|;-D>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...