Skip to content

Commit

Permalink
HYDRA-781 : Move modelingToolkit loading to default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Feb 5, 2024
1 parent 15dc150 commit 42e8294
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def compareSnapshot(self, referenceFilename, cameraDistance=15):
self.assertSnapshotClose(referenceFilename, self.imageDiffFailThreshold, self.imageDiffFailPercent)

def setupScene(self, polygonCreationCallable):
cmds.loadPlugin('modelingToolkit') # Provides polyDisc, polyPlatonic, polyGear and polySuperShape
self.setHdStormRenderer()
polyCreatorNodeName = polygonCreationCallable()[1]
cmds.refresh()
Expand Down
2 changes: 1 addition & 1 deletion test/testUtils/fixturesUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import unittest

# Plugins that are bundled and loaded by default in a Maya installation
DEFAULT_PLUGINS = ['ArubaTessellator']
DEFAULT_PLUGINS = ['ArubaTessellator', 'modelingToolkit']

def _setUpClass(modulePathName, pluginName, initializeStandalone):
'''
Expand Down

0 comments on commit 42e8294

Please sign in to comment.