using .excludeListOverrideMtl : node array

i would like to use .excludeListOverrideMtl : node array

how can i use that ?

what is node array ?

i would like to exclude select object
pls can you help me ?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
barigazy's picture

...

--set renderer to VRay
cr = renderers.current = VRay()
--select some nodes in the scene and run next two lines of code
nodes = getCurrentSelection()
if nodes.count != 0 do cr.excludeListOverrideMtl = nodes

bga

dussla's picture

very cool cool

really thank you

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.