Import obj (addon)
Added 2021-09-25 09:15:29 +0000 UTC
I'm into photogrammetry recently, so I must import a bunch of OBJs. I wanted to make this part of the process as quick as possible, so I've made this addon.
What does it do?
- imports obj files with a click of a button which is placed in the viewport (it saves you from these unecessary clicks: file>import>obj ๐ฅฑ)
- you can set the default directory where your objs are placed in the addon preferences, so whenever you click Import obj it automatically opens your choosen file path (thus you don't have to navigate to your obj directory every single time) ๐
How I made it?
You probably know the answer: Serpens