Bugfix 30974
- Disabled "Quick Cache" option. It was causing ridiculous updates on the entire animation system for start-end frame on every user event causing changes here (like during transform). Worst was that you couldn't transform animated objects for that reason either. Most of the code is still there, waiting for a moment to revise it... - Constraint "Follow Track" (marker) wasn't using inverse matrix code in transform, making it wacko to use (wrong pivot, crazyspace)
This commit is contained in:
@@ -133,7 +133,7 @@ def point_cache_ui(self, context, cache, enabled, cachetype):
|
||||
row.prop(cache, "frame_end")
|
||||
if cachetype not in {'SMOKE', 'CLOTH', 'DYNAMIC_PAINT'}:
|
||||
row.prop(cache, "frame_step")
|
||||
row.prop(cache, "use_quick_cache")
|
||||
|
||||
if cachetype != 'SMOKE':
|
||||
layout.label(text=cache.info)
|
||||
|
||||
|
Reference in New Issue
Block a user