Page MenuHome

Fix: VSE timecodes being used even when turned off.
ClosedPublic

Authored by Sebastian Parborg (zeddb) on Jun 10 2021, 2:42 PM.

Diff Detail

Event Timeline

Sebastian Parborg (zeddb) requested review of this revision.Jun 10 2021, 2:42 PM
Sebastian Parborg (zeddb) created this revision.

Is is possible to sanitize get_proxy_filename and get_tc_filename so it won't crash too?

To me the asserts should be enough?

Those functions should never be called with the _NONE enums.
If they are, something is wrong and should be fixed.

I didn't manage to trigger any asserts during my testing, so it seems to be working as intended now.

To me the asserts should be enough?

Those functions should never be called with the _NONE enums.
If they are, something is wrong and should be fixed.

I didn't manage to trigger any asserts during my testing, so it seems to be working as intended now.

Right this is probably good enough. I tend to be as safe as possible usually so I suggested this.

This revision is now accepted and ready to land.Jun 11 2021, 12:52 PM