Post #3074: Yes that is amazing! It works, thank you very much!
📋 Metadata
- Author: Woolfy13
- Date: 2020-03-12 20:08:29
- Type:
question - Quality Score: 7/10
- Reply to: post_03073
- Replies (1): post_03075
🏷️ Tags
pie-menu hotkeys intermediate unsolved
⚙️ Related PME Features
- Python Scripting
- Pie Menu Editor
- Pool method
💬 Content
Yes that is amazing! It works, thank you very much!
I very like the pool method.
And another question.
can i add somehow the separation( edge,face,vertex) to the pool method code in addition:
return C.scene.tool_settings.mesh_select_mode[1]
+(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 num_sel_edges == 0
so the tool get activated only in edge mode? because now the tool get activated also in vertex and face mode.