Yeah, thats what I ended up doing and it works perfectly. I was just over thinking it with the group node thing. Thanks for the reply!
On Tue, Mar 1, 2016 at 11:56 AM, Chad Vernon <[email protected]> wrote: > You should connect the worldMatrix of each child to the deformer. > > > On Monday, February 29, 2016 at 4:25:31 PM UTC-8, Cameron Fulton wrote: >> >> 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/ce6da999-41ae-4774-841b-9783fb8cce0e%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/ce6da999-41ae-4774-841b-9783fb8cce0e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAJ0-d04LZ1jDSKXkT4Kp5%2BNJPVCUrWKL1azu0kiKyG-QQ4728Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
