We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc86f8f commit 1d8b8c8Copy full SHA for 1d8b8c8
Assets/Integrations/Autodesk/maya/scripts/unityOneClick/commands.py
@@ -313,7 +313,8 @@ def doIt(self, args):
313
maya.mel.eval(melCommand)
314
315
if origSelection:
316
- maya.cmds.select(origSelection, add=True)
+ maya.cmds.select(cl=True)
317
+ maya.cmds.select(origSelection, add=True, ne=True)
318
319
@classmethod
320
def invoke(cls):
@@ -378,7 +379,8 @@ def doIt(self, args):
378
379
maya.mel.eval(strCmd)
380
381
382
383
384
385
386
0 commit comments