RE: [Maya-Python] Re: Existential questions on attribute dirtying

2018-03-13 Thread justin hidair
Thank you guys , yes I guess if one has to ask these questions then there is a serious design issue on this one’s node . Sent from Mail for Windows 10 From: Cedric Bazillou Sent: Tuesday, March 13, 2018 7:56 PM To: Python Programming for Autodesk Maya Subject: [Maya-Python] Re: Existential

[Maya-Python] Re: Existential questions on attribute dirtying

2018-03-13 Thread Cedric Bazillou
Normally, should not concern yourself with that. when you layout your node you have to define the relationship between inputs and output. so if you check that your output plug needs to be refreshed one of the driver will trigger the computation and then your output will be written and mark

[Maya-Python] Re: Existential questions on attribute dirtying

2018-03-12 Thread justin hidair
By the way anyone here uses Visual Studio Code ? I love that editor so much man Le mardi 13 mars 2018 02:37:38 UTC, justin hidair a écrit : > > > > every now and then when changing , disconnecting , connecting an attribute > , MPxNode::setDependentsDirty() is called( easily observable) , >