Fix for bug #9487: converting particle system with dupliverts
to the new system didn't work correct.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user