mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
Fix bones not updating when baking animation into model
This commit is contained in:
parent
a371e208f0
commit
fcb389a35a
@ -1944,7 +1944,8 @@ BARS.defineActions(function() {
|
||||
offset(node);
|
||||
});
|
||||
|
||||
Modes.options.edit.select()
|
||||
Modes.options.edit.select();
|
||||
Canvas.updateAllBones();
|
||||
Undo.finishEdit('Bake animation into model')
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user