Is there any way to copy physic constrain's property in one go and paste it to other physic constrain??
Because copy those value one by one is quite tiresome and time consuming.
[
Copy physic constrain property
Yes, it is possible to copy and paste the properties of a physics constraint in Spine. Since Spine 4.2, you can copy and paste constraint settings, which includes physics constraints. Here’s how you can do it:
- In the tree view, select the name of the constraint whose settings you want to copy.
- Press
Ctrl+C
to copy the settings. - Select the name of the constraint where you want to paste the settings.
- Press
Ctrl+V
to paste the settings.
This method works well for different skeletons as well.