Regression: Split Edges node skips loose edges #109236
Labels
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
6 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#109236
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.22621-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.23
Blender Version
Broken: version: 3.6.0 Beta, branch: blender-v3.6-release, commit date: 2023-06-21 21:04, hash:
ae35861a64ca
Worked: 3.6.0 Alpha, branch: main, commit date: 2023-05-16 23:35, hash:
c8b5b17d40c4
Caused by:
8a11f0f3a2
Short description of error
Split Edge node do not split edge lines to individual edges.
Exact steps for others to reproduce the error
a. Add Mesh Line node.
b. Add Split Edge node.
c. Mesh Line -> Split Edge -> Group Output node.
Notice the loos vertices and the still connected edges.
Geometry Nodes: "Mesh to Curve" node merges the vertices on the resulting curveto Regression: Geometry Nodes: Split Edge node do not split line of edges to individual edgesAs far as I could tell from the information provided by the viewer node, the Split edge node seemed to actually work (it results in 4 edges, 8 vertices for this simple test).
@emilian Vertices is not connected, there is just 4 connected edges and 3 dangling points.
Oh, ok, sorry for the noise then.
Regression: Geometry Nodes: Split Edge node do not split line of edges to individual edgesto Regression: Split Edges node skips loose edgesIliya Katushenock referenced this issue2023-07-25 21:56:15 +02:00
In my case I found out the problem was comming from the "mesh to curve" node, it merges again the already splited vertices.
@JuanManuelLynch In your case, Edge Split node didn't splite edges at all. Mesh to Curve just delete dangling point.
@mod_moder Are you sure? In both versions I get same output from the split edges, 3 vertices go into the split edges node and 4 come out
Please apply the Edge Split node as modifier and go into edit mode
Correct, it doesn't split edges, but the fourth vertex is still being created.
I found these places different!
The problem is still present on the latest LTS release 3.6.2
Is it already in 3.6.3 Release Candidate?
Yes (in backreport list for this)