Blender Git Commits

Blender Git "GPencil_EditStrokes" branch commits.

Page: 3 / 8

November 5, 2014, 13:21 (GMT)
Code Cleanup: Use iterator instead of hand-rolled solution
November 5, 2014, 13:16 (GMT)
Select Linked for GPencil Stroke Editing (Ctrl L)

This selects all the points in strokes which have selected points already.
November 5, 2014, 12:57 (GMT)
GPencil Layer Lock - Does not prevent active frame from changing anymore

Loosened the restrictions on when the current frame can change,
by removing the restriction that the current frame on locked layers
cannot change (we already have the Frame Locking functionality for
that purpose instead). This makes it easier to animate (especially
with PropEdit enabled, when you need to lock layers to prevent
backgrounds and similar things from changing unexpectededly).
November 5, 2014, 06:36 (GMT)
Rename GPENCIL_OT_strokes_copy to GPENCIL_OT_duplicate

This is to make room for copy/paste operators (using a copy/paste buffer)
November 5, 2014, 06:36 (GMT)
Fix memory leak when deleting entire strokes using "points" mode
November 4, 2014, 23:07 (GMT)
GPencil Stroke Editing: Delete Operator (XKEY)

Added an operator for deleting individual points, selected strokes, the active
frame, or for simply dissolving/removing the selected points.
November 4, 2014, 14:07 (GMT)
Bugfix: Stroke buffer sometimes got drawn with wrong color (when doing initial strokes)
November 4, 2014, 14:01 (GMT)
Code Cleanup: Remove unused defines
October 31, 2014, 12:28 (GMT)
GPencil Stroke Editing: More popularly requested transform tools

* Bend
* Shear
* To Sphere
October 31, 2014, 12:06 (GMT)
Merge branch 'GPencil_FillStrokes' into GPencil_EditStrokes
October 31, 2014, 06:17 (GMT)
Code Cleanup: Remove some redundant operations
October 31, 2014, 05:51 (GMT)
Code Cleanup: bool in place of short
October 31, 2014, 01:46 (GMT)
Fix: GP Stroke verts are now properly masked behind geometry now when X-Ray option is disabled
October 31, 2014, 01:38 (GMT)
Code Cleanup: Deduplicate logic for calculating 2D stroke coordinates for drawing
October 30, 2014, 12:43 (GMT)
GPencil Drawing: Support for drawing filled strokes

It is now possible for the insides (i.e. the region contained within the stroke)
Grease Pencil strokes to be drawn "filled". This initial implementation is quite
crude.

Main Limitations:
- It uses OpenGL polygons for rendering. The main thing to be aware of with this
is that it *DOES NOT HANDLE CONCAVE* strokes too well. That is, it will just
plaster over the concave regions, which may not be what you really want

- Fills are currently turned on/off using the opacity settings. Whether we continue
doing this remains to be seen...
October 30, 2014, 06:38 (GMT)
RNA: Line width for volumetric strokes is allowed to be higher

While 3D strokes currently have a size limitation, this doesn't apply to volumetrics.

TODO
Most of our 2D strokes don't have a limitation either, but we can't easily
identify such cases in this function, so for now the limit holds.
October 29, 2014, 12:38 (GMT)
Code cleanup: renamed function for drawing 2D strokes to make more sense now
October 29, 2014, 12:37 (GMT)
Volumetric strokes draw in 2D views too now
October 29, 2014, 12:18 (GMT)
Make volumetric stroke drawing a per-layer option
October 28, 2014, 02:39 (GMT)
Fix: Poll for toolshelf UI buttons was spitting out warnings

Casting to bool is safer there
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021