GPencil: Several Weight Paint additions #106663

Merged
Falk David merged 11 commits from SietseB/blender:gp-weight-paint-additions into main 2023-04-20 07:55:37 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4a17adf09b - Show all commits

View File

@ -4252,7 +4252,7 @@ void blo_do_versions_300(FileData *fd, Library * /*lib*/, Main *bmain)
}
}
if (!MAIN_VERSION_ATLEAST(bmain, 306, 5)) {
if (!MAIN_VERSION_ATLEAST(bmain, 306, 5)) {
/* Some regions used to be added/removed dynamically. Ensure they are always there, there is a

Would like to confirm that this works correctly.

Would like to confirm that this works correctly.
* `ARegionType.poll()` now. */
LISTBASE_FOREACH (bScreen *, screen, &bmain->screens) {