NLA Strip influence slider doesn't respond to autokey correctly. #76549
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
8 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#76549
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: Win 10
Graphics card: GeForce GTX 1070
Blender Version
Broken: 2.82 Release
Short description of error
The Influence property of the NLA's strip, has some strange behavior and something that might be a bug.
This was reported before in #63865, which was supposedly resolved, but the problem still exists
When changing the value of the influence slider with the autokey turned on, it jumps back to its previous value and does not update to the new one. After repeating it 2 or 3 times it applies the value. When applying the value numerically it works fine, it seems to be a problem with the update of the slider.
Moreover, when turning influence on it always adds a keyframe to the first frame of the action (where the action is on the timeline ). It sets a keyframe with the value 0, instead of the current value.
Exact steps for others to reproduce the error
Animated Influence
. (Note that a keyframe is added to the first frame of the action).I've made a short video which describes the errors
https://www.youtube.com/watch?v=Sh5MwYCH9T4
Sample file:
Influence_bugreport.blend
Added subscriber: @TalHershkovich
Added subscriber: @RobertN
Added subscriber: @wbmoss_dev
This is tagged to the wrong module. It should be Animation & Rigging and User Interface. Separate bugs should be reported separately too.
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @BClark
I can confirm there are some issues and or settings that make this seem like a bug.
Changed status from 'Confirmed' to: 'Needs Triage'
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @robertsunny
Confirmed that this is still the case in latest
main
, and marking as a bug.I can't see any reasonable way this could be an intended behavior. If a property is changed and that triggers a new key via auto-key, the resulting key should be the value set by the user.
Okay, so pretty confident that this is related to #89339. Basically, when keying the influence, the value that's actually recorded is the currently value of the fcurve, and not the RNA property value.
The update method in the influence rna property was commented out as a hackish fix, so there are some underlying issues here.
Finding:
There are some major underlying issues with the NLA influence & strip_time properties. These properties never get updates, which allows the value to actually get taken into account, since on evaluation, the rna property to actually get written is the fcurve value
Discussed in 2023-09-14 Animation & Rigging module meeting. Since this has been around for a while (based on 6mo bug triaging rules), we're deprioritizing this from a bug to a known issue.
The new animation system will solve the need for this.