SourceIO - Installation Instructions?
See original GitHub issueDo you mind including instructions for installing the add-on in Blender 2.80? Tried installing from here: https://github.com/REDxEYE/SourceIO/archive/master.zip
I get the following error when trying to activate the add-on:
Traceback (most recent call last):
File "/home/user/Downloads/Blender/blender-2.80-bb7b741d2f1c-linux-glibc217-x86_64/2.80/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/home/user/.config/blender/2.80/scripts/addons/SourceIO-master/__init__.py", line 13, in <module>
from .mdl import mdl2model
File "/home/user/.config/blender/2.80/scripts/addons/SourceIO-master/mdl/mdl2model.py", line 12, in <module>
from ..mdl.source_model import SourceModel
File "/home/user/.config/blender/2.80/scripts/addons/SourceIO-master/mdl/source_model.py", line 4, in <module>
from ..mdl import qc_generator
File "/home/user/.config/blender/2.80/scripts/addons/SourceIO-master/mdl/qc_generator.py", line 5, in <module>
from SourceIO.data_structures.mdl_data import SourceMdlBone
ModuleNotFoundError: No module named 'SourceIO'
Blender v2.80 Beta Date: 2019-07-10 15:05 Hash: bb7b741d2f1c
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
SourceIO - Valve Developer Community
SourceIO is an addon for Blender, made by REDxEYE, to import Source models, textures, and maps directly to Blender.
Read more >Source model import error :: Blender Source Tools
Go to RedXEye's Github and check to see if there has been an update to SourceIO since Blender 3.1 was released. If there...
Read more >How to port SFM to Blender : r/blenderhelp - Reddit
An addon called SourceIO imports MDL files and VTF texture files (it will ... you need to install SourceIO293.zip or Use SourceIO292.zip for ......
Read more >Installation: Existing K8s Cluster - DeepSource Docs
With Existing Kubernetes Cluster installation, you can install DeepSource ... please see our advanced existing cluster installation instructions below.
Read more >Blender Source Tools - steamreview.org
Installation. Install Blender 2.92 or later. Download the Source Tools above. Don't unzip. In Blender: Select Edit > User Preferences; Move to the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Rename the folder to: SourceIO
When you downloaded the master it kept “SourceIO-master” as the filename, the code is looking for “SourceIO”
It activates just fine for me on windows and rc3. I don’t even need to rename sourceio-master.zip.