Blender Git Commit Log

Git Commits -> Revision 70a59a3

Revision 70a59a3 by Ton Roosendaal (master)
January 10, 2013, 18:20 (GMT)
Depsgraph hack feature - experimental

Many depsgraph failures are because some data in the graph is being
recalculated too early (or not at all).

Since we better support animators with working renders, here's a hack to
allow manual additional updates on frame changes.

In Property Editor, Object, Panel "Relations Extra" you now have two
buttons:
- Extra Object Update
- Extra Data Update

This will do an extra update of object and/or its data ONLY on frame changes.
Update happens as last.

Tested on files collected in Wiki todo, several cases now work OK, especially
the lags on updates.

Commit Details:

Full Hash: 70a59a326228af75e7daed0689f62900aef81a88
SVN Revision: 53715
Parent Commit: c92be1a
Lines Changed: +61, -1

4 Modified Paths:

/release/scripts/startup/bl_ui/properties_object.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+44, -0) (Diff)
/source/blender/makesdna/DNA_object_types.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+9, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021