Blender Git Commit Log

Git Commits -> Revision e4d1fe7

September 28, 2014, 15:25 (GMT)
GP Circle Select

It's now possible to use Circle/Brush Select (D+C) to select individual Grease Pencil
strokes. This will eventually be useful for editing operations using these.

Implementation Notes:
* This is currently a quick and dirty implementation, which just copies and pastes
some of the logic from the eraser, and reuses some of the same utility functions
too.
* The shared methods are now exposed internally for use in the gpencil module.
Perhaps they should eventually get their own dedicated section/file?

Commit Details:

Full Hash: e4d1fe7c65a9f1f57c255f02c75505c61eb09aa1
Parent Commit: 06e188a
Lines Changed: +219, -9

5 Modified Paths:

/source/blender/editors/gpencil/gpencil_intern.h (+38, -3) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+5, -1) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+5, -5) (Diff)
/source/blender/editors/gpencil/gpencil_select.c (+170, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021