Post #3075: : post_03076
🏷️ Tags
pie-menu hotkeys advanced solved
⚙️ Related PME Features
- Pie Menu Editor
- Python Scripting
💬 Content
Woolfy13:
can i add somehow the separation( edge,face,vertex) to the pool method code in addition:
Yes, use and keyword for +(addition):
import bmesh; bm = bmesh.from_edit_mesh(C.object.data); num_sel_edges = len([e for e in bm.edges if e.select]); return C.scene.tool_settings.mesh_select_mode[1] and num_sel_edges == 0
❤️ 2 likes