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
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-10-17 01:27:38 +0400
committerThomas Dinges <blender@dingto.org>2014-10-17 01:27:38 +0400
commitb0ef0087410c43b3b8a88020f6e08801265eef53 (patch)
tree138d625d1cb372392df805c2afeaa13acd9bac76 /intern
parent25d6479ffba0222cd1745562194fe4c8bf8b5d17 (diff)
Different fix for T42262, we don't put Cycles compat into regular bl_ui files.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 9632b12c414..10c604dad9b 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -1436,6 +1436,7 @@ def get_panels():
"TEXTURE_PT_pointdensity",
"TEXTURE_PT_pointdensity_turbulence",
"TEXTURE_PT_mapping",
+ "TEXTURE_PT_ocean",
"TEXTURE_PT_influence",
"TEXTURE_PT_colors",
"PARTICLE_PT_context_particles",