November 11, 2018, 22:59 (GMT) |
Cleanup: minor gpencil changes - Replace BKE_brush_getactive_gpencil -> BKE_paint_brush (no need for per-paint-type brush access). - Rename TOT_GP_EDITBRUSH_TYPES -> GP_EDITBRUSH_TYPE_MAX (avoid sharing prefix w/ unrelated constants). - Rename instances of `GP_EditBrush_Data` to 'gp_brush' (`Brush` is typically called 'brush'). |
November 11, 2018, 22:18 (GMT) |
Fix headless build |
November 11, 2018, 22:05 (GMT) |
Update test, missed when changing Object.select_set() |
November 11, 2018, 13:31 (GMT) |
GP: Use same name when duplicate datablock |
November 11, 2018, 11:45 (GMT) |
Depsgraph eval function for hair on object level that computes follicle space. |
November 11, 2018, 11:44 (GMT) |
Make return values for mesh sample eval optional. |
November 11, 2018, 10:22 (GMT) |
Fix T57776: Error when adding a Torus to the scene. Not all Object.select_set() cases had been updated to new API... Tsst. ;) |
November 11, 2018, 09:42 (GMT) |
NLA: fix frame mapping applied twice keyframing from graph/action editors. The insert_keyframe function already applies NLA strip to action time remapping, so doing it in insert_graph_keys/insert_action_keys is redundant outside the code path that inserts directly into fcurve. |
November 11, 2018, 05:35 (GMT) |
Merge branch 'master' into blender2.8 |
November 10, 2018, 22:37 (GMT) |
PyAPI: update keyword list |
November 10, 2018, 21:20 (GMT) |
GP: Change Thickness Text |
November 10, 2018, 19:33 (GMT) |
GP: Add brush parameter to Shapes tools Need the brush to define thickness and color of the primitive (line, box, circle) |
November 10, 2018, 15:30 (GMT) |
GP: Fix mouse cursor problems In some situations the check of the windows got false positives and the cursor was hidden by error. |
November 10, 2018, 15:27 (GMT) |
Dirty flags for follicle customdata. |
November 10, 2018, 15:22 (GMT) |
Fix (unreported) crash when deleting collection in freshly duplicated scene. From startup .blend, add a 'full copy' new scene, and delete its Collection 1.001 collection. That would make blender crash, once again due to NULL collection pointer in some ChildrenCollection struct... |
November 10, 2018, 14:44 (GMT) |
Runtime struct for non-serialized hair data, similar to Mesh runtime. |
November 10, 2018, 14:11 (GMT) |
Add customdata for hair follicles. |
November 10, 2018, 12:19 (GMT) |
GP: Reorganize Drawing Plane options |
November 10, 2018, 12:06 (GMT) |
GP: Keep synchronized layer list in top bar Now when the layer is changed, the list of layers and the topbar selector keep equal. |
November 10, 2018, 11:58 (GMT) |
GP: Autolock layers was not working with dopesheet Also fixed a delayed update of the panels |
|
|
|


Master Commits
MiikaHweb | 2003-2021