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
Is there a way to get the list of tracking parameters that are used (aka mapped with a L2D parameter) in a model? If not, this information could be useful in plugins that manage many parameters.
For example, a query on Live2D parameters in the current model could be great:
There's currently the InputParameterListRequest and the Live2DParameterListRequest. Although neither of those will give you any information about existing mappings.
I'm not opposed to adding that information, but do you have any specific use-case for this?
I am developing a plugin to emulate "cycles" on Vtube Studio. Unlike auto breathing which goes back and forth between 0 and 1, cycles allow you to come back directly to the original point (when you reach 1, you come back directly to 0). You can also choose the step and speed of the animation.
The purpose of this plugin is to simplify the process of creating L2D models for riggers, especially for frame by frame animations. The philosophy behind this plugin is that one parameter for a given model = one specific cycle created.
That being said, if you have multiple models, this means that some cycles that are not used will still be processed. The idea behind this API enhancement is to control that by starting only cycles that needs to be used.
Is there a way to get the list of tracking parameters that are used (aka mapped with a L2D parameter) in a model? If not, this information could be useful in plugins that manage many parameters.
For example, a query on Live2D parameters in the current model could be great:
The text was updated successfully, but these errors were encountered: