Revision: 21668
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21668
Author: campbellbarton
Date: 2009-07-18 06:09:23 +0200 (Sat, 18 Jul 2009)
Log Message:
-----------
patch from oxben (Benjamin)
* fixes two typos in the material buttons: "Recieve" -> "Receive"
* adds a missing preference in the User Preferences view: "Rotate Around
Selected"
Modified Paths:
--------------
branches/blender2.5/blender/release/ui/buttons_material.py
branches/blender2.5/blender/release/ui/space_info.py
Modified: branches/blender2.5/blender/release/ui/buttons_material.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_material.py 2009-07-18
00:57:47 UTC (rev 21667)
+++ branches/blender2.5/blender/release/ui/buttons_material.py 2009-07-18
04:09:23 UTC (rev 21668)
@@ -175,8 +175,8 @@
split = layout.split()
sub = split.column()
- sub.itemR(mat, "shadows", text="Recieve")
- sub.itemR(mat, "transparent_shadows", text="Recieve
Transparent")
+ sub.itemR(mat, "shadows", text="Receive")
+ sub.itemR(mat, "transparent_shadows", text="Receive
Transparent")
sub.itemR(mat, "only_shadow", text="Shadows Only")
sub.itemR(mat, "cast_shadows_only", text="Cast Only")
sub.itemR(mat, "shadow_casting_alpha", text="Casting Alpha",
slider=True)
Modified: branches/blender2.5/blender/release/ui/space_info.py
===================================================================
--- branches/blender2.5/blender/release/ui/space_info.py 2009-07-18
00:57:47 UTC (rev 21667)
+++ branches/blender2.5/blender/release/ui/space_info.py 2009-07-18
04:09:23 UTC (rev 21668)
@@ -165,6 +165,7 @@
colsplitcol.itemR(view, "auto_depth")
colsplitcol.itemR(view, "global_pivot")
colsplitcol.itemR(view, "zoom_to_mouse")
+ colsplitcol.itemR(view, "rotate_around_selection")
colsplitcol.itemL(text="Zoom Style:")
row = colsplitcol.row()
row.itemR(view, "viewport_zoom_style", expand=True)
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs