Blender 3.2.1 - Animation on nodes gets bugged out when dealing with Node Groups (duplicate node names) #101109

Closed
opened 2022-09-16 02:59:22 +02:00 by Carlo Andreacchio · 16 comments

System Information
Operating system: Ubuntu 21.04
Graphics card: GTX 1080

Blender Version
Broken: 3.2.1
Worked: 2.79

Short description of error
Animation on a node, that then gets put into a node group, effects other nodes later on

Exact steps for others to reproduce the error

  1. Open attached blend file
  2. Make sure you have blender 2.79 hotkeys otherwise i dont know if this will work 100%
  3. in the material editor, press ctrl g to add it to a node group
  4. press tab to exit out
  5. shift a -> c -> m (add mix node)
  6. drop it between the node group and the hue sat value node
  7. scrub the timeline

Expected behaviour
New node does not have a animation applied to it
materialAnimationBug.blend

note that the issue goes away after saving/reloading (so in this step the borked animation paths seem to be cleaned up)

**System Information** Operating system: Ubuntu 21.04 Graphics card: GTX 1080 **Blender Version** Broken: 3.2.1 Worked: 2.79 **Short description of error** Animation on a node, that then gets put into a node group, effects other nodes later on **Exact steps for others to reproduce the error** 1. Open attached blend file 2. Make sure you have blender 2.79 hotkeys otherwise i dont know if this will work 100% 3. in the material editor, press ctrl g to add it to a node group 4. press tab to exit out 5. shift a -> c -> m (add mix node) 6. drop it between the node group and the hue sat value node 7. scrub the timeline Expected behaviour New node does not have a animation applied to it [materialAnimationBug.blend](https://archive.blender.org/developer/F13497413/materialAnimationBug.blend) note that the issue goes away after saving/reloading (so in this step the borked animation paths seem to be cleaned up)

Added subscriber: @candreacchio

Added subscriber: @candreacchio

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

That's quite interesting, it actually affects the result, so it's not just UI glitch...

That's quite interesting, it actually affects the result, so it's not just UI glitch...

Yep, and whats more crazy is that the element thats animated, is not highlighted yellow / green

Yep, and whats more crazy is that the element thats animated, is not highlighted yellow / green
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

There is something wrong in interpreting that FCurve path.
Since this is name-based, blender somewhat gets confused because of that "duplicate" name (both nodes are named "Mix.001" - only one is inside the nodegroup, the other one not...)
If the "failing" one is renamed, the issue goes away on it (it is still preserved on the "working" in the nodegroup.

On a side-note: Just realized that if a node has animation (such as the Factor here) and it gets grouped, the Factor is then noodled up to the nodegroup (which is generally a good thing -- issue being that the effective animation on the node is now disabled, since the Factor on the nodegroup itself is not getting the animation transferred over).
Will report that separately though.

There is something wrong in interpreting that FCurve path. Since this is name-based, blender somewhat gets confused because of that "duplicate" name (both nodes are named "Mix.001" - only one is inside the nodegroup, the other one not...) If the "failing" one is renamed, the issue goes away on it (it is still preserved on the "working" in the nodegroup. On a side-note: Just realized that if a node has animation (such as the `Factor` here) and it gets grouped, the `Factor` is then noodled up to the nodegroup (which is generally a good thing -- issue being that the effective animation on the node is now disabled, since the Factor on the nodegroup itself is not getting the animation transferred over). Will report that separately though.
Member

In #101109#1418068, @lichtwerk wrote:
On a side-note: Just realized that if a node has animation (such as the Factor here) and it gets grouped, the Factor is then noodled up to the nodegroup (which is generally a good thing -- issue being that the effective animation on the node is now disabled, since the Factor on the nodegroup itself is not getting the animation transferred over).
Will report that separately though.

@candreacchio : is that what you meant with the following?

In #101109#1418015, @candreacchio wrote:
Yep, and whats more crazy is that the element thats animated, is not highlighted yellow / green

> In #101109#1418068, @lichtwerk wrote: > On a side-note: Just realized that if a node has animation (such as the `Factor` here) and it gets grouped, the `Factor` is then noodled up to the nodegroup (which is generally a good thing -- issue being that the effective animation on the node is now disabled, since the Factor on the nodegroup itself is not getting the animation transferred over). > Will report that separately though. @candreacchio : is that what you meant with the following? > In #101109#1418015, @candreacchio wrote: > Yep, and whats more crazy is that the element thats animated, is not highlighted yellow / green

Factor colour i was commenting on
2022-09-16 18-15-52.mkv

Following on from this, if you instead of adding in another mixrgb node, you rename the Hue Sat node to Mix.001, it will animate the Hue 0,1 and not the factor.

The animation gets unlinked if you save / revert the file. However, it is not an ideal workflow.

I have also had duplicated objects be effected similarly previously (where trying to make unique animation, doesnt actually make it unique animation) and the only way to fix it was to save close reopen, but unable to replicate it like this instance.

Factor colour i was commenting on [2022-09-16 18-15-52.mkv](https://archive.blender.org/developer/F13498817/2022-09-16_18-15-52.mkv) Following on from this, if you instead of adding in another mixrgb node, you rename the Hue Sat node to Mix.001, it will animate the Hue 0,1 and not the factor. The animation gets unlinked if you save / revert the file. However, it is not an ideal workflow. I have also had duplicated objects be effected similarly previously (where trying to make unique animation, doesnt actually make it unique animation) and the only way to fix it was to save close reopen, but unable to replicate it like this instance.
Member

Also note that the issue goes away after saving/reloading (so in this step the borked animation paths seem to be cleaned up)

Also note that the issue goes away after saving/reloading (so in this step the borked animation paths seem to be cleaned up)
Philipp Oeser changed title from Blender 3.2.1 - Animation on Material Nodes gets bugged out when dealing with Node Groups to Blender 3.2.1 - Animation on Material Nodes gets bugged out when dealing with Node Groups (duplicate node names) 2022-09-16 10:54:58 +02:00
Member

Same is true for Geometry nodes as well

Same is true for Geometry nodes as well
Philipp Oeser changed title from Blender 3.2.1 - Animation on Material Nodes gets bugged out when dealing with Node Groups (duplicate node names) to Blender 3.2.1 - Animation on nodes gets bugged out when dealing with Node Groups (duplicate node names) 2022-09-16 10:57:29 +02:00
Philipp Oeser self-assigned this 2022-09-16 12:37:53 +02:00
Member

Think I got the fix

Think I got the fix

This issue was referenced by 1e7e1b151c

This issue was referenced by 1e7e1b151c469c2f20c7666ef9def499d2a71967

This issue was referenced by 740b501d8b

This issue was referenced by 740b501d8b6ebdb53a0bde79556760513f9492c6

This issue was referenced by eb54502d9d

This issue was referenced by eb54502d9d29b18cbeda22125a601f3ce0bc423e
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
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
4 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#101109
No description provided.