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:
authorCampbell Barton <ideasman42@gmail.com>2010-08-17 21:03:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-17 21:03:52 +0400
commit3bd039eff9ddd847ed6428b2bcad506b4eb4d1db (patch)
tree56235a6e266145ef220de71f7752f2d6a6ee0eec /release/scripts/ui/space_image.py
parentc61127d502433220657167283e8e9bbe40fe5df7 (diff)
apply rna rename most of the show_*, names.
Diffstat (limited to 'release/scripts/ui/space_image.py')
-rw-r--r--release/scripts/ui/space_image.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/ui/space_image.py b/release/scripts/ui/space_image.py
index 0e6c3922685..ad0d881d77a 100644
--- a/release/scripts/ui/space_image.py
+++ b/release/scripts/ui/space_image.py
@@ -50,7 +50,7 @@ class IMAGE_MT_view(bpy.types.Menu):
layout.prop(sima, "use_realtime_update")
if show_uvedit:
- layout.prop(toolsettings, "uv_local_view") # Numpad /
+ layout.prop(toolsettings, "show_uv_local_view") # Numpad /
layout.prop(uv, "show_other_objects")
layout.separator()
@@ -547,8 +547,8 @@ class IMAGE_PT_view_properties(bpy.types.Panel):
col = split.column()
col.prop(uvedit, "show_smooth_edges", text="Smooth")
col.prop(uvedit, "show_modified_edges", text="Modified")
- #col.prop(uvedit, "draw_edges")
- #col.prop(uvedit, "draw_faces")
+ #col.prop(uvedit, "show_edges")
+ #col.prop(uvedit, "show_faces")
col = split.column()
col.prop(uvedit, "show_stretch", text="Stretch")