ScriptSpot

Forum topic · Scripts Wanted

using .excludeListOverrideMtl : node array

By dussla · 2013-12-13

Description

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 (2)

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