Blender Git Commit Log

Git Commits -> Revision 0d6c8dd

Revision 0d6c8dd by Lukas Toenne (strand_gpu, strand_nodes)
July 7, 2016, 05:50 (GMT)
Refactoring: Renamed the "StrandRoot" arrays to "StrandFiber" for clarity.

The strand system contains 2 levels of curve geometry:
- "Strands" are the abstract control strands, editable by the user and thus few in number.
- "Fibers" are renderable curves, generated based on those strands.

"Roots" now is used exclusively for hair follicles, which are attached to
the scalp mesh, i.e. follow the mesh deformation.

Commit Details:

Full Hash: 0d6c8dd8e9d6e69cf56119a20550ed3ec66f1e10
Parent Commit: d9589a5
Lines Changed: +216, -216

18 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+3, -3) (Diff)
/source/blender/blenkernel/BKE_editstrands.h (+4, -4) (Diff)
/source/blender/blenkernel/BKE_strands.h (+10, -10) (Diff)
/source/blender/blenkernel/intern/editstrands.c (+9, -9) (Diff)
/source/blender/blenkernel/intern/strands.c (+46, -46) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/editors/hair/hair_object_strands.c (+7, -7) (Diff)
/source/blender/editors/hair/hair_undo.c (+7, -7) (Diff)
/source/blender/editors/object/object_strands.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/drawstrands.c (+12, -12) (Diff)
/source/blender/gpu/GPU_buffers.h (+9, -9) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+62, -62) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+4, -4) (Diff)
/source/blender/makesdna/DNA_strand_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+20, -20) (Diff)
/source/blender/modifiers/intern/MOD_strands.c (+13, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021