Moving sockets in custom nodes not working #119464

Closed
opened 2024-03-14 15:02:55 +01:00 by Diego Gangl · 1 comment

System Information
Operating system: Linux 6.7.4 (Fedora 39)
Graphics card: AMD VEGA 64

Blender Version
Broken: 4.0.2 (9be62e85b7)
Worked: Blender 3.3 LTS

Short description of error

Calling move() on the inputs of a custom socket doesn't move the sockets. Currently it seems to move some sort of separator but only on certain indexes, for most it doesn't do anything.

Exact steps for others to reproduce the error

  1. Open the attached Blend file
  2. Run the top script so the custom node gets registered
  3. Run the lower script to check what the move function does

Alternatively, use the console to call move() with other indexes.

**System Information** Operating system: Linux 6.7.4 (Fedora 39) Graphics card: AMD VEGA 64 **Blender Version** Broken: 4.0.2 (9be62e85b727) Worked: Blender 3.3 LTS **Short description of error** Calling `move()` on the inputs of a custom socket doesn't move the sockets. Currently it seems to move some sort of separator but only on certain indexes, for most it doesn't do anything. **Exact steps for others to reproduce the error** 1. Open the attached Blend file 2. Run the top script so the custom node gets registered 3. Run the lower script to check what the move function does Alternatively, use the console to call `move()` with other indexes.
Diego Gangl added the
Type
Report
Status
Needs Triage
Severity
Normal
labels 2024-03-14 15:02:55 +01:00

I can confirm that the behavior has changed.

Apparently, the script appears to update the node type.
It does not update existing nodes that have the same type.
Only if you add another one.
image

Note: there appears to be an error in usage.
The informed node has 3 inputs whose indexes are 0, 1, 2.
It does not have an input with index 3.

Cc. @JacquesLucke

I can confirm that the behavior has changed. Apparently, the script appears to update the node type. It does not update existing nodes that have the same type. Only if you add another one. ![image](/attachments/b190fc28-2c80-410c-a9b2-30012c2e798d) Note: there appears to be an error in usage. The informed node has 3 inputs whose indexes are 0, 1, 2. It does not have an input with index 3. Cc. @JacquesLucke
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2024-03-15 15:01:10 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
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
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
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#119464
No description provided.