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 ?
Forum topic · Scripts Wanted
By dussla · 2013-12-13
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 ?
barigazy · 2013-12-13
--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
very cool cool
dussla · 2013-12-13
really thank you