Post #1489: ![](https://blenderartists.org/user_avatar/blenderartists.org/draguu/48/15444_2.

📋 Metadata

  • Author: roaoao
  • Date: 2018-07-24 07:51:13
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_01486

🏷️ Tags

v1-18-8 pie-menu widgets intermediate solved

  • Pie Menu Editor
  • Custom tab
  • Property tab
  • Widget configuration

💬 Content

draguu:

i cant able to add use_simplify in pie menu in 2.8

Check this page Adding widgets
Looks like the first method doesn’t work in 2.8 yet. But you can use other methods.
And of course you can use Custom tab to write the code for the widget:

L.prop(C.scene.render, "use_simplify")

Or Property tab:

C.scene.render.use_simplify

In most cases you can find the path for the widget in python tooltips.


🔗 View on Blender Artists