projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Fix for r50782, new "Geometry Data" Panel was missing in Cycles.
[blender.git]
/
intern
/
cycles
/
blender
/
addon
/
ui.py
diff --git
a/intern/cycles/blender/addon/ui.py
b/intern/cycles/blender/addon/ui.py
index 862a436b565a45fa75647db21be83474b9e49bd9..4d44dc84fdfd6a8be1bdabc2105f54ba0b65886f 100644
(file)
--- a/
intern/cycles/blender/addon/ui.py
+++ b/
intern/cycles/blender/addon/ui.py
@@
-978,6
+978,7
@@
def get_panels():
bpy.types.DATA_PT_camera,
bpy.types.DATA_PT_camera_display,
bpy.types.DATA_PT_lens,
+ bpy.types.DATA_PT_customdata,
bpy.types.DATA_PT_custom_props_mesh,
bpy.types.DATA_PT_custom_props_camera,
bpy.types.DATA_PT_custom_props_lamp,