mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Cosmetics
This commit is contained in:
parent
2932debbaf
commit
bb74f9b3ba
2 changed files with 1 additions and 5 deletions
|
|
@ -127,8 +127,7 @@ def containerise(timeline_item,
|
|||
})
|
||||
|
||||
if data:
|
||||
for k, v in data.items():
|
||||
data_imprint.update({k: v})
|
||||
data_imprint.update(data)
|
||||
|
||||
lib.set_timeline_item_pype_tag(timeline_item, data_imprint)
|
||||
|
||||
|
|
|
|||
|
|
@ -338,8 +338,6 @@ class ClipLoader:
|
|||
else:
|
||||
self.active_timeline = lib.get_current_timeline()
|
||||
|
||||
|
||||
|
||||
def _populate_data(self):
|
||||
""" Gets context and convert it to self.data
|
||||
data structure:
|
||||
|
|
@ -429,7 +427,6 @@ class ClipLoader:
|
|||
)
|
||||
_clip_property = media_pool_item.GetClipProperty
|
||||
|
||||
|
||||
source_in = int(_clip_property("Start"))
|
||||
source_out = int(_clip_property("End"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue