You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spine-ts/spine-construct3/src/lang/en-US.json
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -744,6 +744,26 @@
744
744
"desc": "Height of the bounds in Spine world coordinates"
745
745
}
746
746
}
747
+
},
748
+
"set-bounds-for-skin-animation": {
749
+
"list-name": "Set bounds for skin/animation",
750
+
"display-text": "Set bounds for skins {0} and animation {1}",
751
+
"description": "Calculate and set bounds based on the specified skins and animation. Uses a separate skeleton to compute the bounding box by stepping through the animation frames. The skeleton's visual size stays the same.",
752
+
"params": {
753
+
"skins": {
754
+
"name": "Skins",
755
+
"desc": "Comma-separated list of skin names. Leave empty to use the default skin."
756
+
},
757
+
"animation": {
758
+
"name": "Animation",
759
+
"desc": "Animation name to calculate bounds for. Leave empty to use setup pose."
760
+
}
761
+
}
762
+
},
763
+
"set-bounds-for-setup-pose": {
764
+
"list-name": "Set bounds for setup pose",
765
+
"display-text": "Set bounds for setup pose",
766
+
"description": "Calculate and set bounds based on the skeleton's setup pose. The skeleton's visual size stays the same."
0 commit comments