Blender Git Loki
Git Commits -> Revision dc93c57
Revision dc93c57 by Lukas Toenne (particles_refactor) April 22, 2014, 09:23 (GMT) |
Basic display feature for particles. This is organized as a list of NParticleDisplay in the modifier for now. Each NParticleDisplay adds a visualization element of some type in the viewport, which will allow combining elements for custom attributes with standard display modes for particles. |
Commit Details:
Full Hash: dc93c57b41de9360887fedf0430b831530a7e5b7
Parent Commit: c991cd7
Lines Changed: +188, -2
1 Added Path:
/source/blender/editors/space_view3d/drawparticles.c (+72, -0) (View)
8 Modified Paths:
/source/blender/blenkernel/BKE_nparticle.h (+9, -0) (Diff)
/source/blender/blenkernel/intern/nparticle.c (+44, -2) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+20, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_nparticle_types.h (+13, -0) (Diff)
/source/blender/modifiers/intern/MOD_nparticle.c (+23, -0) (Diff)
/source/blender/blenkernel/intern/nparticle.c (+44, -2) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+20, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_nparticle_types.h (+13, -0) (Diff)
/source/blender/modifiers/intern/MOD_nparticle.c (+23, -0) (Diff)