Key-framing lattice points fails #38025

Closed
opened 2014-01-01 23:47:11 +01:00 by Daniel Salazar · 9 comments
Member

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

**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](https://archive.blender.org/developer/F60243/LatticePoint.blend)
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @zanqdo

Added subscriber: @zanqdo
Member

Added subscriber: @JoshuaLeung

Added subscriber: @JoshuaLeung
Member

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)

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)
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Joshua Leung self-assigned this 2014-01-02 00:34:44 +01:00
Member

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.

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-addons-contrib@f75441014cc90afab46ec2d9872e1261263a43b5

This issue was referenced by blender/blender@f75441014c

This issue was referenced by blender/blender@f75441014cc90afab46ec2d9872e1261263a43b5
Author
Member

OH! Thank you @aligorith. Fixing this in AnimAll

OH! Thank you @aligorith. Fixing this in AnimAll
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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-addons#38025
No description provided.