blender/release/scripts
Campbell Barton 35422ac536 rna/api
move Object.update(...) to ID.update(). since depsgraph update function can now be called on ID types.

also changed how update flags work.

  obj.update(scene, 1, 1, 1)
... is now
  obj.update({'OBJECT', 'DATA', 'TIME'})

Don't pass scene anymore. This was used for recalculating text but I think this is better dont in a different function.
2011-01-03 09:09:30 +00:00
..
io/netrender SVN maintenance. 2010-12-29 19:50:08 +00:00
keyingsets - Typo fixes 2010-12-28 11:50:10 +00:00
modules recent change to keyframe menu broke BVH import, now don't use the operator at all, instead assign the action manually. 2011-01-03 08:28:22 +00:00
op rna/api 2011-01-03 09:09:30 +00:00
presets modified fix for commits r33811, 33812. 2010-12-20 23:26:29 +00:00
templates == text editor templates == 2010-12-22 18:43:21 +00:00
ui Constraints UI Tweak: 2011-01-02 23:50:16 +00:00