Hi all,
When i try this :
g = findByName("surface2@matte")[0]
print getPluginParams(g, getValues = True)
I have this :
# Error: line 0: global name 'values' is not defined
# Traceback (most recent call last):
# File "<maya console>", line 1, in <module>
# File "/usr/autodesk/maya2011-x64/vray/scripts/vrayExecPostTranslateScript.py", line 8, in <module>
# exec script
# File "<string>", line 10, in <module>
# File "/usr/autodesk/maya2011-x64/vray/scripts/vray/utils.py", line 30, in getPluginParams
# return p.params(values)
# NameError: global name 'values' is not defined #
Is it a bug ?
Maya 2011 Linux64 last stable.