Skip to content

Commit

Permalink
Skip import preview restored
Browse files Browse the repository at this point in the history
  • Loading branch information
Neurolinked committed Jan 27, 2025
1 parent 283d0a7 commit 53cb8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/mainTweakpane.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ EDAdvSetup.addBinding(PARAMS,'ForceZeroOpacity',{label:'Force Layer 0 opacity to
});

EDAdvSetup.addBinding(PARAMS,'maskBlur',{label:'Blur texture masks',min:0,max:100,step:1}).on('change',(ev) => {$("#thacanvas").trigger('blurMask',[PARAMS.maskBlur]);});
EDAdvSetup.addBinding(PARAMS, 'obFoldercheck',{label:'Obsessive masks Nr check'})
EDAdvSetup.addBinding(PARAMS, 'importSkip',{label:'Skip Import Preview'}).on('change',(ev)=>{});

EDAdvSetup.addBinding(PARAMS, 'modelDebug',{label:'Model debug'}).on('change',(ev)=>{});
EDAdvSetup.addBinding(PARAMS, 'textureDebug',{label:'Texture debug'}).on('change',(ev)=>{});
Expand Down

0 comments on commit 53cb8b5

Please sign in to comment.