Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 67 / 137
December 15, 2017, 10:40 (GMT)
Add Erase stroke with Ctrl key If press Ctrl over a stroke while using the eraser, the stroke is fully deleted, not point by point
December 14, 2017, 17:16 (GMT)
Enable Hard Eraser with SHIFT While you are drawing, if press Shift key, the eraser delete points with one contact only and does not depends of pressure. This is very useful for fast remove.
December 14, 2017, 16:05 (GMT)
WIP: Basic modal structure for fill operator This is the first step to implement a fill operator. This commit only adds the modal operator but the filling is not implemented yet.
December 13, 2017, 15:48 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 13, 2017, 09:28 (GMT)
Cleanup: Use mathlib funcs instead of inlined math
December 13, 2017, 09:18 (GMT)
Cleanup: Whitespace
December 13, 2017, 09:09 (GMT)
Cleanup: Split GP Sculpt and Weight Paint panels into separate classes This resolves the need for the draw_header() + empty bl_label hacks used to try and get this changing dynamically.
December 13, 2017, 09:09 (GMT)
Cleanup: Various small issues noticed earlier * Rename BKE_get_falloff_factor() to BKE_gpencil_multiframe_falloff_calc() and make it return value instead of passing in a pointer to fill. * Rename "gso->falloff" to "gso->mf_falloff" to be less ambiguous * Fix indentation issues in gpencil_brush.c
December 13, 2017, 09:09 (GMT)
Fix: Remove leftover debug print
December 12, 2017, 16:24 (GMT)
Fix problem when hide collection When hide the collection the strokes were not hidden.
December 12, 2017, 09:32 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 12, 2017, 08:29 (GMT)
Apply scale weight to Offset modifier This parameter was using the weight in a wrong way. As the offset is a change in the values, the default value change is 0, not 1, so a scale offset of 1 means add 1 to default scale.
December 11, 2017, 09:40 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 10, 2017, 16:10 (GMT)
Improve Simplify modifier - Now it's possible to define number of iterations for fixed mode. - New mode selector instead of checkboxes - Changes in UI
December 10, 2017, 11:42 (GMT)
Added ID_GD to the OB_DATA_SUPPORT_ID/OB_DATA_SUPPORT_ID_CASE macros From the looks of things, all object-linked ID types should be included in here. While checking on this, I also found a missing case for GP object in Main.objects.new()
December 10, 2017, 09:21 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 10, 2017, 09:20 (GMT)
Change Hook modifier flags There were some flags that must be removed.
December 10, 2017, 09:16 (GMT)
Simplify use of VFX shading groups The drawing functions was using an additional shading group pointer that it was not used, so it can be removed.
December 10, 2017, 08:24 (GMT)
Cleanup: Remove intermediate variable for Wsize
December 10, 2017, 08:20 (GMT)
Rename property for full color and fill