mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-30 15:42:42 +08:00
Auto select textures after generating them
This commit is contained in:
parent
ff150d4672
commit
a6aa3bad44
@ -93,7 +93,7 @@ const TextureGenerator = {
|
||||
folder: options.folder ? options.folder : 'block'
|
||||
})
|
||||
function makeTexture(dataUrl) {
|
||||
texture.fromDataURL(dataUrl).add(false)
|
||||
texture.fromDataURL(dataUrl).add(false).select()
|
||||
switch (options.particle) {
|
||||
case 'auto':
|
||||
texture.fillParticle();
|
||||
|
Loading…
Reference in New Issue
Block a user