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
Campbell Barton 47ca7a5f39 disallow setting RNA attributes while drawing, this is bad practice so enforcing here has the benifit of making sure people are not manipulating blender scene data in a drawing panel for eg.
This is ifdef'd and may be disabled later on, or only enabled in debug mode.

This applies to setting any RNA value that has an ID and is not a screen or window-manager datablock.

Some addons break this rule and need fixing but from my tests blender UI scripts are ok.
2010-12-04 06:25:36 +00:00
..
2010-12-03 17:31:34 +00:00
2010-12-03 18:35:10 +00:00
2010-12-03 01:52:28 +00:00
2010-12-04 05:34:16 +00:00
2010-12-03 18:26:42 +00:00
2010-08-10 21:22:26 +00:00