mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
ondrej's comment on the frame range
This commit is contained in:
parent
6d411cdbc9
commit
5f67ffdeb0
1 changed files with 0 additions and 4 deletions
|
|
@ -11,10 +11,6 @@ class CollectFbxAnimation(pyblish.api.InstancePlugin):
|
|||
families = ["animation"]
|
||||
|
||||
def process(self, instance):
|
||||
frame = cmds.currentTime(query=True)
|
||||
instance.data["frameStart"] = frame
|
||||
instance.data["frameEnd"] = frame
|
||||
|
||||
skeleton_sets = [
|
||||
i for i in instance
|
||||
if i.lower().endswith("skeletonanim_set")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue