blender/release/scripts/modules
Lukas Tönne 9bcf1bb266 Fix for nodeitems module using the NODE_MT_add menu types from bl_ui.
This is basically a bad-level call: ui scripts are registered *after*
the modules. It only works for addons because those are loaded even
later.

Now the nodeitems_utils module just defines a function which is then
called by the UI script, rather than the other way around.
2015-07-17 11:59:24 +02:00
..
bl_i18n_utils Usual i18n messages fixes... 2015-07-14 21:41:24 +02:00
bpy addon_utils default mismatch /w enable/disable 2015-06-14 05:14:43 +10:00
bpy_extras update hand written rst docs 2015-06-18 08:00:46 +10:00
console Cleanup: use static sets where possible 2014-09-18 17:45:31 +10:00
addon_utils.py Missed changing default arg in addon_utils.disable 2015-06-23 07:25:10 +10:00
animsys_refactor.py Cleanup: remove redundant 'object' parent class 2014-10-28 18:42:06 +01:00
blend_render_info.py Maintenance: Shebang lines fix for some python scripts 2013-11-18 20:41:22 +11:00
bpy_restrict_state.py cleanup: pep8 2015-01-29 15:35:06 +11:00
bpy_types.py Py API: Remove deprecated callback_add 2015-04-23 12:58:49 +10:00
bpyml_ui.py cleanup: pep8 2015-01-29 15:35:06 +11:00
bpyml.py Cleanup: remove redundant 'object' parent class 2014-10-28 18:42:06 +01:00
console_python.py Workaround T43491: Python readline causes crash 2015-02-26 22:54:18 +11:00
console_shell.py update console shell for changes in api 2013-12-29 00:51:51 +11:00
graphviz_export.py style cleanup 2012-06-19 22:17:19 +00:00
keyingsets_utils.py py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00
nodeitems_utils.py Fix for nodeitems module using the NODE_MT_add menu types from bl_ui. 2015-07-17 11:59:24 +02:00
progress_report.py Add some basic report/timing/logging tool as util py module progress_report. 2015-07-11 16:50:22 +02:00
rna_info.py Cleanup: pep8 2015-06-07 17:28:02 +10:00
rna_keymap_ui.py Fix (unreported) 'pad9' not shown by UserPrefs' KeyBinding filter. 2015-01-02 18:24:25 +01:00
rna_prop_ui.py Fix T44026: ID prop delete leaves names in _RNA_UI 2015-03-26 00:12:28 +11:00
rna_xml.py Cleanup: pep8 2015-06-07 17:28:02 +10:00
sys_info.py Include SDL information in system info text. 2015-02-18 12:08:20 +01:00