Blender Git Commit Log
Git Commits -> Revision bcc5c1b
Revision bcc5c1b by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) October 31, 2014, 13:23 (GMT) |
Debug drawing feature to visualize the hair continuum grid. |
Commit Details:
Full Hash: bcc5c1b4e124a9a0ab9d497f086fd9a924127a6b
Parent Commit: 53e624c
Lines Changed: +127, -4
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+3, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+73, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+5, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+8, -0) (Diff)
/source/blender/physics/intern/hair_volume.c (+31, -3) (Diff)
/source/blender/physics/intern/implicit.h (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+73, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+5, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+8, -0) (Diff)
/source/blender/physics/intern/hair_volume.c (+31, -3) (Diff)
/source/blender/physics/intern/implicit.h (+1, -0) (Diff)