Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-07-19 13:56:17 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-19 16:40:53 +0300
commit9c2c5413b26d7664b780ef42c21eea7826c6dc5f (patch)
tree2a17dda6bdb2d86bb1615b65d0770be4b27a964e /add_curve_extra_objects
parent8e62ba483ef5e56667f1601b9f7c08a58a5ba986 (diff)
Fix T45487: fbx exporting weird keyframes.
Previous 'simplifying' code was not handling correctly micro-fluctuations around zero (caused by ugly float precision issues). Rewrote it more or less completely, new code is simpler and only based on relative difference (by default, it keys each time the diff is above 1e-4, and above 1e-4 * magnitude_of_values). Might produce more keys in some cases, but at least 'noise' shall never be exported again.
Diffstat (limited to 'add_curve_extra_objects')
0 files changed, 0 insertions, 0 deletions