Fix: Add missing default versioning for retopology overlay color #105539

Merged
Jeroen Bakker merged 6 commits from bonj/blender:retopology-overlay-color-fix into main 2023-03-12 09:34:05 +01:00

6 Commits

Author SHA1 Message Date
Jorijn de Graaf 8b984cca05 Merge branch 'main' into retopology-overlay-color-fix 2023-03-09 23:04:51 +01:00
Jorijn de Graaf 0d6712a4a7 Merge branch 'main' into retopology-overlay-color-fix 2023-03-09 13:42:10 +01:00
Jorijn de Graaf b3b930bbbf Bump subversion and adjust versioning accordingly
Jeroen Bakker told me to bump the subversion.
I moved all the "Versioning code until next subversion bump goes here." code into a version check block in versioning_300.cc, and adjusted my if block in versioning_userdef.c.
2023-03-09 13:39:25 +01:00
Jorijn de Graaf b85c1d9d7a Move default retopology color into version block
We don't want it to reset the color every time, just if the preferences file is older than the version that added the color.
2023-03-09 00:19:32 +01:00
Jorijn de Graaf 24f161d20b Merge branch 'main' into retopology-overlay-color-fix 2023-03-09 00:18:04 +01:00
Jorijn de Graaf 61116ee936 Add face_retopology to do_versions_theme
This is something we missed in #104599. Without it, the default color isn't always set.
Thanks to user roman-13 for pointing out the problem, and thanks to Hans Goudey for telling me the solution.
2023-03-07 18:22:37 +01:00