Blender Git Commit Log
Git Commits -> Revision c8d5206
Revision c8d5206 by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) February 4, 2015, 16:41 (GMT) |
New space enum option for the particle instance modifier, to chose which space the particle data should be interpreted in. By default the space will now be `Local`, meaning that copies of the mesh are made with the offset of the respective particle in the particle object's local space, rather than using the world space offset of the particle //inside the modified object space//. This behavior is much more intuitive and consistent with true duplicators, such as face duplis. Old files will still have `World` setting, so existing blend files are not changed. |
Commit Details:
Full Hash: c8d520608210c4febe867cd5fb11c911269c685a
Parent Commit: f27389c
Lines Changed: +39, -3