GPv3: Select pick operator #108660

Closed
opened 2023-06-06 15:08:21 +02:00 by Falk David · 0 comments
Member

The VIEW3D_OT_select operator needs to be implemented for the new grease pencil data.

Checklist:

  • in blender/source/blender/editors/space_view3d/view3d_select.cc in the function view3d_select_exec, add a else if for OB_GREASE_PENCIL under the check for OB_CURVES
  • create a static function ed_grease_pencil_select_pick based on ed_curves_select_pick.
  • instead of reducing on bases reduce over the editable drawings. Get them using foreach_editable_drawing.
  • after finding the ClosestCurveDataBlock instead of deselecting the bases, deselect the drawings.

References:

  • ed_curves_select_pick in blender/source/blender/editors/space_view3d/view3d_select.cc
  • do_grease_pencil_box_select in #108661
The `VIEW3D_OT_select` operator needs to be implemented for the new grease pencil data. Checklist: - [x] in `blender/source/blender/editors/space_view3d/view3d_select.cc` in the function `view3d_select_exec`, add a `else if` for `OB_GREASE_PENCIL` under the check for `OB_CURVES` - [x] create a static function `ed_grease_pencil_select_pick` based on `ed_curves_select_pick`. - [x] instead of reducing on `bases` reduce over the editable drawings. Get them using `foreach_editable_drawing`. - [x] after finding the `ClosestCurveDataBlock` instead of deselecting the `bases`, deselect the drawings. References: - `ed_curves_select_pick` in `blender/source/blender/editors/space_view3d/view3d_select.cc` - `do_grease_pencil_box_select` in https://projects.blender.org/blender/blender/pulls/108661
Falk David added the
Type
To Do
label 2023-06-06 15:08:21 +02:00
Falk David added this to the Grease Pencil project 2023-06-06 15:08:22 +02:00
Falk David changed title from GP3: Select pick operator to GPv3: Select pick operator 2023-06-06 15:08:32 +02:00
Sietse Brouwer self-assigned this 2023-06-07 11:36:27 +02:00
Sietse Brouwer removed the
Type
To Do
label 2023-06-07 18:34:16 +02:00
Blender Bot added the
Status
Resolved
label 2023-06-08 12:26:50 +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#108660
No description provided.