This patch includes all changes listed in T71366 except for the 2 column toolbar layout.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/blenloader/BLO_readfile.h | ||
|---|---|---|
| 168–170 ↗ | (On Diff #19522) | The function here is to update the workspace only and should not affect meshes through mainvar. Remove that parameter again, and instead do it in BLO_update_defaults_startup_blend with if (app_template && STREQ(app_template, "Sculpting")) {. |
| source/blender/blenloader/intern/versioning_defaults.c | ||
|---|---|---|
| 368–372 | This part editing meshes should not be inside the loop over workspaces. Meshes are not per-workspace so this makes no sense. They are part of an app template, which is why I suggested the app template test in my comment. | |
| 373–384 | This part editing the screen was meant to stay in BLO_update_defaults_workspace. | |