🐛 貼り付けたCubeの複軸回転を保持する - #10
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Animated Java BlueprintへCubeまたはGroupを貼り付けた際、複数軸の回転値が1軸へ変換される問題を修正します。通常編集時の回転制限と、無効回転の赤枠・書き出し拒否は維持します。
主な変更
設計判断
Blockbenchの貼り付け処理は置き換えず、同期的な貼り付け処理の実行中だけ回転制限を停止します。これにより、階層・選択・Undoなど既存の貼り付け処理を保ったまま、回転値を破壊する分岐だけを避けます。
動作確認
yarn testyarn prodgit diff --check未確認
Blockbench 5.1.4実機でのCube単体・Group貼り付け、赤枠、書き出し拒否、Undo、プラグイン再読み込みは未確認です。