Notifications
Clear all
[Closed] vRay Toon Exclude List
Aug 22, 2013 8:04 pm
Hey guys, I am trying to set the excluded objects list by name for a vray toon environment effect.
I am trying to set it with:
curAtmospheric = (getAtmospheric 1)
curList = curAtmospheric.excludeList
curList = (join #($MY_OBJECT) curList)
curAtmospheric.excludeList = curList
However this returns “– Runtime error: Array parameter size fixed, cannot dynamically alter: excludeList”
Trying to construct a new atmospheric with that list already established returns the same error.
toon1 = vrayToon name:"Moustache_01" --excludeList:#($MY_OBJECT)
addAtmospheric toon1
Additionally I have tried to edit after force closing the effectsdialog.open() / close() to see if that was jamming it up, but it did not help.
Does anyone have any ideas?
Thanks
2 Replies