Compositor: Remove left over code from tile based compositor #121176

Merged
Aaron Carlisle merged 2 commits from Blendify/blender:cmp-viewer-cursor into main 2024-04-30 13:47:58 +02:00
Member

The compositor used to have a feature that would calculate tiles for the viewer based a custom order. Since the removal of the tile based compositor, this code is unused.

The compositor used to have a feature that would calculate tiles for the viewer based a custom order. Since the removal of the tile based compositor, this code is unused.
Aaron Carlisle added this to the 4.2 LTS milestone 2024-04-27 23:22:45 +02:00
Aaron Carlisle added the
Interest
Compositing
label 2024-04-27 23:22:45 +02:00
Aaron Carlisle added 1 commit 2024-04-27 23:23:00 +02:00
d3fac833db Compositor: Remove left over code from tile based compositor
The compositor used to have a feature that would calculate tiles for the viewer based a custom order. Since the removal of the tile based compositor, this code is unused.
Aaron Carlisle added this to the Compositing project 2024-04-27 23:23:08 +02:00
Aaron Carlisle requested review from Omar Emara 2024-04-27 23:23:31 +02:00
Omar Emara requested review from Sergey Sharybin 2024-04-29 10:13:39 +02:00
Member

Not sure about the RNA changes because that might be a breaking change in terms of the API, so I had added Sergey as a reviewer.

Not sure about the RNA changes because that might be a breaking change in terms of the API, so I had added Sergey as a reviewer.
Sergey Sharybin approved these changes 2024-04-29 11:21:29 +02:00
Sergey Sharybin left a comment
Owner

Oh, I didn't even know there were those settings.

Surely, removing them could break some API's, but we should not have settings which do not have any affect. So, removing those I think is the proper way forward. Is unlikely someone actually used them.

From the looking through the code it seems fine. But maybe Omar would want to have a look as well before landing?

Oh, I didn't even know there were those settings. Surely, removing them could break some API's, but we should not have settings which do not have any affect. So, removing those I think is the proper way forward. Is unlikely someone actually used them. From the looking through the code it seems fine. But maybe Omar would want to have a look as well before landing?
Omar Emara requested changes 2024-04-29 13:09:07 +02:00
Dismissed
@ -8245,4 +8219,1 @@
RNA_def_property_ui_text(prop, "Y", "");
RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update");
prop = RNA_def_property(srna, "use_alpha", PROP_BOOLEAN, PROP_NONE);
Member

This fails to compile due to missing prop declaration.

This fails to compile due to missing `prop` declaration.
Blendify marked this conversation as resolved
Aaron Carlisle added 1 commit 2024-04-30 05:22:31 +02:00
Aaron Carlisle requested review from Omar Emara 2024-04-30 05:23:04 +02:00
Omar Emara approved these changes 2024-04-30 08:01:04 +02:00
Aaron Carlisle merged commit f5157b00a9 into main 2024-04-30 13:47:58 +02:00
Aaron Carlisle deleted branch cmp-viewer-cursor 2024-04-30 13:48:00 +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
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#121176
No description provided.