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:
authorSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-25 00:27:27 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-25 00:27:27 +0400
commit1e0e0ff5c4e88f2ee21c849b151a1899ae4c714f (patch)
treec49683682a8c456fce83752c9c4fb3da23af0e98 /source/blender/collada/AnimationExporter.cpp
parent6a392e8cb505b753a0bac24e42778306007c45b8 (diff)
Blender profile for leaf_bone tip. (untested).
Diffstat (limited to 'source/blender/collada/AnimationExporter.cpp')
-rw-r--r--source/blender/collada/AnimationExporter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp
index 222838c3838..0e6fa4d0d92 100644
--- a/source/blender/collada/AnimationExporter.cpp
+++ b/source/blender/collada/AnimationExporter.cpp
@@ -415,7 +415,8 @@ void AnimationExporter::exportAnimations(Scene *sce)
float ctime = bsystem_time(scene, ob_arm, *it, 0.0f);
- BKE_animsys_evaluate_animdata(&ob_arm->id, ob_arm->adt, *it, ADT_RECALC_ANIM);
+ //BKE_animsys_evaluate_animdata(&ob_arm->id, ob_arm->adt, *it, ADT_RECALC_ANIM);
+ //BKE_animsys_evaluate_animdata(scene , &ob_arm->id, ob_arm->adt, ctime, ADT_RECALC_ANIM);
where_is_pose_bone(scene, ob_arm, pchan, ctime, 1);
// compute bone local mat