Irakli
11-04-2011, 01:29 PM
Hey guys,
Just wondering if someone knows how this command work properly in expresson within Maya 2011, because in Maya 2010 it works perfectly.
Let's make a test.
Create two primitives - pSphere1 and pCube1. Connect translateX of this two object's with simple expression :
pSphere1.translateX = pCube1.translateX;
Now, in the beginning of the code add this line :
namespace -setNamepsace ":" ;
You will notice that translating pCube1 over X axis no longer works. It is " freezed"
The same example in Maya 2010 works fine.
Just wondering if someone knows how this command work properly in expresson within Maya 2011, because in Maya 2010 it works perfectly.
Let's make a test.
Create two primitives - pSphere1 and pCube1. Connect translateX of this two object's with simple expression :
pSphere1.translateX = pCube1.translateX;
Now, in the beginning of the code add this line :
namespace -setNamepsace ":" ;
You will notice that translating pCube1 over X axis no longer works. It is " freezed"
The same example in Maya 2010 works fine.
