📋 Metadata

💬 Content

thanks for quick reply and answer
i tried the 3 codes but it turned out toggle able button i know its a similar to checkbox

but i really prefer checkbox , is there a way to seperate this style?
image

i really want to mimic the ui for 3ds max for blender so i hope you can help me
image

here’s my attempt and it doesnt work :frowning: , i am lost and i really dont know what im doing sorry

L.prop_menu_enum(C.tool_settings, "snap_elements", 'VERTEX')



L.menu(C.tool_settings, "snap_elements", 'VERTEX', text=slot, icon=icon, icon_value=icon_value, toggle=True)



L.prop_enum(C.tool_settings, "snap_elements", 'VERTEX', text=slot, icon=icon, icon_value=icon_value, toggle=True)

🔗 View on Blender Artists