// Warning: file: tmp.ma line 6004: ‘wristHand_jt_R.inverseScale’ is already connected to ‘xxx_orientConstraint1.inverseScale’. //
// Error: file: tmp.ma line 6001: The orientConstraint ‘xxx_orientConstraint1’ has no ‘jo’ attribute. //
Hello guys, I get the above line when I open my Maya file even after saving it as .ma or .mb, it seems that something was broken with Maya. I never got this in this or any other file prior to this afternoon. How strange…do you know what can be causing this? Thanks…
PS: the file loads OK but I just get these things and it is very annoying.
[QUOTE=ricoMambo;21190]// Warning: file: tmp.ma line 6004: ‘wristHand_jt_R.inverseScale’ is already connected to ‘xxx_orientConstraint1.inverseScale’. //
// Error: file: tmp.ma line 6001: The orientConstraint ‘xxx_orientConstraint1’ has no ‘jo’ attribute. //
[/QUOTE]
So today I’ve ran into the same error in Maya 2014. If you create an orient constraint onto a JOINT NODE you can see in the Node Editor that it tries to
connect JOINTNAME.jointOrient to orientConstraint.jointOrient, but orientConstraint.jointOrient doesn’t exist. So when you open or reference the scene
you will see the error (line 173: The orientConstraint ‘orientConstraint1’ has no ‘jo’ attribute. // ). Maya tries to connect these to attributes together but
can’t.
So here’s my work around…
Save the scene file
Open the scene file
You will see those errors in the Script Editor (Since it can’t connect the attributes it then fixes your issue)
Resave the scene
DONE SON
In the node editor you can pull the connections apart, but once you refresh the node editor they will come back (So I don’t have a script yet to clean the scene).
Hope this is the same issue. Couldn’t find anything online.
[QUOTE=bclark;21834]Make sure you are running the service pack fro 2014 Maya, that is why I can’t recreate the bug I believe.[/QUOTE]
I’m back! So upgrading to Maya service pack 1 did the trick! However if you have these errors even after upgrading you will need to just open the Maya file and re-save it. That should do it.