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>2014-09-19 16:36:15 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-09-19 16:36:15 +0400
commitc5bc1f6da7199a89fd8af893dec210343bf6116d (patch)
treeb44b76137eb0ab68361b365a6460ba97e5af58b7 /io_scene_fbx/fbx_utils.py
parentf7ef101d09b0bdb34f88629f0feab5af6d274b43 (diff)
FBX IO: Cleanup: fix stupid typo in func name!
Diffstat (limited to 'io_scene_fbx/fbx_utils.py')
-rw-r--r--io_scene_fbx/fbx_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/fbx_utils.py b/io_scene_fbx/fbx_utils.py
index e3218699..2b96fe0b 100644
--- a/io_scene_fbx/fbx_utils.py
+++ b/io_scene_fbx/fbx_utils.py
@@ -679,7 +679,7 @@ class AnimationCurveNodeWrapper:
assert(len(values) == len(self.fbx_props[0]))
self._keys.append((frame, values, [True] * len(values))) # write everything by default.
- def simplfy(self, fac, step, force_keep=False):
+ def simplify(self, fac, step, force_keep=False):
"""
Simplifies sampled curves by only enabling samples when:
* their values differ significantly from the previous sample ones, or