STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
265
IN-GAME
1,597
ONLINE
Founded
8 November, 2013
All Discussions > Help > Topic Details
ciberj1 22 May, 2022 @ 6:09am
Unknown location bug
Hello. I've been trying to export a vrchat avatar from blender into the source engine but whatever I do. Whenever i press export this message appears in my console and idk what to do:

Python: Traceback (most recent call last):
File "C:\Users\jaime\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\io_scene_valvesource\export_smd.py", line 207, in execute
self.exportId(context, id)
File "C:\Users\jaime\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\io_scene_valvesource\export_smd.py", line 350, in exportId
bake = self.bakeObj(ob)
File "C:\Users\jaime\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\io_scene_valvesource\export_smd.py", line 763, in bakeObj
if con.type in ['CHILD_OF','COPY_TRANSFORMS'] and con.target.type == 'ARMATURE' and con.subtarget:
AttributeError: 'NoneType' object has no attribute 'type'

location: <unknown location>:-1

Could anyone help me out?
< >
Showing 1-2 of 2 comments
Artfunkel 22 May, 2022 @ 12:56pm 
There is a "child of" or "copy transforms" constraint on an object in your scene which doesn't have a target. The constraint is broken, does nothing, and can be removed.

I'll avoid this error in the next version of the Source Tools.
ciberj1 23 May, 2022 @ 1:06am 
Thank you man
< >
Showing 1-2 of 2 comments
Per page: 1530 50

All Discussions > Help > Topic Details