📋 Metadata
- Author: Motiomancer
- Date: 2022-03-09 23:24:56
- Type:
answer - Reply to: post_04242
- Replies (1): post_04244
💬 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