GPv3: Select box grease pencil frames #110522

Closed
opened 2023-07-27 09:23:26 +02:00 by Amélie Fondevilla · 0 comments

Adapt the ACTION_OT_select_leftright, ACTION_OT_select_box and ACTION_OT_select_column (mode MARKERS_BETWEEN only) operators to take into account grease pencil layer channels.

These operators are defined in /source/blender/editors/space_action/action_select.cc, and call respectively actkeys_select_leftright, box_select_elem, and markers_selectkeys_between, which all eventually loop through all visible channels, to select the keys that are within a frame interval.

Checklist :

  • In source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc, create and implement the function select_frames_box so that it selects frames within a frame interval.
    Note: the idea is to do the same thing than the legacy function ED_gpencil_layer_frames_select_box (source/blender/editors/gpencil_legacy/editaction_gpencil.c), but using the new data structure.
    You can look at other functions in grease_pencil_frames.cc to see how to loop through frames in a layer and how to select a frame with the new data structure.

Then, use this function to implement the following operators (grease pencil channels have type ANIMTYPE_GREASE_PENCIL_LAYER) :

  • ACTION_OT_select_leftright : in actkeys_select_leftright.
    Note: Hotkey for testing is Ctrl+Shift+LeftClick (with the cursor inside the dopesheet).

  • ACTION_OT_select_box : in box_select_elem.
    Note: Hotkey for testing is B (with the cursor inside the dopesheet).

  • ACTION_OT_select_column (mode MARKERS_BETWEEN only) : in markers_selectkeys_between.
    Note: Hotkey for testing is Shift+K (with the cursor inside the dopesheet).

Adapt the `ACTION_OT_select_leftright`, `ACTION_OT_select_box` and `ACTION_OT_select_column` (mode `MARKERS_BETWEEN` only) operators to take into account grease pencil layer channels. These operators are defined in `/source/blender/editors/space_action/action_select.cc`, and call respectively `actkeys_select_leftright`, `box_select_elem`, and `markers_selectkeys_between`, which all eventually loop through all visible channels, to select the keys that are within a frame interval. Checklist : - [ ] In `source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc`, create and implement the function `select_frames_box` so that it selects frames within a frame interval. Note: the idea is to do the same thing than the legacy function `ED_gpencil_layer_frames_select_box` (`source/blender/editors/gpencil_legacy/editaction_gpencil.c`), but using the new data structure. You can look at other functions in `grease_pencil_frames.cc` to see how to loop through frames in a layer and how to select a frame with the new data structure. Then, use this function to implement the following operators (grease pencil channels have type `ANIMTYPE_GREASE_PENCIL_LAYER`) : - [ ] `ACTION_OT_select_leftright` : in `actkeys_select_leftright`. Note: Hotkey for testing is Ctrl+Shift+LeftClick (with the cursor inside the dopesheet). - [ ] `ACTION_OT_select_box` : in `box_select_elem`. Note: Hotkey for testing is B (with the cursor inside the dopesheet). - [ ] `ACTION_OT_select_column` (mode `MARKERS_BETWEEN` only) : in `markers_selectkeys_between`. Note: Hotkey for testing is Shift+K (with the cursor inside the dopesheet).
Amélie Fondevilla added the
Type
To Do
label 2023-07-27 09:23:26 +02:00
Amélie Fondevilla added this to the Grease Pencil project 2023-07-27 09:23:28 +02:00
Blender Bot added the
Status
Resolved
label 2023-08-16 11:44:24 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#110522
No description provided.