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

πŸ“‹ Metadata

  • Author: roaoao
  • Date: 2016-03-04 03:17:12
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_00050

🏷️ Tags

pie-menu popup-dialog scripting properties intermediate solved

  • Property Editor
  • Custom Items
  • Popup Dialog Editor
  • Python Scripting

πŸ’¬ Content

pitiwazou:

I saw export create a jason file, is there a way to have a .py to edit ourself the file after ?

It’s a good feature but requires a lot of time to implement.

pitiwazou:

Is it possible to add a slider for a setting of a boolean.
For example, if I have a solidify, I would like to change the thickness.

Yes, use this code as Property item:

C.object.modifiers["Solidify"].thickness

Or this as Custom item:

L.box().prop(C.object.modifiers["Solidify"], "thickness", "")

Albertofx:

Can you try it on custom build fracture modifier.

Looks like it works.
You will be able to use popup panels in the next version of the add-on.
All other features should work in the current version.

upload.png491Γ—506 32.2 KB


πŸ”— View on Blender Artists