Fix export toggle not working for GLTF models

This commit is contained in:
JannisX11 2020-10-21 19:07:42 +02:00
parent fe611a7d81
commit e08a2e9e26

View File

@ -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 ) {