GPv3 : Select circle/lasso grease pencil frames #110521

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

Adapt the ACTION_OT_select_circle and ACTION_OT_select_lasso operators to take into account grease pencil layer channels.

These operators are defined in /source/blender/editors/space_action/action_select.cc, and executed by the functions action_circle_select_exec and actkeys_lassoselect_exec, which both call region_select_action_keys. The latter function loops through all visible channels, to select the keys that are within the area defined by the circle/lasso using the region_select_elem function. This latter function is the one that should be adapted to take into account grease pencil channels.

Checklist :

  • In source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc, create and implement the function select_frames_region 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_region (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.

  • In the function region_select_elem, create a case for grease pencil channels (type ANIMTYPE_GREASE_PENCIL_LAYER), and call your newly created function. Similarly to the legacy case, don't forget to update dependencies after the function call.
    Note: Hotkey for testing is C for circle mode (with the cursor inside the dopesheet). For lasso, you can find the operator in the menu (Select > Lasso Select).

Adapt the `ACTION_OT_select_circle` and `ACTION_OT_select_lasso` operators to take into account grease pencil layer channels. These operators are defined in `/source/blender/editors/space_action/action_select.cc`, and executed by the functions `action_circle_select_exec` and `actkeys_lassoselect_exec`, which both call `region_select_action_keys`. The latter function loops through all visible channels, to select the keys that are within the area defined by the circle/lasso using the `region_select_elem` function. This latter function is the one that should be adapted to take into account grease pencil channels. Checklist : - [ ] In `source/blender/editors/grease_pencil/intern/grease_pencil_frames.cc`, create and implement the function `select_frames_region` 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_region` (`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. - [ ] In the function `region_select_elem`, create a case for grease pencil channels (type `ANIMTYPE_GREASE_PENCIL_LAYER`), and call your newly created function. Similarly to the legacy case, don't forget to update dependencies after the function call. Note: Hotkey for testing is C for circle mode (with the cursor inside the dopesheet). For lasso, you can find the operator in the menu (Select > Lasso Select).
Amélie Fondevilla added the
Type
To Do
label 2023-07-27 09:23:24 +02:00
Amélie Fondevilla added this to the Grease Pencil project 2023-07-27 09:26:36 +02:00
Blender Bot added the
Status
Resolved
label 2023-07-31 10:35:47 +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#110521
No description provided.