- Editado
path constrain bug??
Hello.
If you make a path and set path constraints, images are often twisted.
I think hard about what the problem is, but there is no problem in the bonding process.
The answer to this problem is here.
When we create the bones and split them, they don't have a natural numbering.
For example, let's say you create smoke and press Split to split it into 4 bones.
Then smoke, smoke2...4 and so on, so the number 1 doesn't run on the first bone.
So here's the problem.
If a path constraint is applied, they are combined according to the size of the number.
Image removed due to the lack of support for HTTPS. | Show Anyway
Can you see it?
smoke4.3.2.1 not in this order
smoke(1) 4,3,2 joins in the wrong order.
Therefore, if the images are combined, you will see strangely combined images.
So what is the solution to the problem?
This can be solved simply by entering the omitted 1 . Image removed due to the lack of support for HTTPS. | Show Anyway
Can you see it? You can see it put together beautifully.
thank you.
Hello,
Indeed, the order of selection of the bones immediately after splitting the bones is as follows: bone(1), 4, 3, 2.
I don't think this is anything particularly wrong with path constraints, but rather the order of selection after splitting.
You wrote that adding "1" to the name of the first bone would solve the problem, but according to what I've tried, simply re-selecting the bones in order solved the problem. I've uploaded here a video recording of the problem you pointed out and how it worked when I re-selected the bones.
While easily avoidable, I felt that it could be confusing, so I created an issue for this problem:
https://github.com/EsotericSoftware/spine-editor/issues/632
nice to meet you.
It was confirmed that it can be solved with the contents that Misaki uploaded in the video.
However, this process is not intuitive. If you use path constraints after selecting images immediately after combining, they are combined in a strange order.
I didn't even know what the problem was, but I found a solution like the thread above.
It would be nice if the path constraint could be combined more intuitively.
I'm glad to hear that you can solve the problem with the method I presented.
However, this process is not intuitive. If you use path constraints after selecting images immediately after combining, they are combined in a strange order.
I think your opinion is reasonable. We're making various improvements every day, but the list of things is still long, so I’m afraid to say that I'm not sure when we'll be able to address this issue. You can subscribe to this issue ticket, then you will receive additional notifications upon any progress.
https://github.com/EsotericSoftware/spine-editor/issues/632
We've fixed this problem in 4.1.22-beta. Cheers!