Post #3074: Yes that is amazing! It works, thank you very much!

📋 Metadata

🏷️ Tags

pie-menu hotkeys intermediate unsolved

  • 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.


🔗 View on Blender Artists