Display:
Master Commits
Branch Commits
All Commits
Blender
Git "soc-2019-npr" branch commits.
Page: 156 / 226
December 15, 2017, 12:17 (GMT)
Fix merge errors There was a problem with struct byte alignment.
December 15, 2017, 11:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/blenloader/intern/versioning_280.c source/blender/draw/intern/draw_cache_impl.h source/blender/makesdna/DNA_scene_types.h
December 15, 2017, 11:34 (GMT)
Delete with Border select in paint mode This commit is similar to Lasso, but for border select.
December 15, 2017, 11:31 (GMT)
New Eraser with Lasso select When you are in paint mode, if press Ctrl+Alt and select with lasso tool, the points are removed. This is a request of the Hero team after been working in cleanup process. The Lasso delete allows to remove very fast areas of the drawing.
December 15, 2017, 10:44 (GMT)
Cleanup: Function to avoid code duplication
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()