4.7.0 [ci-build]

This commit is contained in:
JannisX11 2023-04-17 19:15:00 +02:00
parent 9211cf7cdb
commit 2e8395b559
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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