mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
ASTExtension: Fix README
This commit is contained in:
parent
6e73e42049
commit
3c46d61599
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ Examples:
|
||||||
- This is the default setup for Avatar Scale Tool and will work perfectly.
|
- This is the default setup for Avatar Scale Tool and will work perfectly.
|
||||||
- `Scale` - 0 to 100 (input single)
|
- `Scale` - 0 to 100 (input single)
|
||||||
- This will also work perfectly as the max height is a multiple of 10.
|
- This will also work perfectly as the max height is a multiple of 10.
|
||||||
- 'Height' - 0 to 2 (input single)
|
- `Height` - 0 to 2 (input single)
|
||||||
- This will not work properly. The max value to drive the parameter to is not a multiple of 10, and as such ASTExtension will believe the parameter range is 0 to 1.
|
- This will not work properly. The max value to drive the parameter to is not a multiple of 10, and as such ASTExtension will believe the parameter range is 0 to 1.
|
||||||
- `BurntToast` - 0 to 100 (input single)
|
- `BurntToast` - 0 to 10 (input single)
|
||||||
- This will not work properly. The parameter name is not recognized by ASTExtension.
|
- This will not work properly. The parameter name is not recognized by ASTExtension.
|
||||||
|
|
||||||
If your setup is theoretically supported but not working, it is likely the scaling animation is not linear. In this case, you will need to fix your animation clip curves / blend tree to be linear, or use Avatar Scale Tool to generate a new scaling animation.
|
If your setup is theoretically supported but not working, it is likely the scaling animation is not linear. In this case, you will need to fix your animation clip curves / blend tree to be linear, or use Avatar Scale Tool to generate a new scaling animation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue