fix [#26754] Live Edit and Editing UI scripts don't work

This commit is contained in:
2011-04-04 10:13:04 +00:00
parent dfa3a6fc84
commit 265cdf29fb
43 changed files with 129 additions and 0 deletions

View File

@@ -967,3 +967,6 @@ class MATERIAL_PT_custom_props(MaterialButtonsPanel, PropertyPanel, bpy.types.Pa
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
_context_path = "material"
_property_type = bpy.types.Material
if __name__ == "__main__": # only for live edit.
bpy.utils.register_module(__name__)