diff --git a/lib/GLTFExporter.js b/lib/GLTFExporter.js index cadb2f8e..eacaf4c3 100644 --- a/lib/GLTFExporter.js +++ b/lib/GLTFExporter.js @@ -1807,6 +1807,7 @@ GLTFExporter.prototype = { function processNode( object ) { if (object.no_export) return null; + if (OutlinerElement.uuids[object.name]?.export == false) return null; if ( ! outputJSON.nodes ) {