|
Blender
V2.59
|
Classes | |
| class | AttributeBuilder |
| class | BaseFakeUI |
| class | Panel |
| class | Header |
| class | Menu |
| class | Operator |
| class | PropertyGroup |
Functions | |
| def | module_add |
| def | NewAttr |
| def | fake_main |
| def | fake_helper |
| def | module_classes |
| def | main |
Variables | |
| tuple | ModuleType = type(sys) |
| def bpy_introspect_ui::fake_helper | ( | ) |
Definition at line 266 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::fake_main | ( | ) |
Definition at line 201 of file bpy_introspect_ui.py.
| def bpy_introspect_ui::main | ( | ) |
Definition at line 301 of file bpy_introspect_ui.py.
References module_classes(), and NewAttr().
| def bpy_introspect_ui::module_add | ( | name | ) |
Definition at line 36 of file bpy_introspect_ui.py.
References ModuleType.
| def bpy_introspect_ui::module_classes | ( | mod | ) |
Definition at line 287 of file bpy_introspect_ui.py.
Referenced by main().
| def bpy_introspect_ui::NewAttr | ( | attr, | |
| attr_single | |||
| ) |
Definition at line 166 of file bpy_introspect_ui.py.
Referenced by bpy_introspect_ui::AttributeBuilder::__getattr__(), bpy_introspect_ui::AttributeBuilder::__getitem__(), and main().
| tuple bpy_introspect_ui::ModuleType = type(sys) |
Definition at line 33 of file bpy_introspect_ui.py.
Referenced by module_add().