[API BUG] Cannot access entity of "Move" feature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When accessing the timeline (design.timeline) it is not possible to get the entity for "Move".
Create a Move feature in the GUI and then check the timeline using Python:
timeline[-1].name
'Move1'
timeline[-1].entity
RuntimeError: 2 : InternalValidationError : res
The same is true for Align.