i create arbitrary nodes , for example , i create a Blur node, then add 2 transform node : named A and B. Connect these 2 transform's input into the output of Blur node. So Blur node become a parent (A and B are sibling in the hierarchy) .Now if i check the output of Blur node using Blur.dependent(), it will show the result list : [<A> , <B>] or maybe [<B> , <A>] , the order depends on the order when we connect them.
ok , so let say i use [<A>,<B>] , now in DAG, click the node which is in index #0 (-- NOT index #1--) in the list (in this case , click the node A). Now without doing anything , click the Blur node. Now check the Blur.dependent() , surprisingly the list show that A and B has been switched become [<B>,<A>] . i didn't do anything special , just click and click. but this is so weird, how can this simple click has that kind of big impact? Is this a bug ? Thanx
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
