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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-10-28 12:39:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-10-28 12:39:16 +0300
commit64455004e053fe72a609f2e0dd2da204c7777882 (patch)
tree7031097abaefd5cbc2c3afedce18645b78f94eb1 /source/blender/python/intern/bpy_interface.c
parent29cae6de758ea6f52e3545ec99ebb29d1768b35f (diff)
ob.getChilren() often requested for 2.4x api, notice this is only 1 line of python.
Diffstat (limited to 'source/blender/python/intern/bpy_interface.c')
-rw-r--r--source/blender/python/intern/bpy_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index 095bfab45c4..53c0d591437 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -200,6 +200,7 @@ static void bpy_init_modules( void )
bpy_import_test("bpy_ops"); /* adds its self to bpy.ops */
bpy_import_test("bpy_sys"); /* adds its self to bpy.sys */
+ bpy_import_test("bpy_ext"); /* extensions to our existing types */
}
/* stand alone utility modules not related to blender directly */