node_tree.is_updated don't work with recent builds #48480
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#48480
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?
Blender Version
Broken: (Buildbot 2.77 29a17d5 2016-05-16, own build 2.77 9d19533 2016-05-16)
Worked: (2.77a abf6f08)
Short description of error
node_tree.is_updated returns always False with actual builds.
Exact steps for others to reproduce the error
Run the script and change color ramp node.
Test file: NodeUpdateBug.blend
Changed status to: 'Open'
Added subscriber: @hg1
Added subscriber: @Sergey
Changed status from 'Open' to: 'Archived'
Nodes which are not connected to output no longer tags tree as updated. This is done to avoid unnecessary re-renders when artists are working on an unconnected parts of the shading tree.
So thanks for the report, but it's so far intentional.