Hi all,
When i try this :
I have this :
Is it a bug ?
Maya 2011 Linux64 last stable.
When i try this :
Code:
g = findByName("surface2@matte")[0] print getPluginParams(g, getValues = True)
Code:
# 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 #
Maya 2011 Linux64 last stable.
Comment