Making the Hue Correct Curves Wrap #117114

Merged
Omar Emara merged 31 commits from JonasDichelle/blender:hue-correct-bezier-wrap into main 2024-03-21 15:35:13 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ef49d1cb41 - Show all commits

View File

@ -2992,7 +2992,7 @@ void blo_do_versions_400(FileData *fd, Library * /*lib*/, Main *bmain)
}
}
if (!MAIN_VERSION_FILE_ATLEAST(bmain, 402, 6)) {
if (!MAIN_VERSION_FILE_ATLEAST(bmain, 402, 7)) {
FOREACH_NODETREE_BEGIN (bmain, ntree, id) {
versioning_node_hue_correct_set_wrappng(ntree);
}