Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-27 09:48:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-27 09:48:14 +0300
commit45fc5908353e27161b4e1d536631e734f2f65ead (patch)
tree1e8da8a1d379db683147d6032682239c011de023 /extern
parent18aece4424f29b7d560373843fd41002862aa575 (diff)
internal changes, script writers won't notice.
disable getattr metaclass forwarding attributes from the python class, eg: bpy.types.Scene.foo != bpy.types.Scene.bl_rna.properties['foo'] ... This was convenient but too tricky to properly maintain with attribute assignment and attributes defined within the class. avoid doubles in dir() by converting to a set and then back to a list.
Diffstat (limited to 'extern')
0 files changed, 0 insertions, 0 deletions