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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-02 22:11:09 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-02 22:11:09 +0400
commit203a4d42ca9f8a6e41c60c9d7a4e855b0c6cf635 (patch)
treef70421bbffa759ba52fe58c478b56e7d8116fa0a /source/blender/collada/AnimationImporter.h
parenta1f4be4577776add4a71ac3446aceb4195234fc7 (diff)
Fix #31089: collada file crashing on importing file with unknown/unsupported animation data.
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index 362b288dbb4..6324853d91c 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -165,6 +165,7 @@ public:
int setAnimType ( const COLLADAFW::Animatable * prop, int type, int addition);
void modify_fcurve(std::vector<FCurve*>* curves, const char* rna_path, int array_index );
+ void unused_fcurve(std::vector<FCurve*>* curves );
// prerequisites:
// animlist_map - map animlist id -> animlist
// curve_map - map anim id -> curve(s)