moved pymel.core imports to process parts of actions to not slow down discover

This commit is contained in:
iLLiCiTiT 2019-11-05 18:27:09 +01:00
parent 4b8aa14c55
commit b22f7536ca
4 changed files with 5 additions and 7 deletions

View file

@ -2,7 +2,6 @@ from avalon import api
import pype.maya.plugin
import os
from pypeapp import config
import pymel.core as pm
reload(config)