15 lines
400 B
INI
15 lines
400 B
INI
|
|
// ***************************
|
|
// Animation Optimizer
|
|
// ***************************
|
|
|
|
// Tracks which contain one of those name (eg "Bip01 Finger11.rotquat") will be mark as "Low Precision".
|
|
// Usefull for memory optimisation. Avoid setting legs or root bones. Warning: case sensitive.
|
|
anim_low_precision_tracks=
|
|
{
|
|
"Finger",
|
|
"Ponytail",
|
|
};
|
|
|
|
// The Sample Rate.
|
|
anim_sample_rate= 30;
|