📋 Metadata

💬 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