Key-framing lattice points fails #38025
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#38025
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
openSUSE 12.3 64bits
NVIDIA 480GTX SC
Blender Version
Broken: 2.69.7 9a1585a
Short description of error
API fails to insert keyframe in lattice point coordinate
Exact steps for others to reproduce the error
Press enter on the console window in LatticePoint.blend
Changed status to: 'Open'
Added subscriber: @zanqdo
Added subscriber: @JoshuaLeung
The RNA entry for this currently has the property set to not editable, and it doesn't have a setter associated with the property.
I'm not sure yet whether there is any technical reason why we cannot allow adjusting these (will have to check), but if there isn't, then this should be a quick fix. Most likely, it was just something that at the time made sense (i.e. Why would anyone want to do that?! That would just be far too slow to animate! Or, perhaps it was concerns about people randomly)
Changed status from 'Open' to: 'Archived'
My bad.... Not a bug after all.
In this case, you need to edit/animate "co_deform" instead, since "co" is the "undeformed location" (presumably what it uses to compute the effect of the lattice.
This issue was referenced by blender/blender-addons-contrib@f75441014c
This issue was referenced by blender/blender@f75441014c
OH! Thank you @aligorith. Fixing this in AnimAll