Fix bones not updating when baking animation into model

This commit is contained in:
JannisX11 2023-04-22 23:51:11 +02:00
parent a371e208f0
commit fcb389a35a

View File

@ -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')
}
})