mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-23 16:31:20 +08:00
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…
Reference in New Issue
Block a user