📋 Metadata

💬 Content

There is one for view3D and one for uv (custom tab)

View3D:

t = C.workspace.tools.from_space_view3d_mode(C.mode); L.prop(t.operator_properties("view3D.select_circle"), "radius")

UV:

t = C.workspace.tools.from_space_image_mode("UV"); L.prop(t.operator_properties("uv.select_circle"), "radius")

I don’t know a more dynamic way of getting these so try to use them in menus for the specific mode


❤️ 2 likes


🔗 View on Blender Artists