mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
flame: debug logging
This commit is contained in:
parent
aeff57dab7
commit
ce250a6749
1 changed files with 5 additions and 0 deletions
|
|
@ -305,6 +305,11 @@ def create_otio_clip(clip_data):
|
|||
|
||||
source_duration = (source_out - source_in + 1)
|
||||
|
||||
log.debug("_ source_in: {}".format(source_in))
|
||||
log.debug("_ source_out: {}".format(source_out))
|
||||
log.debug("_ speed: {}".format(speed))
|
||||
log.debug("_ source_duration: {}".format(source_duration))
|
||||
|
||||
# secondly check if any change of speed
|
||||
if source_duration != _clip_record_duration:
|
||||
retime_speed = source_duration / _clip_record_duration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue