So I have some old Half-Life models from an old mod project I want to import into Blender, but I can’t get the blasted script to load the import function. Script is here:
http://wiki.blender.org/index.php/Extensions:2.4/Py/Scripts/Import/MDL
I put it in the addons folder but it didn’t appear in the add-ons window to let me enable it. I can’t follow along with their instructions in the readme:
- Open a Text Editor Window
- In Text Editor Window, open the mdl_import.py script
- In Text Editor Window, launch this script (Alt-P)
- Choose the file to open
- Run the menu “Script->Update Menu”
- Run the menu “Script->Add->{your_object_name}”
I don’t see a menu to select Update menu from. Also, alternate instructions show:
Copy mdl_import.py into the “.blender/scripts” directory of your Blender installation.
In a Script window, go to the “Script” menu entry and perform an “Update Script”
Now, still in a Script window, go to Menu “Script->Import”.
You should see a “MDL Loader (.mdl)…” entry.
But again, in the scripts window (I assume the python console) I see no menu item to update script.
I’m grateful for anyone that can help me get this working.