[Bf-blender-cvs] [7a9f8d0c77] blender-v2.78b-release: Cycles: Fix typo in the panel name

Sergey Sharybin noreply at git.blender.org
Thu Jan 26 13:47:02 CET 2017


Commit: 7a9f8d0c77227df1b6692114202c8dd46fc1313c
Author: Sergey Sharybin
Date:   Mon Jan 23 10:35:15 2017 +0100
Branches: blender-v2.78b-release
https://developer.blender.org/rB7a9f8d0c77227df1b6692114202c8dd46fc1313c

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!

===================================================================

M	intern/cycles/blender/addon/ui.py

===================================================================

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index d26ab73fac..ddcefaf4c0 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'}




More information about the Bf-blender-cvs mailing list