Hi there,
I'm having an issue with vrayUserAttributes when opening files through mayapy.
It seems that any vrayUserAttributes that is applied to a reference within the scene, no longer exists when the scene is opened through mayapy.
I can access vrayUserAttributes saved in the referenced file.
I cannot expose the vrayUserAttribute using maya.mel.eval('vray addAttributesFromGroup "'namespace:name'" "vray_user_attributes" 1'), which work in standard maya.
I also get this warning when opening a file: "Warning: line 1: Scene-Metadata is not supported for referenced files." when opening the file in mayapy.
Is there any work around besides importing the reference?
I'm having an issue with vrayUserAttributes when opening files through mayapy.
It seems that any vrayUserAttributes that is applied to a reference within the scene, no longer exists when the scene is opened through mayapy.
I can access vrayUserAttributes saved in the referenced file.
I cannot expose the vrayUserAttribute using maya.mel.eval('vray addAttributesFromGroup "'namespace:name'" "vray_user_attributes" 1'), which work in standard maya.
I also get this warning when opening a file: "Warning: line 1: Scene-Metadata is not supported for referenced files." when opening the file in mayapy.
Is there any work around besides importing the reference?
Comment