Blender Git Commit Log

Git Commits -> Revision dcd9cb7

April 18, 2018, 07:57 (GMT)
Test API in the fur modifier for creating custom guide curves with python.

The fur modifier is just a testbed for the underlying hair system.
The API is intended to allow specifying guide curves with python scripts
without having to worry about inconsistent state. All curves are first
defined in a python-friendly way, then applied to the hair system in one step.

Commit Details:

Full Hash: dcd9cb72f57493daa55d054b98c05ee811c03da1
Parent Commit: 974e55e
Lines Changed: +131, -1

5 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_hair.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+106, -0) (Diff)
/source/blender/modifiers/intern/MOD_fur.c (+9, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021