Post #53: ![](https://blenderartists.org/user_avatar/blenderartists.org/pitiwazou/48/45188

📋 Metadata

  • Author: roaoao
  • Date: 2016-03-04 03:37:40
  • Type: answer
  • Quality Score: 7/10
  • Reply to: post_00052

🏷️ Tags

pie-menu python-scripting intermediate

  • Pie Menu Editor
  • Python Scripting

💬 Content

pitiwazou:

If I want to use it on a normal pie, how do you use that ?

Try this code:

pie.prop(bpy.context.object.modifiers["Solidify"], "thickness", "")

Or this:

pie.box().prop(bpy.context.object.modifiers["Solidify"], "thickness", "")

🔗 View on Blender Artists