Hi
I wanted to retain the sound file(.wav) and the shading network of the mesh I have selected and get all other stuff in the scene selected and deleted from the animation scene file.
I am stuck with selecting the sound file and isolating the selected mesh’s shading network. I am using python to do this. Any help on the commands or approach is appreciated.
Thanks,
Python : De slection and del the rest
shinyprem
#1
haggi
#2
Maybe it could be helpful if you simply export your selected nodes (sound and shading network) and export the selected nodes only. Then you open the exported scene instead of trying to remove anything else.
shinyprem
#3
Hi
Exporting the mesh will keep the shaders intact. I have accomplished it. How to select the sound file through python.
Regards,