I want to free translateX (example) from being locked when referenced so that I can show/hide TX in the CB with setAttr while it is referenced. I get the following error
# Error: RuntimeError: file <maya console> line 15: setAttr: The attribute 'ref02:nurbsSphere1.translateX' is from a referenced file, and cannot be unlocked. #
I followed
the directions on how to ovewrite the getLockReferenceExcludedNodeTypes mel proc but it doesnt do anything. However, if I query that proc I do get what I changed it to (translateX, translate, Translate, tx) but it has no affect on me being able to hide/unhide translate X
http://pastebin.com/2NHnxTy8There are very few google hits on this procedure... :(