mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
FPS corrected
This commit is contained in:
parent
c49b59a7ea
commit
873922d275
1 changed files with 4 additions and 6 deletions
|
|
@ -10,7 +10,10 @@ from openpype.pipeline import (
|
|||
get_representation_path
|
||||
)
|
||||
from openpype.hosts.maya.api.lib import (
|
||||
unique_namespace, get_attribute_input, maintained_selection, convert_to_maya_fps
|
||||
unique_namespace,
|
||||
get_attribute_input,
|
||||
maintained_selection,
|
||||
convert_to_maya_fps
|
||||
)
|
||||
from openpype.hosts.maya.api.pipeline import containerise
|
||||
|
||||
|
|
@ -25,7 +28,6 @@ def is_sequence(files):
|
|||
sequence = True
|
||||
return sequence
|
||||
|
||||
#get the fps from the project itself
|
||||
def get_fps(standin_shape):
|
||||
|
||||
fps = convert_to_maya_fps(
|
||||
|
|
@ -33,10 +35,6 @@ def get_fps(standin_shape):
|
|||
)
|
||||
return fps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class ArnoldStandinLoader(load.LoaderPlugin):
|
||||
"""Load as Arnold standin"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue