Blender Git Commit Log

Git Commits -> Revision e12b1c2

January 30, 2018, 06:04 (GMT)
GP Add Primitive Ops: Remove the "avoid fast double clicks" event hack

This was making the operator unnecessarily clumsy to use, especially
for anyone used to the way that drawing tools everywhere else work.

Old workflow (with the hack):
1) Click Rectangle/Circle to start the operator
2) Click (Press & Release) in the 3D view to start drawing the shape
3) Click again (Press & Release) to stop drawing
(4) Click again, realising that you forgot to release the mouse in step 2
(provided you realised why it "wasn't working")

New workflow (more in line with standard workflows):
1) Click Rectangle/Circle to start the operator
2) Press and drag in the 3D view to start drawing the shape
3) Release to stop drawing

Commit Details:

Full Hash: e12b1c2a27f69603556f62d906804f06cd5593b6
Parent Commit: e70d497
Lines Changed: +1, -10

2 Modified Paths:

/source/blender/editors/gpencil/gpencil_primitive.c (+1, -9) (Diff)
/source/blender/editors/include/ED_gpencil.h (+0, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021