fix for one of the [#26854] UV issues
- add back UV X/Y number buttons, the report points out they are missing. - set the 2D cursor's subtype to PROP_COORDS (so buttons say x/y now)
This commit is contained in:
@@ -607,7 +607,9 @@ class IMAGE_PT_view_properties(bpy.types.Panel):
|
||||
if show_uvedit:
|
||||
|
||||
col = layout.column()
|
||||
col.prop(uvedit, "cursor_location")
|
||||
col.label("Cursor Location")
|
||||
row = col.row()
|
||||
row.prop(uvedit, "cursor_location", text="")
|
||||
|
||||
col = layout.column()
|
||||
col.label(text="UVs:")
|
||||
|
||||
Reference in New Issue
Block a user