FPS corrected

This commit is contained in:
FadyFS 2023-06-08 11:48:25 +02:00
parent c49b59a7ea
commit 873922d275

View file

@ -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"""