Skip to content

Commit

Permalink
initializing standalone before import cmdc
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenglert committed Apr 14, 2022
1 parent 1fb7ab1 commit 1ebf3b7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
from maya import standalone, cmds

from maya import standalone
standalone.initialize()

from maya import cmds
import cmdc


def setup():
standalone.initialize()



def new_scene():
cmds.file(new=True, force=True)

Expand Down

0 comments on commit 1ebf3b7

Please sign in to comment.