Post #908: ![](https://blenderartists.org/user_avatar/blenderartists.org/jimpaw80/48/19064_

📋 Metadata

🏷️ Tags

pie-menu custom-scripting intermediate solved

  • Pie Menu Editor
  • Custom Tab
  • Python Scripting

💬 Content

jimpaw80:

I have another question, how can i get a value slider to appear on my pie menu like the attached image?

Try this code in Custom tab:

row = L.row(True); C.active_operator and hasattr(C.active_operator, "threshold") and row.prop(C.active_operator, "threshold")

🔗 View on Blender Artists