mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 13:29:01 +08:00
chore: reorder posReset options
This commit is contained in:
parent
1e334ae1e2
commit
eed6d52c9a
@ -135,6 +135,9 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
MessageType.Info
|
MessageType.Info
|
||||||
);
|
);
|
||||||
|
|
||||||
|
posReset_heuristicRootScale = EditorGUILayout.ToggleLeft(
|
||||||
|
G("merge_armature.reset_pos.heuristic_scale"),
|
||||||
|
posReset_heuristicRootScale);
|
||||||
posReset_convertATPose = EditorGUILayout.ToggleLeft(
|
posReset_convertATPose = EditorGUILayout.ToggleLeft(
|
||||||
G("merge_armature.reset_pos.convert_atpose"),
|
G("merge_armature.reset_pos.convert_atpose"),
|
||||||
posReset_convertATPose);
|
posReset_convertATPose);
|
||||||
@ -143,9 +146,6 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
posReset_adjustRotation);
|
posReset_adjustRotation);
|
||||||
posReset_adjustScale = EditorGUILayout.ToggleLeft(G("merge_armature.reset_pos.adjust_scale"),
|
posReset_adjustScale = EditorGUILayout.ToggleLeft(G("merge_armature.reset_pos.adjust_scale"),
|
||||||
posReset_adjustScale);
|
posReset_adjustScale);
|
||||||
posReset_heuristicRootScale = EditorGUILayout.ToggleLeft(
|
|
||||||
G("merge_armature.reset_pos.heuristic_scale"),
|
|
||||||
posReset_heuristicRootScale);
|
|
||||||
|
|
||||||
if (GUILayout.Button(G("merge_armature.reset_pos.execute")))
|
if (GUILayout.Button(G("merge_armature.reset_pos.execute")))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user