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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-01-23 12:35:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-01-23 12:35:15 +0300
commit77982e159c7b34d82182b1391ad9afdfdace5e96 (patch)
treebe95264e3bfa463253547d6a64c3bea766cb4487
parent2268f41418d9728d75414fc2eebffc1c683fbb05 (diff)
Cycles: Fix typo in the panel name
No user visible changes, it was a typo in the name of the class. Spotted by povmaniac in IRC, thanks!
-rw-r--r--intern/cycles/blender/addon/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index d26ab73fac3..ddcefaf4c01 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -217,7 +217,7 @@ class CyclesRender_PT_sampling(CyclesButtonsPanel, Panel):
draw_samples_info(layout, context)
-class CyclesRender_PT_geometery(CyclesButtonsPanel, Panel):
+class CyclesRender_PT_geometry(CyclesButtonsPanel, Panel):
bl_label = "Geometry"
bl_options = {'DEFAULT_CLOSED'}