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>2010-12-17 13:33:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-12-17 13:33:28 +0300
commit676d795d7e215052246507a1c8809e6464a696df (patch)
tree1caf186fc971aabbb637867a326e1baba49ec761 /release/scripts/ui/properties_material.py
parent0ec7f95245478baa4b3608888d70db72cca5348b (diff)
bugfix [#25240] Custom properties panel on pinned data fail.
Diffstat (limited to 'release/scripts/ui/properties_material.py')
-rw-r--r--release/scripts/ui/properties_material.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/properties_material.py b/release/scripts/ui/properties_material.py
index 6877d5da43a..6bfebc444b9 100644
--- a/release/scripts/ui/properties_material.py
+++ b/release/scripts/ui/properties_material.py
@@ -892,6 +892,7 @@ class MATERIAL_PT_volume_options(VolumeButtonsPanel, bpy.types.Panel):
class MATERIAL_PT_custom_props(MaterialButtonsPanel, PropertyPanel, bpy.types.Panel):
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
_context_path = "material"
+ _property_type = bpy.types.Material
def register():