[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44608] trunk/blender: * update py ui for rna var rename in last commit

Campbell Barton ideasman42 at gmail.com
Fri Mar 2 17:35:49 CET 2012


Revision: 44608
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44608
Author:   campbellbarton
Date:     2012-03-02 16:35:40 +0000 (Fri, 02 Mar 2012)
Log Message:
-----------
* update py ui for rna var rename in last commit
* remove source/gameengine/PyDoc, EPY docs these are no longer used

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_game.py

Removed Paths:
-------------
    trunk/blender/source/gameengine/PyDoc/

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_game.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_game.py	2012-03-02 16:05:54 UTC (rev 44607)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_game.py	2012-03-02 16:35:40 UTC (rev 44608)
@@ -329,7 +329,7 @@
                 col.prop(gs, "dome_angle", slider=True)
 
                 col = split.column()
-                col.prop(gs, "dome_tesselation", text="Tesselation")
+                col.prop(gs, "dome_tessellation", text="Tessellation")
                 col.prop(gs, "dome_tilt")
 
             elif dome_type == 'PANORAM_SPH':
@@ -337,7 +337,7 @@
 
                 col.prop(gs, "dome_buffer_resolution", text="Resolution", slider=True)
                 col = split.column()
-                col.prop(gs, "dome_tesselation", text="Tesselation")
+                col.prop(gs, "dome_tessellation", text="Tessellation")
 
             else:  # cube map
                 col = split.column()




More information about the Bf-blender-cvs mailing list