We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172815 commit a516fc5Copy full SHA for a516fc5
src/GLTFLoaderAnimationPointer.js
@@ -657,6 +657,10 @@ function _ensurePropertyBindingPatch() {
657
// "path" is the animated property path, just with translated material names.
658
PropertyBinding.findNode = function (node, path) {
659
660
+ // if the binding is empty fallback to original
661
+ if (!path) return findNode(node, path);
662
+
663
664
if (path.startsWith('.materials.')) {
665
666
if (_animationPointerDebug) console.log('FIND', path);
0 commit comments