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:
authorMatt Ebb <matt@mke3.net>2010-03-30 09:52:05 +0400
committerMatt Ebb <matt@mke3.net>2010-03-30 09:52:05 +0400
commitb09ee4923d4066ec032fb3105355c79618352b46 (patch)
tree1f54c5a497ef48e08790de6b2da394cb02f93e01 /release
parent5089663962a14a3cc21f342db66a0c157bfd7dfc (diff)
Fix [#21711] Position of 2d cursor is not displayed correctly and cannot be set
in uv/image editor properties panel Note: Moved UV editor 2d cursor to SpaceImage rather than View2d, so it's more accessible to RNA.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_image.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/ui/space_image.py b/release/scripts/ui/space_image.py
index b8c5c010407..4968c083685 100644
--- a/release/scripts/ui/space_image.py
+++ b/release/scripts/ui/space_image.py
@@ -459,6 +459,9 @@ class IMAGE_PT_view_properties(bpy.types.Panel):
if show_uvedit:
col = layout.column()
+ col.prop(uvedit, "cursor_location")
+
+ col = layout.column()
col.label(text="UVs:")
row = col.row()
if wide_ui: