question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SourceIO - Installation Instructions?

See original GitHub issue

Do 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:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Zyphrecommented, Jul 20, 2019

Rename the folder to: SourceIO

When you downloaded the master it kept “SourceIO-master” as the filename, the code is looking for “SourceIO”

0reactions
mirhcommented, Jul 29, 2019

It activates just fine for me on windows and rc3. I don’t even need to rename sourceio-master.zip.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found