Fix recent regression preventing animation on any linked data. #119089

Merged
Bastien Montagne merged 3 commits from mont29/blender:tmp-rna-fix-animateable-check into blender-v4.1-release 2024-03-06 10:03:04 +01:00

Regression in 427eed292d.

Root of the issue was that animation system was using a single same
check to decide if an F-Curve/driver was valid to use to animate some
data, and whether user can create/edit animation for that data.

Both cases are actually different, since e.g. linked data is not
user-editable, but it can still be animated (either by related linked
Actions, drivers defined in the linked data, or some more hackish
changes like py API/RNA scripting).

This commit now defines two checks:

  • RNA_property_animateable: whether a RNA pointer & propoerty is
    animateable, based on their types and definition.
  • RNA_property_anim_editable: whether a specific data referenced by
    the RNA pointer and property is effectively user-editable.

The new driveable check added by 427eed292d is also renamed to
RNA_property_driver_editable (since the basic type-based
RNA_property_animateable is also valid for drivers currently).

Regression in 427eed292d. Root of the issue was that animation system was using a single same check to decide if an F-Curve/driver was valid to use to animate some data, and whether user can create/edit animation for that data. Both cases are actually different, since e.g. linked data is not user-editable, but it can still be animated (either by related linked Actions, drivers defined in the linked data, or some more hackish changes like py API/RNA scripting). This commit now defines two checks: * `RNA_property_animateable`: whether a RNA pointer & propoerty is animateable, based on their types and definition. * `RNA_property_anim_editable`: whether a specific data referenced by the RNA pointer and property is effectively user-editable. The new `driveable` check added by 427eed292d is also renamed to `RNA_property_driver_editable` (since the basic type-based `RNA_property_animateable` is also valid for drivers currently).
Bastien Montagne added 1 commit 2024-03-05 16:15:51 +01:00
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
375e1b2f1e
Fix recent regression preventing animation on any linked data.
Regression in 427eed292d.

Root of the issue was that animation system was using a single same
check to decide if an F-Curve/driver was valid to use to animate some
data, and whether user can create/edit animation for that data.

Both cases are actually different, since e.g. linked data is not
user-editable, but it can still be animated (either by related linked
Actions, drivers defined in the linked data, or some more hackish
changes like py API/RNA scripting).

This commit now defines two checks:
 * `RNA_property_animateable`: whether a RNA pointer & propoerty is
   animateable, based on their types and definition.
 * `RNA_property_anim_editable`: whether a specific data referenced by
   the RNA pointer and property is effectively user-editable.

The new `driveable` check added by 427eed292d is also renamed to
`RNA_property_driver_editable` (since the basic type-based
`RNA_property_animateable` is also valid for drivers currently).
mont29 changed target branch from main to blender-v4.1-release 2024-03-05 16:16:09 +01:00
Bastien Montagne requested review from Sybren A. Stüvel 2024-03-05 16:16:40 +01:00
Bastien Montagne requested review from Sergey Sharybin 2024-03-05 16:16:40 +01:00
Bastien Montagne requested review from Demeter Dzadik 2024-03-05 16:16:40 +01:00
Author
Owner

@blender-bot package

@blender-bot package
Member

Package build started. Download here when ready.

Package build started. [Download here](https://builder.blender.org/download/patch/PR119089) when ready.
Author
Owner

Note: I will also add some basic unittests that animation/drivers on linked data remains properly evaluated, to avoid such a fiasco in the future.

Note: I will also add some basic unittests that animation/drivers on linked data remains properly evaluated, to avoid such a fiasco in the future.
Sergey Sharybin approved these changes 2024-03-05 16:37:08 +01:00
Bastien Montagne added 2 commits 2024-03-05 18:20:11 +01:00
Sybren A. Stüvel approved these changes 2024-03-05 18:37:05 +01:00
Sybren A. Stüvel left a comment
Member

Extra 💜 for the documentation of the new functions, thanks!

Extra 💜 for the documentation of the new functions, thanks!
Bastien Montagne merged commit bb00621965 into blender-v4.1-release 2024-03-06 10:03:04 +01:00
Bastien Montagne deleted branch tmp-rna-fix-animateable-check 2024-03-06 10:03:06 +01:00
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#119089
No description provided.