Hi.
I'm writing a shading node import and assignment manager and have come across this error when the network that I am exporting/importing includes VRayTexOSL
I need to import the shading network a few times and want to be able to name space the nodes during import.
Other vray nodes dont choke on import but it seems that the VRayTexOSL does. Perhaps others do to but haven't got that far due to the error.
// Error: No node names 'VRayTexOSL1'! //
Steps:
Create the node and export.
Import it again with namespace as option in maya.
I will hack something to workaround for the time being but it seems that something needs to happen to the node after import and it cant find it due to the renaming of the node..
Attached file is a zipped .ma file of a shader network that I am trying to import through a script..
Thanks.
I'm writing a shading node import and assignment manager and have come across this error when the network that I am exporting/importing includes VRayTexOSL
I need to import the shading network a few times and want to be able to name space the nodes during import.
Other vray nodes dont choke on import but it seems that the VRayTexOSL does. Perhaps others do to but haven't got that far due to the error.
// Error: No node names 'VRayTexOSL1'! //
Steps:
Create the node and export.
Import it again with namespace as option in maya.
I will hack something to workaround for the time being but it seems that something needs to happen to the node after import and it cant find it due to the renaming of the node..
Attached file is a zipped .ma file of a shader network that I am trying to import through a script..
Thanks.
Comment