Blender Git Commit Log
Git Commits -> Revision 80ce351
February 12, 2015, 19:20 (GMT) |
Partial instancing feature for the ParticleInstance modifier. This allows using the same particle system for multiple objects without creating too much repetitiveness. Each instance object can select a range of the particles to actually use for instancing (default 1.0 means all particles are used). To further avoid overlap with multiple instancing objects, the offset value can be used to make each system use a specific range of particles. |
Commit Details:
Full Hash: 80ce3516cc8d9ce8f83e04542b20f70f96091570
Parent Commit: ced2f75
Lines Changed: +58, -5
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+4, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+16, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+12, -0) (Diff)
/source/blender/modifiers/intern/MOD_particleinstance.c (+25, -5) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+16, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+12, -0) (Diff)
/source/blender/modifiers/intern/MOD_particleinstance.c (+25, -5) (Diff)