This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/editors/space_graph
Brecht Van Lommel 2e7dbdf025 Depsgraph/Drivers
* Removed ED_anim_dag_flush_update and ED_anim_object_flush_update. These
  were wrapping DAG_* calls and were intended be used instead of them when
  doing a DAG update from editors. That goes against the design in my opinion,
  no matter who calls the DAG, that should update the editors correctly, so
  any special checks in such functions for editors should be avoided.

* Driver RNA properties now do updates again, including DAG scene sorting,
  text buttons no longer update as you type anymore, so this should be
  safe I think.

* Remove scene.update() RNA function, all properties/functions should do this
  automatically, if changing some property or calling a function/operator
  does not do the correct update, that should be fixed.
2009-11-24 11:48:16 +00:00
..
2009-11-24 11:48:16 +00:00
2009-11-10 20:43:45 +00:00
2009-11-10 20:43:45 +00:00
2009-10-22 09:07:19 +00:00
2009-10-22 09:07:19 +00:00
2009-10-20 12:04:56 +00:00
2009-11-10 20:43:45 +00:00
2009-11-10 20:43:45 +00:00
2009-06-23 00:09:26 +00:00
2.5
2009-02-03 12:04:05 +00:00