STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
320
IN-GAME
1,836
ONLINE
Founded
8 November, 2013
All Discussions > Help > Topic Details
obtrusive TypeError: 'dmx_version' object is not subscriptable Source Tools errors when compiling and exporting DMXs'.
After having no issues, now blender source tools constantly spits out these errors whenever I export a DMX or compile a qc. This has no effect on the actual addon and the addon is able to function properly. but the annoyance of having this error block the bottom message bar of blender is growing.

"Python: Traceback (most recent call last):
File "C:\Users\LumpyMushroom\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\io_scene_valvesource\GUI.py", line 110, in draw
if version is None or version[1] < 22:
TypeError: 'dmx_version' object is not subscriptable

location: <unknown location>:-1"

rollbacked and fresh installed blender but error persists.

Here are the lines in the GuI.py:

if canExportDMX():
col = l.column()
col.prop(scene.vs,"material_path")
(line 110) if version is None or version[1] < 22:
pass
col.prop(scene.vs,"dmx_weightlink_threshold",slider=True)
col.enabled = shouldExportDMX()

Thank you for any help.
Last edited by Lumpymushroom; 18 Mar, 2022 @ 8:42pm
< >
Showing 1-5 of 5 comments
The author of this thread has indicated that this post answers the original topic.
Lumpymushroom 22 Mar, 2022 @ 2:53pm 
Setting the engine path works, but setting the game path still shows red. The bar address to gameinfo.txt is correct but the bar is still highlighted red.

https://imgur.com/ninHyjn
Lumpymushroom 22 Mar, 2022 @ 2:55pm 
Could any of my errors be rooted on read and write access? I recently downgraded from Windows 11 and my read/write permissions were reset. I'll try and update soon.
Lumpymushroom 22 Mar, 2022 @ 11:44pm 
Yup, nevermind yeah, the preview helped
Venis Pagina 28 Mar, 2022 @ 11:32pm 
Originally posted by Artfunkel:
Please try this preview release:

http://steamreview.org/BlenderSourceTools/release/blender_source_tools_3.2.1_preview.zip
Hey, I have the same problem and the link you provided isn't valid anymore. Could you please share that once again?
< >
Showing 1-5 of 5 comments
Per page: 1530 50

All Discussions > Help > Topic Details