Blender Git "experimental_gp_weight" branch commits. Page: 51 / 122 December 18, 2017, 08:29 (GMT) | Minor Optimisation for GP Grab brush
Write directly to the point instead of writing to a temporary value first
| December 17, 2017, 19:36 (GMT) | WIP: Replace GL types by generic types
| December 17, 2017, 19:16 (GMT) | WIP: Initial test for offscreen render
Initial test to make a proof of concept of the render in textures.
| December 17, 2017, 18:57 (GMT) | Fix segment fault when delete object
The active object got null and this produced a segment fault.
| December 17, 2017, 16:16 (GMT) | Use round caps while drawing
| December 17, 2017, 16:16 (GMT) | Reduce size of round cap
| December 17, 2017, 15:28 (GMT) | Merge branch 'blender2.8' into greasepencil-object
| December 17, 2017, 15:18 (GMT) | New rounded end caps
Now the stroke ends are rounded to get more artistic look.
| December 16, 2017, 09:54 (GMT) | Merge branch 'blender2.8' into greasepencil-object
| December 16, 2017, 09:46 (GMT) | Fix multiframe error when lock layer
There was a segment fault if the some layer was locked and enable multiframe edit / sculpt or weight paint.
The shading group must be created because is used in multiedit lines.
| December 15, 2017, 17:34 (GMT) | WIP: Experimental Offscreen buffer for fill
Simple implementation of stroke drawing to texture
| 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
|
|
|