Post #4243: There is one for view3D and one for uv (custom tab)
π Metadata
- Author: Motiomancer
- Date: 2022-03-09 23:24:56
- Type:
answer - Quality Score: 7/10
- Reply to: post_04242
- Replies (1): post_04244
π·οΈ Tags
βοΈ Related PME Features
- Pie Menu Editor
- Python Scripting
π¬ 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