wiremas / spore

paintable particle node for Maya
MIT License
80 stars 29 forks source link

Fix crash opening Spore Manager #7

Closed Narann closed 5 years ago

Narann commented 5 years ago

If cmds is not imported, spore will crash in scripts/utils/node_utils.py, line 37 when opening Spore Manager:

    if not cmds.objExists(name):
# NameError: global name 'cmds' is not defined #