Files
test2/source/blender/sequencer/intern
Richard Antalik 0f7becece7 Fix T88551: Crash accessing uninitialized tool settings
Tool settings for sequencer were not initialized, which caused crash
when adding strips.

There was fix for same issue in versioning rB0f81dafe6cec, but
subversion was not bumped, so files with uninitialized tool settings
may still exist.

Add `SEQ_tool_settings_get()` accessor function that will initialize
tool settings if they are missing. Change operator code to use
`SEQ_tool_settings_fit_method_get()` function instead of accessing
tool settings directly

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D11383
2021-05-25 15:08:32 +02:00
..
2021-05-18 16:15:08 +02:00
2020-12-19 07:25:01 +01:00
2020-11-16 05:02:30 +01:00
2021-03-16 18:56:44 +01:00
2021-04-14 14:25:34 +02:00
2020-12-16 16:26:23 +11:00
2021-04-28 17:16:27 +02:00
2021-01-04 17:38:11 +11:00
2020-11-16 05:02:30 +01:00
2020-12-19 07:25:01 +01:00
2021-03-23 11:59:42 +01:00
2020-12-16 16:26:23 +11:00
2020-12-19 07:25:01 +01:00