From c1f05c30f9282620bcb7c6c9fec4eeb8f262e207 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 30 Nov 2015 11:02:09 +1100 Subject: PyAPI: expose low level RNA to bpy.types --- release/scripts/modules/bpy_types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/scripts/modules/bpy_types.py b/release/scripts/modules/bpy_types.py index 92dbd2dbd0e..4f71cdf7588 100644 --- a/release/scripts/modules/bpy_types.py +++ b/release/scripts/modules/bpy_types.py @@ -21,8 +21,8 @@ from _bpy import types as bpy_types import _bpy -StructRNA = bpy_types.Struct.__bases__[0] -StructMetaPropGroup = _bpy.StructMetaPropGroup +StructRNA = bpy_types.bpy_struct +StructMetaPropGroup = bpy_types.bpy_struct_meta_idprop # StructRNA = bpy_types.Struct bpy_types.BlendDataLibraries.load = _bpy._library_load -- cgit v1.2.3