This should fix the issue of previouly saved and new files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- T73226 (branched from master)
- Build Status
Buildable 6496 Build 6496: arc lint + arc unit
Event Timeline
| source/blender/blenloader/intern/versioning_280.c | ||
|---|---|---|
| 4423 | Wouldn't this reset the option everytime you load a file? | |
| source/blender/blenloader/intern/versioning_280.c | ||
|---|---|---|
| 4423 | This is in the section for *Versioning code until next subversion bump goes here.* So if I understand this is correct and will be fine by release when all this code gets put under an if (!MAIN_VERSION_ATLEAST(bmain, ***, *)) | |
Comment Actions
-Rebase
Is this versioning code correct as it is now or do I need to bump the subversion?
Comment Actions
Without the versioning bump the setting will be reset every time the user opens a file. We should increase the sub version so that users can save and load their file with the correct settings.