Fix #116809: Geometry nodes UV map of UV Sphere #116856

Open
Balázs Füvesi wants to merge 15 commits from fuvesib/blender:gn-uvsphere-uvsegmentfix into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 000d2b1da7 - Show all commits

View File

@ -2644,8 +2644,7 @@ void blo_do_versions_400(FileData *fd, Library * /*lib*/, Main *bmain)
}
}
// TODO: check the proper version
if (!MAIN_VERSION_FILE_ATLEAST(bmain, 410, 10)) {
if (!MAIN_VERSION_FILE_ATLEAST(bmain, 401, 10)) {
LISTBASE_FOREACH (bNodeTree *, ntree, &bmain->nodetrees) {
if (ntree->type != NTREE_GEOMETRY) {
continue;