Hello,
I need a suggestion about changing layer order on anim clips on AnyPortrait.
Let me explain within simple objects.
Animation Clip 1:
This is the default order for portrait. And mostly used with this order. However, sometimes I have a specific case which require to change order in 1-2 animation clip depends on the animation.
Brown: Bottom layer
Green: Middle layer
Cyan: Top layer
Animation Clip 2:
In this animation, I must change layer order (only needs to be applied in one of the animation clips due to special case).
Brown: Top layer
Green: Bottom layer
Cyan: Middle layer
The first idea was the changing layer orders, but I don't know if it's possible for animation clip only. Or do you have any other idea how can I implement this in AnyPortrait?
Thanks in advance!
Hi!
Some modifiers have the ability to change the order of meshes during animation.
Modifiers that support a property called "Extra Option" allow you to reorder meshes according to Animation Clip or Control Parameters.
Modifiers that support Extra Option are "Transform", "Morph", "Color Only (added in v1.3.3)".
Detailed explanation can be found on the manual page below.
https://rainyrizzle.github.io/en/AdvancedManual/AD_ExtraOption.html
You can also implement it by writing a script and setting the Sorting Order of the meshes directly.
We don't know if it's what you need, but we've attached a page with it.
(This page contains what controls the Sorting Order.)
https://rainyrizzle.github.io/en/AdvancedManual/AD_AttachEquipments.html
If you have more questions about this topic, please leave a comment.
Thank you.