Blender Git Loki
Git Commits -> Revision e96c24f
June 29, 2016, 08:40 (GMT) |
Use the Strands modifier as a simple container for strand control curves. These curves are NOT intended for final rendering! They are abstract editable data (control strands) from which the "actual" visible strands have to be generated in some way. This is largely equivalent to the parent/child dichotomy in old particles, but enforces the separation right from the start (control curves are never rendered). |
Commit Details:
Full Hash: e96c24fea3cadeadc0fe0b32a3a543220c6ac01b
Parent Commit: b0bbde6
Lines Changed: +279, -8
2 Added Paths:
/source/blender/blenkernel/BKE_strands.h (+60, -0) (View)
/source/blender/blenkernel/intern/strands.c (+149, -0) (View)
/source/blender/blenkernel/intern/strands.c (+149, -0) (View)
6 Modified Paths:
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+19, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+20, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_strand_types.h (+9, -2) (Diff)
/source/blender/modifiers/intern/MOD_strands.c (+18, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+19, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+20, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_strand_types.h (+9, -2) (Diff)
/source/blender/modifiers/intern/MOD_strands.c (+18, -6) (Diff)