Commit 277fa2f441f4 added channels region to unintended editors if sequencer was
used in area. This caused issues with some editors having 2 tool regions and
non functioning side panel.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
I have used BKE_area_find_region_type in different context, which is also not correct, so will fix that as well. A code to clean up potentially broken .blend files is also needed, so will add that as well.
Comment Actions
- Always use correct regionbase when lookiong for regions within specific editor, fix broken files.
| source/blender/blenloader/intern/versioning_300.c | ||
|---|---|---|
| 598–606 | Since this is generally useful, I'd rather this be moved into a BKE utility function. e.g. BKE_region_find_in_listbase_by_type(...) the functions doc-string can note that this is useful for versioning where either the Area or SpaceLink's regionbase are typical inputs. | |