📋 Metadata

💬 Content

Hi.roaoao.
I tried to make this custom designation myself, but it doesn’t work.
I think the specification in L.prop is wrong, but how can I specify it to work?

By the way, what I want to do is show or hide individual menus in the Pie menu.

L.prop(bpy.ops.object.vertex_group_assign, icon=icon, icon_value=icon_value, text=text) if len(C.active_object.vertex_groups) >= 1 else L.separator()


🔗 View on Blender Artists