-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Steps to reproduce:
- Create cube primitive.
- run
`import cmdx
import maya.cmds as cmds
print cmdx.listRelatives("pCube1")
print cmds.listRelatives("pCube1")`
cmds.listRelatives returns [u'pCubeShape1'] while
cmdx.listRelatives("pCube1") returns None
Example from the command reference also returns false and not true.
cmdx 0.4.6
Maya 2020.2
Windows 10
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed