Compositor: Improve link drag search #110575

Merged
Charlie Jolly merged 3 commits from CharlieJolly/blender:cmp-link-drag-search into main 2023-08-01 20:03:39 +02:00
Member

Add link drag search for Math operations
Add link drag search for Mix operations

Add link drag search for Math operations Add link drag search for Mix operations
Charlie Jolly added the
Interest
Compositing
Interest
Nodes & Physics
labels 2023-07-28 13:27:08 +02:00
Author
Member
As requested here: https://devtalk.blender.org/t/2023-07-25-nodes-physics-module-meeting/30443#help-wanted-5
Iliya Katushenock added this to the Nodes & Physics project 2023-07-28 13:29:29 +02:00
Iliya Katushenock removed the
Interest
Nodes & Physics
label 2023-07-28 13:29:40 +02:00
Charlie Jolly requested review from Hans Goudey 2023-08-01 14:24:50 +02:00
Hans Goudey reviewed 2023-08-01 14:41:42 +02:00
@ -40,0 +55,4 @@
static void node_gather_link_searches(GatherLinkSearchOpParams &params)
{
const int weight = ELEM(params.other_socket().type, SOCK_IMAGE, SOCK_RGBA) ? 0 : -1;
Member

Does the compositor actually use the image socket? I know it calls the sockets "Image" but I thought they were all actually color sockets.

Does the compositor actually use the image socket? I know it _calls_ the sockets "Image" but I thought they were all actually color sockets.
Charlie Jolly force-pushed cmp-link-drag-search from ab42e6468d to aad3ce4e18 2023-08-01 16:47:29 +02:00 Compare
Author
Member

@HooglyBoogly fixed

I had to do a force push because I kept getting an error:

 ! [rejected]                cmp-link-drag-search -> cmp-link-drag-search (non-fast-forward)
error: failed to push some refs to 'projects.blender.org:CharlieJolly/blender.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
@HooglyBoogly fixed I had to do a force push because I kept getting an error: ``` ! [rejected] cmp-link-drag-search -> cmp-link-drag-search (non-fast-forward) error: failed to push some refs to 'projects.blender.org:CharlieJolly/blender.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. ```
Hans Goudey approved these changes 2023-08-01 19:02:36 +02:00
Charlie Jolly merged commit 5b80d9bbaf into main 2023-08-01 20:03:39 +02:00
Charlie Jolly deleted branch cmp-link-drag-search 2023-08-01 20:03:40 +02:00
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 Assignees
2 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#110575
No description provided.