📋 Metadata

💬 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)

🔗 View on Blender Artists