Skip to content

Commit 312aa51

Browse files
author
Benoit Hudson
committed
Remove printfs.
1 parent e69d62a commit 312aa51

File tree

1 file changed

+0
-3
lines changed
  • Assets/Integrations/Autodesk/maya2017/scripts/unityOneClick

1 file changed

+0
-3
lines changed

Assets/Integrations/Autodesk/maya2017/scripts/unityOneClick/commands.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def beforeImport(self, retCode, file, clientData):
127127
# store path and filename
128128
self._tempPath = file.resolvedPath()
129129
self._tempName = file.resolvedName()
130-
self.displayDebug("about to import " + self._tempName)
131130

132131
# Gather everything that is in the scene
133132
self._origItemsInScene = maya.cmds.ls(tr=True, o=True, r=True)
@@ -148,7 +147,6 @@ def beforeImport(self, retCode, file, clientData):
148147
OpenMaya.MScriptUtil.setBool(retCode, True)
149148

150149
def afterImport(self, *args, **kwargs):
151-
self.displayDebug("did import " + self._tempName)
152150
if self._tempPath:
153151
self.storeAttribute(self._exportSet, self._unityFbxFilePathAttr, self._tempPath)
154152
if self._tempName:
@@ -175,7 +173,6 @@ def doIt(self, args):
175173
strCmd = 'Import'
176174
self.displayDebug('doIt {0}'.format(strCmd))
177175
maya.cmds.Import()
178-
self.displayDebug('didIt {0}'.format(strCmd))
179176

180177
OpenMaya.MMessage.removeCallback(callbackId)
181178
OpenMaya.MMessage.removeCallback(callbackId2)

0 commit comments

Comments
 (0)