Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
rename collect_maya_scene
Browse files Browse the repository at this point in the history
  • Loading branch information
karimmozilla committed Oct 6, 2021
1 parent 0d2d878 commit 81c6987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class CollectMayaScene(pyblish.api.InstancePlugin):
"""Collect May Ascii Data
"""Collect Maya Scene Data
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from maya import cmds


class CollectMayaScene(pyblish.api.ContextPlugin):
class CollectWorkfile(pyblish.api.ContextPlugin):
"""Inject the current working file into context"""

order = pyblish.api.CollectorOrder - 0.01
Expand Down

0 comments on commit 81c6987

Please sign in to comment.