|
@@ -3655,10 +3655,9 @@ class GLTFParser {
|
|
|
|
|
|
if ( PATH_PROPERTIES[ target.path ] === PATH_PROPERTIES.weights ) {
|
|
|
|
|
|
- // Node may be a Group (glTF mesh with several primitives) or a Mesh.
|
|
|
node.traverse( function ( object ) {
|
|
|
|
|
|
- if ( object.isMesh === true && object.morphTargetInfluences ) {
|
|
|
+ if ( object.morphTargetInfluences ) {
|
|
|
|
|
|
targetNames.push( object.name ? object.name : object.uuid );
|
|
|
|