I am curious if the behavior i'm seeing concerning how maya saves file reference data in a .ma file is working as intended or not.
When I look at a .ma file in a text editor, i see this:
CODE
createNode reference -n "noBugRN";
setAttr ".ed" -type "dataReferenceEdits" "noBugRN" "noBugRN" 0;
setAttr ".ptag" -type "string" "";
lockNode;
the lockNode command requires arguments, so its curious that there is a call to the commnad with no arguments.
this doesn't cause any issues when opening the file, bit I try to import, Maya throws a warning, expecting arguments, and stops importing the rest of the file.
Is it normal for Maya to save lockNode calls in the ASCII file?
I'm using Maya 2008.
Thanks.