Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maya - on setup - Object's name '' is not unique #23

Open
hannesdelbeke opened this issue Feb 14, 2023 · 0 comments
Open

Maya - on setup - Object's name '' is not unique #23

hannesdelbeke opened this issue Feb 14, 2023 · 0 comments
Labels
bug Something isn't working maya

Comments

@hannesdelbeke
Copy link
Owner

import unimenu

def hello_world():
    print("hello world")

config = {}
node = unimenu.load(config)
node.name = 'hello_world'
node.command = hello_world
app_node = node.setup()
# root : UNIMENU: detected maya # 
# Error: RuntimeError: file C:\Program Files\Autodesk\Maya2022\Python37\lib\site-packages\pymel\internal\pmcmds.py line 217: 
  Object's name '' is not unique. # 
@hannesdelbeke hannesdelbeke added maya bug Something isn't working labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maya
Projects
None yet
Development

No branches or pull requests

1 participant