[Bf-blender-cvs] [77982e159c] master: Cycles: Fix typo in the panel name

Sergey Sharybin noreply at git.blender.org
Mon Jan 23 10:36:44 CET 2017


Commit: 77982e159c7b34d82182b1391ad9afdfdace5e96
Author: Sergey Sharybin
Date:   Mon Jan 23 10:35:15 2017 +0100
Branches: master
https://developer.blender.org/rB77982e159c7b34d82182b1391ad9afdfdace5e96

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