January 3, 2018, 13:17 (GMT) |
Merge branch 'blender2.8' into hair_guides |
January 3, 2018, 13:13 (GMT) |
Add missing context mode string for groom edit mode. |
January 3, 2018, 13:10 (GMT) |
Static assert for correct strings from context mode enum. Adding new context modes requires adding a string in CTX_data_mode_string, but there is no error when omitting this other than panels using incorrect contexts. The static assert should help detect simple missing strings at least to avoid confusing errors. |
January 3, 2018, 12:48 (GMT) |
Add missing switch break. No effect so far for subsequent code. |
January 3, 2018, 10:24 (GMT) |
Merge branch 'blender2.8' into hair_guides |
January 2, 2018, 14:24 (GMT) |
Add missing editmode menu for groom objects. |
January 2, 2018, 14:18 (GMT) |
Use derivedFinal as scalp surface (for the time being). Eventually DerivedMesh will be deprecated and Mesh used instead, but until then the surface sampling algorithms use DerivedMesh. |
January 2, 2018, 13:36 (GMT) |
New object pointer in groom ID to use as a "scalp" object for attaching hair. |
January 2, 2018, 12:54 (GMT) |
RNA and UI scripts for the hair system and draw settings in groom objects. |
January 2, 2018, 12:45 (GMT) |
Add a hair system in the groom ID block for creating renderable hairs. |
January 2, 2018, 12:44 (GMT) |
Fix transform recalc, 2D data only exists for section vertex transforms. |
January 2, 2018, 09:57 (GMT) |
Transform operator support for groom vertices. |
January 1, 2018, 11:26 (GMT) |
Some tentative iterator macros for groom data. |
December 31, 2017, 09:14 (GMT) |
Circle select implementation for groom objects. |
December 31, 2017, 09:04 (GMT) |
Box select implementation for groom objects. |
December 31, 2017, 08:59 (GMT) |
Lasso select implementation for groom object. |
December 30, 2017, 15:20 (GMT) |
Use a secondary cache for interpolated shape loops. |
December 30, 2017, 08:44 (GMT) |
Mouse-picking operator for groom vertex selection. |
December 30, 2017, 08:08 (GMT) |
Curve cache for main groom bundle curves. This stores interpolated cubic spline values for smooth curve rendering. Local coordinate frames for sections are also computed alongside the cache. |
December 30, 2017, 08:03 (GMT) |
Add UI script for groom data. |
|