mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-06 17:31:09 +08:00
4.7.0 [ci-build]
This commit is contained in:
parent
9211cf7cdb
commit
2e8395b559
@ -267,7 +267,7 @@ var codec = new Codec('gltf', {
|
||||
encoding: {type: 'select', label: 'codec.common.encoding', options: {ascii: 'ASCII (glTF)', binary: 'Binary (glb)'}},
|
||||
scale: {label: 'settings.model_export_scale', type: 'number', value: Settings.get('model_export_scale')},
|
||||
embed_textures: {type: 'checkbox', label: 'codec.common.embed_textures', value: true},
|
||||
armature: {type: 'checkbox', label: 'codec.common.armature', value: false},
|
||||
armature: {type: 'checkbox', label: tl('codec.common.armature') + ' (Experimental)', value: false},
|
||||
animations: {label: 'codec.common.export_animations', type: 'checkbox', value: true}
|
||||
},
|
||||
async compile(options) {
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Blockbench",
|
||||
"description": "Low-poly modeling and animation software",
|
||||
"version": "4.7.0-beta.3",
|
||||
"version": "4.7.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": {
|
||||
"name": "JannisX11",
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user