Pretty new to Clarisse 4 but enjoying it a lot so far,
I'm currently writing a script where I want to create a Layer3d under an Image, and set it's attributes.
- Code: Select all
imagePath = "project://image"
layer3d = ix.cmds.AddValues([ imagePath + ".layers" ], ["Layer3d"])
print layer3d
Unfortunately, this command creates the layer but doesn't return anything,
How could I get the path or name of the newly created Layer3d ?
Thanks a lot,
R.