Hi, I am looking for a way in python to create a folder structure using RVFoldergroup with a number of source nodes inside.
Ex:
I create a folder like this:
folder = commands.newNode('RVFolderGroup', 'Folder')
and I would like put this source 'sourceGroup000000_source' inside the folder
Not sure how to achieve this. Can someone help me out...
Thanks, Felix