Maniphest T60548

Grease Pencil hotkeys default when in Continuous Drawing mode
Closed, Archived

Assigned To
Antonio Vazquez (antoniov)
Authored By
KiJeon (0o00o0oo)
Jan 15 2019, 11:37 PM
Tags
  • BF Blender
  • Grease Pencil
Subscribers
Antonio Vazquez (antoniov)
Christopher_Anderssarian
KiJeon (0o00o0oo)

Description

Blender Version
Broken: 2.79b

Short description of error
I set custom hotkeys for straight line and poly drawing ([Shift]+Left, [Shift]+Right respectively), and they work fine until Continuous Drawing mode is activated.
When in Continuous Drawing mode, the custom hotkeys no longer work, but the default [Ctrl]+Left draws straight lines instead.

Event Timeline

KiJeon (0o00o0oo) created this task.Jan 15 2019, 11:37 PM
Antonio Vazquez (antoniov) changed the task status from Unknown Status to Unknown Status.Jan 16 2019, 10:50 AM
Antonio Vazquez (antoniov) claimed this task.
Antonio Vazquez (antoniov) added a subscriber: Antonio Vazquez (antoniov).

When the continuous drawing is enabled, all events are captured by draw module, so no hotkey is captured except the keys defined in this modules (this is the reason why straight lines work). You need finish the continuos before using a new hotkey. This is by design and cannot be changed.

Anyway, I'm not sure what/why are you doing, but in 2.8 all has changed and now the annotations works using tool bar and the drawing is supported with the new GP object, so not sure you will be able to port your ideas to the new version. If you try to create any tool or design a workflow I advice you to switch to 2.8 to work with the new design and tools.

I close this report because isn't a bug.

KiJeon (0o00o0oo) added a comment.Jan 16 2019, 1:03 PM

2.8's Grease Pencil behavior seems to be that way I wanted/expected it to work.

Sadly I can't use it because I'm trying to create an animatic using Grease Pencil and laying out scenes in the Video Sequence Editor, but currently, even an empty scene lags quite bad in VSE in 2.8.

Christopher_Anderssarian added a subscriber: Christopher_Anderssarian.Jan 16 2019, 1:48 PM
In T60548#600924, @KiJeon (0o00o0oo) wrote:

Sadly I can't use it because I'm trying to create an animatic using Grease Pencil and laying out scenes in the Video Sequence Editor, but currently, even an empty scene lags quite bad in VSE in 2.8.

Don't worry, this is being addressed:
D3934: VSE cache with frame prefetching (WIP)
D3597: Add proxy support for all sequences

KiJeon (0o00o0oo) added a comment.Jan 17 2019, 1:29 AM
In T60548#600932, @Christopher_Anderssarian wrote:

Oh, nice, I was hoping the problem was known and was being worked on. Thanks for the links!