Blender Git Loki
Git Commits -> Revision a083f0a
July 27, 2014, 09:22 (GMT) |
Fixed the smoothing algorithm. The smoothing factor used for display is now exposed in RNA/modifier UI too. This is just a debugging feature though, it doesn't really serve any higher purpose. |
Commit Details:
Full Hash: a083f0ac326f0640522665c8cf1e0cd275d23520
Parent Commit: f3c97c2
Lines Changed: +176, -37
1 Added Path:
/source/blender/makesrna/intern/rna_hair.c (+75, -0) (View)
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+6, -0) (Diff)
/source/blender/editors/physics/hair_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawhair.c (+27, -8) (Diff)
/source/blender/hair/HAIR_capi.cpp (+27, -8) (Diff)
/source/blender/hair/HAIR_capi.h (+2, -1) (Diff)
/source/blender/hair/intern/HAIR_smoothing.h (+26, -18) (Diff)
/source/blender/makesdna/DNA_hair_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -1) (Diff)
/source/blender/editors/physics/hair_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawhair.c (+27, -8) (Diff)
/source/blender/hair/HAIR_capi.cpp (+27, -8) (Diff)
/source/blender/hair/HAIR_capi.h (+2, -1) (Diff)
/source/blender/hair/intern/HAIR_smoothing.h (+26, -18) (Diff)
/source/blender/makesdna/DNA_hair_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -1) (Diff)