I was trying to find a Maya command or flag to use to check if a node is read only in Maya using Python. There does not seem to be a direct way to query this, but it must be needed fairly often?
How to check if a node in Maya is read only using Python
101 views Asked by winteralfs At
2
Maybe the command
lockNode()will help.