Post #908: : post_00909, post_00910
🏷️ Tags
pie-menu custom-scripting intermediate solved
⚙️ Related PME Features
- 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")