Post #639: ![](https://blenderartists.org/user_avatar/blenderartists.org/roaoao/48/37600_2.

📋 Metadata

  • Author: HokusPokus
  • Date: 2017-05-07 14:32:20
  • Type: discussion
  • Quality Score: 7/10
  • Reply to: post_00638

🏷️ Tags

pie-menu hotkeys intermediate solved

  • Pie Menu Editor
  • Custom tab
  • Python Scripting

💬 Content

roaoao:

Yes, we can’t use Property tab for Dyntopo. Use Custom tab with this code:

L.operator("sculpt.dynamic_topology_toggle", text, icon='CHECKBOX_HLT' if C.sculpt_object.use_dynamic_topology_sculpting else 'CHECKBOX_DEHLT')

You can find the code for some buttons in Blender’s text editor.
Move cursor to the button, press RMB, select ‘Edit Source’ and open text editor.

Roaoao delivers again! Hats off.

I’m very greatful for the fast answers. They’ve helped me a lot

I found out it’s easy to export/import single menu’s and build something bigger of it… really nice… I’ve got some ide’as i’ll share when i’m done

Cheers


🔗 View on Blender Artists