Regressino: Geometry Node: Edge Path to Curves does not work with anonymous attributes #108456
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#108456
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: Linux-6.1.26-x86_64-with-glibc2.37 64 Bits
Graphics card: AMD Radeon RX 6800 XT (navi21, LLVM 15.0.7, DRM 3.49, 6.1.26) AMD 4.6 (Core Profile) Mesa 23.0.3
Blender Version
Broken: version: 3.5.0 Alpha, branch: master, commit date: 2023-01-07 22:49, hash:
rBef78811ac7b1
Worked: version: 3.5.0 Alpha, branch: master, commit date: 2022-12-21 20:25, hash:
rBcef5841e124b
Caused by:
2ffd08e952
Short description of error
Please see the attached
.blend
file.It uses
Curve to Mesh
to convert a curve into a mesh, and then usesEdge Path to Curves
to convert the mesh back into curves.When using
Store Named Attribute
this works as expected.However, when using
Capture Attribute
it no longer works.The Viewer shows that the anonymous attribute is correctly stored inside of the mesh, so it should work, but it doesn't.
Exact steps for others to reproduce the error
.blend
file.Anonymous
object. Notice that it does not work.Named
object. Notice that it does work.Hi, thanks for report. This is expected result. A
Shortest Edge Paths
node is evaluate attribute in curve, not on a mesh (result ofMesh to Curve
node). You can avoid that by extra capturingEnd Vertex
attribute on mesh until put that in toShortest Edge Paths
.@mod_moder No, this is not the expected result. The
Shortest Edge Paths
node is being evaluated on the mesh, not on the curve.There is no reason for why
Store Named Attribute
works butCapture Attribute
does not.It is exactly the same node setup, the only difference is whether it's using stored or named attributes.
Edge Path to Curves does not work with anonymous attributesto Regressino: Geometry Node: Shortest Edge Paths field do not represent field dependencies@mod_moder I just tested your suggestion to use
Capture Attribute
on theShortest Edge Path
node. It does not work. This is a bug in Blender.Regressino: Geometry Node: Shortest Edge Paths field do not represent field dependenciesto Regressino: Geometry Node: Edge Path to Curves does not work with anonymous attributes