Hi all,

So I'm making a custom deform node in C++ and ran into something that I'm a 
bit stuck on.
Basically, I want a input that is a group node. Here's how it needs to act.

   - Connect group node as input to Deformer
   - In compute, deformer gets children of group and gets the transforms of 
   each child
   - When a childs transform is change, run compute.

The only problem is I don't know the best way to go about doing that. Would 
it be better for me to make my input a list of kDouble3 and just connect 
each child? Or is there a better way of solving this....

Thanks in advance,
Cameron

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/5d6701cc-0ecf-42ee-bee6-d533c3847b77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to