mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Hound fixes
This commit is contained in:
parent
cfa64b58e8
commit
bf77a9e5b9
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ class CameraLoader(plugin.Loader):
|
|||
new_time = old_time_value + (
|
||||
data.get('clipIn') - data.get('frameStart')
|
||||
)
|
||||
key.set_time(unreal.FrameNumber(value = new_time))
|
||||
key.set_time(unreal.FrameNumber(value=new_time))
|
||||
|
||||
# Create Asset Container
|
||||
unreal_pipeline.create_container(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue