Re: [Maya-Python] Unlocked connected custom attributes

2020-08-26 Thread Marcus Ottosson
Brilliant, thanks Chad! On Thu, 27 Aug 2020 at 06:25, Chad Vernon wrote: > You need to implement MPxNode::isPassiveOutput > > On Wednesday, August 26, 2020 at 12:06:15 AM UTC-7 Marcus Ottosson wrote: > >> Hi all, >> >> Whenever you constrain something, the channel box turns blue rather than >> t

Re: [Maya-Python] Unlocked connected custom attributes

2020-08-26 Thread Chad Vernon
You need to implement MPxNode::isPassiveOutput On Wednesday, August 26, 2020 at 12:06:15 AM UTC-7 Marcus Ottosson wrote: > Hi all, > > Whenever you constrain something, the channel box turns blue rather than > the typical yellow. What’s more, you’re also able to edit the values > *after* they

[Maya-Python] Unlocked connected custom attributes

2020-08-26 Thread Marcus Ottosson
Hi all, Whenever you constrain something, the channel box turns blue rather than the typical yellow. What’s more, you’re also able to edit the values *after* they’ve been connected. :O From the MPxConstraint documentation, there is this