File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -646,6 +646,9 @@ export const BLUEPRINT_FORMAT = new Blockbench.ModelFormat({
646
646
texture_meshes : false ,
647
647
uv_rotation : true ,
648
648
vertex_color_ambient_occlusion : true ,
649
+ java_cube_shading_properties : true ,
650
+ box_uv_float_size : false ,
651
+ cullfaces : true ,
649
652
} )
650
653
BLUEPRINT_CODEC . format = BLUEPRINT_FORMAT
651
654
@@ -662,11 +665,11 @@ export function saveBlueprint() {
662
665
export function updateRotationLock ( ) {
663
666
if ( ! isCurrentFormat ( ) ) return
664
667
BLUEPRINT_FORMAT . rotation_limit = ! (
665
- Group . selected ||
668
+ ! ! Group . selected ||
666
669
! ! AnimatedJava . API . TextDisplay . selected . length ||
667
670
! ! AnimatedJava . API . VanillaItemDisplay . selected . length ||
668
671
! ! AnimatedJava . API . VanillaBlockDisplay . selected . length ||
669
- ! ! OutlinerElement . types . camera ?. all . length
672
+ ! ! ( OutlinerElement . types . camera ?. selected && OutlinerElement . types . camera ?. selected . length )
670
673
)
671
674
BLUEPRINT_FORMAT . rotation_snap = BLUEPRINT_FORMAT . rotation_limit
672
675
}
You can’t perform that action at this time.
0 commit comments