mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
Fix scaling not updating sliders and transform gizmo
This commit is contained in:
parent
a11471343c
commit
182e38def5
@ -157,6 +157,7 @@ const ModelScaler = {
|
||||
element_aspects: {geometry: true, transform: true},
|
||||
groups: ModelScaler.getScaleGroups(),
|
||||
group_aspects: {transform: true},
|
||||
selection: true
|
||||
})
|
||||
if (save === true) {
|
||||
Undo.finishEdit('Scale model')
|
||||
@ -189,6 +190,7 @@ const ModelScaler = {
|
||||
element_aspects: {geometry: true, transform: true},
|
||||
groups: ModelScaler.getScaleGroups(),
|
||||
group_aspects: {transform: true},
|
||||
selection: true
|
||||
})
|
||||
},
|
||||
setPivot(mode) {
|
||||
|
Loading…
Reference in New Issue
Block a user