Quick .anim fix to properly work in maya
This commit is contained in:
parent
0c5bdca7ef
commit
98b7ef49af
@ -375,7 +375,7 @@ namespace Toolbox.Library.Animations
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
file.WriteLine(" " + (key.Frame + 1) + " {0:N6} fixed fixed 1 1 0 0 1 0 1;", v);
|
file.WriteLine(" " + (key.Frame + 1) + " {0:N6} fixed fixed 1 1 0 0 1 0 1;".Replace(",","."), v);
|
||||||
}
|
}
|
||||||
|
|
||||||
file.WriteLine(" }");
|
file.WriteLine(" }");
|
||||||
|
Loading…
Reference in New Issue
Block a user