Blender Git Commit Log

Git Commits -> Revision d7ba494

November 15, 2017, 08:40 (GMT)
Rename "Hair" modifier to "Fur" modifier.

This will be a simple testbed for generating hair geometry.

The plan here is to use different modifiers for different editing methods
for hair. Each of these will use a HairSystem instance, but vary
in the editable data used to generate guide curves. The hair system
underneath is agnostic to the editing method used.

Commit Details:

Full Hash: d7ba494283fe7dc0d957693e1f8312540f001024
Parent Commit: 7842804
Lines Changed: +163, -163

1 Added Path:

/source/blender/modifiers/intern/MOD_fur.c (+133, -0) (View)

1 Deleted Path:

/source/blender/modifiers/intern/MOD_hair.c (+0, -133)

11 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -4) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -5) (Diff)
/source/blender/draw/engines/eevee/eevee_materials.c (+3, -3) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+8, -8) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -1) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -1) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021