Frame Change App Handler does not update animated data when rendering #75364
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#75364
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?
Version: 2.82a (Linux 64-bit)
This is my first python-related bug report so I apologize if my code is actually bad.
app_handler_bug.blend
How to reproduce:
now render an animation and observe the console output
The app handler continues to run and print the correct scene number, but does not update the values which are animated. This makes no sense.
Added subscriber: @rocketman
I should also add that this issue does not only affect console output. If a script affects scene data based on animated values, it will work in viewport playback but not when rendering.
The issue also appears to affect multiple app handlers? Not just frame_change_post but any handler which is called between rendered frames.
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Archived'
Have a look at blender/blender#71234 (Custom property doesnt update when rendering animation) also.
Or here (under Handlers): https://wiki.blender.org/wiki/Reference/Release_Notes/2.81/Python_API
Basically it boils down to having to do something like this instead:
Think we have to close this (feel free though to comment again if issues persist...)