Post #2673: : post_02675
π·οΈ Tags
popup-dialog custom-scripting intermediate
βοΈ Related PME Features
- Custom Tab
- Popup Dialog Editor
- Python Scripting
π¬ Content
RaphaelBarros:
I need to make an modified version of Blender for people who have no idea what 3D is
Sorry, I thought youβre making your own add-on.
In PME you can use this code in Custom tab:
sub = L.row(align=True); sub.enabled = False; operator(sub, "import_scene.obj", text=slot, icon=icon, icon_value=icon_value)