Blender Git Loki
Git Commits -> Revision db92aac
March 27, 2015, 09:36 (GMT) |
Particle color influence option for particle textures. This color is currently only displayed in the viewport (when enabling "Texture" color mode in the Display settings). It will be used for controlling the smoke color when using particles for smoke emission. |
Commit Details:
Full Hash: db92aac478df28a122a561f61bf81be7e48d419c
Parent Commit: ef7755b
Lines Changed: +45, -2
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_texture.py (+3, -1) (Diff)
/source/blender/blenkernel/BKE_particle.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+16, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+12, -0) (Diff)
/source/blender/blenkernel/BKE_particle.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+16, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+12, -0) (Diff)