STEAM 组
Blender Source Tools BleST
STEAM 组
Blender Source Tools BleST
218
游戏中
1,552
在线
成立于
2013 年 11 月 8 日
所有讨论 > Help > 主题详情
ciberj1 2022 年 5 月 22 日 上午 6:09
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?
< >
正在显示第 1 - 2 条,共 2 条留言
Artfunkel 2022 年 5 月 22 日 下午 12:56 
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 2022 年 5 月 23 日 上午 1:06 
Thank you man
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50

所有讨论 > Help > 主题详情