Fix export toggle not working for GLTF models
This commit is contained in:
parent
fe611a7d81
commit
e08a2e9e26
@ -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 ) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user