Skip to content

Commit

Permalink
4.7.0 [ci-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Apr 17, 2023
1 parent 9211cf7 commit 2e8395b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/io/formats/gltf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion js/webpack/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 2e8395b

Please sign in to comment.