GPv3: Active Layer #113915

Closed
opened 2023-10-19 07:17:37 +02:00 by Pratik Borhade · 4 comments
Member

Change active layer from shortcut (for non-object node). Press key to invoke panel where all layers are displayed, select layer to set it active.

  • Define operator in GREASE_PENCIL_OT_layer_active in grease_pencil_layers.cc
  • Define int/string operator property (layer) to obtain selected layer (similar to legacy GP)
  • Get this selected layer in operator execution function: `RNA_int_get(op->ptr, "layer");
  • Set this layer as active: GreasePencil::set_active_layer()
  • Set notifiers to animation and properties editor
  • Create a menu GREASE_PENCIL_MT_layer_active in properties_grease_pencil_common.py
  • Display layers of current GP object in the panel: (for example: grease_pencil.data.layers[index])
  • Add keymap entry in blender_defaults.py to invoke this menu op_menu()
Change active layer from shortcut (for non-object node). Press key to invoke panel where all layers are displayed, select layer to set it active. - Define operator in `GREASE_PENCIL_OT_layer_active` in `grease_pencil_layers.cc` - Define int/string operator property (`layer`) to obtain selected layer (similar to legacy GP) - Get this selected layer in operator execution function: `RNA_int_get(op->ptr, "layer"); - Set this layer as active: `GreasePencil::set_active_layer()` - Set notifiers to animation and properties editor - Create a menu `GREASE_PENCIL_MT_layer_active` in `properties_grease_pencil_common.py` - Display layers of current GP object in the panel: (for example: `grease_pencil.data.layers[index]`) - Add keymap entry in `blender_defaults.py` to invoke this menu `op_menu()`
Pratik Borhade added the
Priority
Normal
Module
Grease Pencil
Type
To Do
labels 2023-10-19 07:17:57 +02:00
Pratik Borhade added this to the Grease Pencil project 2023-10-19 07:18:12 +02:00
Member

@SmugRainbowPony Is giving this a try.

@SmugRainbowPony Is giving this a try.
Contributor

I'm noticing there's a menu (GPENCIL_MT_layer_active) already present in properties_grease_pencil_common.py:
1970de9d19/scripts/startup/bl_ui/properties_grease_pencil_common.py (L251-L274)

I'm assuming I should keep it around for now, mark it as legacy, and add the GREASE_PENCIL_-prefixed variant next to it?

I'm noticing there's a menu (`GPENCIL_MT_layer_active`) already present in `properties_grease_pencil_common.py`: https://projects.blender.org/blender/blender/src/commit/1970de9d197e11eaba391ca399a42ae661617103/scripts/startup/bl_ui/properties_grease_pencil_common.py#L251-L274 I'm assuming I should keep it around for now, mark it as legacy, and add the `GREASE_PENCIL_`-prefixed variant next to it?
Member

@SmugRainbowPony Yes that sounds like a good idea.

@SmugRainbowPony Yes that sounds like a good idea.
Contributor

I somehow broke the first PR by force-pushing onto my branch, but here's a valid one ready for review: #115606

I somehow broke the first PR by force-pushing onto my branch, but here's a valid one ready for review: #115606
Blender Bot added the
Status
Resolved
label 2023-11-30 16:10:17 +01: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
3 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#113915
No description provided.