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:
authorAntony Riakiotakis <kalast@gmail.com>2014-07-25 17:27:03 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-07-25 17:27:17 +0400
commit2e50b4dc511567a3dfb280e30b5606873fc62d31 (patch)
tree0b4be9c3bc597817dbb093c7bdb7fb94b515b4c6 /release
parentbae2b3a688a2c2ee3eb8457c62af3a10bae76131 (diff)
Minor changes:
* Changing UV map updates the UV editor. * UV Layer -> UV Map
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 00a0c23decf..53de1dc50fd 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1084,7 +1084,7 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel):
slot = mat.texture_paint_slots[mat.paint_active_slot]
col.separator()
- col.label("UV Layer")
+ col.label("UV Map")
col.prop_search(slot, "uv_layer", ob.data, "uv_textures", text="")