--
You received this message because you are subscribed to the Google Groups "maya_he3d" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maya_he3d+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
from vray.utils import *
# create a grey BRDF
greyBrdf=create("BRDFDiffuse", "greyBrdf")
greyBrdf.set("color", Color(0.5, 0.5, 0.5))
sceneNodes=findByType("Node") # Get all Node plugins
for node in sceneNodes:
node.set("material", greyBrdf)
--
You received this message because you are subscribed to a topic in the Google Groups "maya_he3d" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/maya_he3d/p-41SjXE_M8/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to maya_he3d+...@googlegroups.com.