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
Brecht Van Lommel 07904712e8 RNA:
* Property update functions no longer get context, instead they get only
  Main and Scene. The RNA api was intended to be as context-less as
  possible, since it doesn't really matter who is changing the property,
  everything that uses the property should be updated.
* There's still one exception case that use it now, screen operations
  still depend on context too much. It also revealed a few places using
  context where they shouldn't.
* Ideally Scene shouldn't be passed, but much of Blender still depends on
  it, should be dropped when we try to support multiple scene editing.

Change was planned for a while, but need this now to be able to call
update without a context pointer.
2009-12-08 17:23:48 +00:00
..
2009-12-08 13:57:51 +00:00
2009-12-02 07:56:34 +00:00
2009-12-08 13:57:51 +00:00
2009-12-08 17:23:48 +00:00
2009-12-02 07:56:34 +00:00
2009-11-10 20:43:45 +00:00
2009-12-08 08:44:18 +00:00
2009-12-08 17:23:48 +00:00
2009-11-11 10:51:40 +00:00
2009-12-05 01:07:42 +00:00
2009-12-08 17:23:48 +00:00