You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use the command line :gltf2ozz --file="my path/*.gltf",there is a problem as follow:
Skeleton contains at least one non-unique joint name "NeckTwist01", which is not supported.
there is only one "NeckTwist01" in file.
why?
The text was updated successfully, but these errors were encountered:
issue:Skeleton contains at least one non-unique joint name "Pelvis", which is not supported.
here is part of my *.gltf file:
{
"name": "Pelvis",
"translation": [
0.0,
0.0,
0.0
],
"rotation": [
-0.499999672174454,
-0.500000357627869,
-0.499999672174454,
0.500000357627869
],
"scale": [
1.0,
1.0,
1.0
],
"children": [
12
]
},
when i delete the "children"( "children": [12]), then it works, but i don't know why, hope your reply, thank you.
when i use the command line :gltf2ozz --file="my path/*.gltf",there is a problem as follow:
Skeleton contains at least one non-unique joint name "NeckTwist01", which is not supported.
there is only one "NeckTwist01" in file.
why?
The text was updated successfully, but these errors were encountered: