Fix for bug #9487: converting particle system with dupliverts

to the new system didn't work correct.
This commit is contained in:
Brecht Van Lommel
2008-04-21 10:15:01 +00:00
parent 7c68038353
commit b818118379

View File

@@ -7459,6 +7459,9 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
ob->transflag &= ~OB_DUPLIVERTS;
part->draw_as = PART_DRAW_OB;
/* needed for proper libdata lookup */
oldnewmap_insert(fd->libmap, dup, dup, 0);
}
}
}