colorbleed to pype reformat

This commit is contained in:
Milan Kolar 2019-01-28 21:27:58 +01:00
parent c8ba94ccbf
commit ca57d2cd87
180 changed files with 646 additions and 646 deletions

View file

@ -1,10 +1,10 @@
import colorbleed.maya.plugin
import pype.maya.plugin
class FBXLoader(colorbleed.maya.plugin.ReferenceLoader):
class FBXLoader(pype.maya.plugin.ReferenceLoader):
"""Load the FBX"""
families = ["colorbleed.fbx"]
families = ["fbx"]
representations = ["fbx"]
label = "Reference FBX"