Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2
-
None
-
-
1
-
d727bb7cba353f64d19ab16c978e995167847397 (qt/qtquick3d/dev) 93c6c84a75a0406a30393995bda32525f07dc592 (qt/qtquick3d/6.2) 2548ab2a92db7545da267e6f06164624c1cba301 (qt/qtquick3d/6.1)
-
Qt Quick 3D - 2021 Week 23/24
Description
The attached fbx file contains a cylinder, deformed by an animated skeleton hierarchy.
A sphere is parented under the leaf joint.
When running balsam on the file then there is only one mesh created (for the cylinder).
Looking in the .qml file I can see that the sphere is interpreted as a joint
Skeleton {
id: qmlskeleton
Joint {
id: joint1
...
Joint
}