shotgunsoftware / tk-multi-importcut

Import Cut app
Other
0 stars 0 forks source link

for #40161: support drop frame in relative and absolute offset settings #57

Closed kporangehat closed 7 years ago

kporangehat commented 7 years ago

Ensures the offset settings inherit the drop frame setting of the current edit if there is one.

When using relative mode, this will check to see if there is a conflict between the edit drop frame setting and the drop frame setting implied by the notation of the timecode (using a ;). While this is not currently possible due to the fact that the UI masks the input so the user is only inputting numbers and not the delimiters, the code is in place to handle this should we open this up in the future.

kporangehat commented 7 years ago

Simplified the relative mode situation so it always matches the DF setting in the EDL. Now it's ready for CR. :)