Cleanup: GPv3: Refactor use of TreeNode #111177

Merged
Falk David merged 8 commits from filedescriptor/blender:gpv3-tree-node-refactor into main 2023-08-16 16:18:33 +02:00
Member

There are many places in the code right now that deal with TreeNodes inconsistently.
The Layer for example is often accessing and changing data in the base struct, even though this should only be done by TreeNode.

This refactor makes it so that all of the functions affecting only the TreeNode are moved to the TreeNode class and only implemented there.

There are many places in the code right now that deal with `TreeNode`s inconsistently. The `Layer` for example is often accessing and changing data in the base struct, even though this should only be done by `TreeNode`. This refactor makes it so that all of the functions affecting only the `TreeNode` are moved to the `TreeNode` class and only implemented there.
Falk David requested review from Amélie Fondevilla 2023-08-16 13:06:07 +02:00
Falk David added this to the Grease Pencil project 2023-08-16 13:06:12 +02:00
Amélie Fondevilla approved these changes 2023-08-16 14:08:41 +02:00
Amélie Fondevilla left a comment
Member

Looks good to me.

Looks good to me.
Author
Member

@blender-bot build

@blender-bot build
Falk David force-pushed gpv3-tree-node-refactor from d141aa3dda to bbf490f87f 2023-08-16 15:45:38 +02:00 Compare
Falk David added 1 commit 2023-08-16 16:01:21 +02:00
Falk David added 2 commits 2023-08-16 16:08:51 +02:00
Falk David added 1 commit 2023-08-16 16:10:28 +02:00
Falk David added 1 commit 2023-08-16 16:13:07 +02:00
Falk David merged commit b14a0ee57e into main 2023-08-16 16:18:33 +02:00
Falk David deleted branch gpv3-tree-node-refactor 2023-08-16 16:18:35 +02:00
Member

Hi, I'm observing crash when adding a GP object after this refactor (in release and debug build)

Hi, I'm observing crash when adding a GP object after this refactor (in release and debug build)
Author
Member

@PratikPB2123 thanks will look into it

@PratikPB2123 thanks will look into it
Author
Member
@PratikPB2123 fixed by 5aacbf6c81b99cbd4561ff98ae7ef806a28a445c
Sign in to join this conversation.
No reviewers
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#111177
No description provided.