Hello,
I would like to remove objects from a vrayobjectproperties set with scripting but I can't find how to do so.
For exemple, I would like to remove pShere1, here is the help command and what I tried so far but not working:
Usage: vray objectProperties [add_single|add_multiple|remove|remove_sub|showInAE |assign_existing] <PROPERTIES TYPE - STRING> <NODE NAME - STRING> <force>
vray objectProperties remove "pSphere1" "vrayobjectproperties"
Also what is the difference between remove and remove_sub?
Thanks for your help
I would like to remove objects from a vrayobjectproperties set with scripting but I can't find how to do so.
For exemple, I would like to remove pShere1, here is the help command and what I tried so far but not working:
Usage: vray objectProperties [add_single|add_multiple|remove|remove_sub|showInAE |assign_existing] <PROPERTIES TYPE - STRING> <NODE NAME - STRING> <force>
vray objectProperties remove "pSphere1" "vrayobjectproperties"
Also what is the difference between remove and remove_sub?
Thanks for your help
Comment