Post #2673: ![](https://blenderartists.org/user_avatar/blenderartists.org/raphaelbarros/48/1

πŸ“‹ Metadata

🏷️ Tags

popup-dialog custom-scripting intermediate

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

πŸ”— View on Blender Artists