[Bf-blender-cvs] [41ee052] master: renamed unclear API parameter

gaiaclary noreply at git.blender.org
Wed Jan 29 15:37:11 CET 2014


Commit: 41ee052a45e897975134750fd685e447bb1b3b2e
Author: gaiaclary
Date:   Wed Jan 29 15:37:02 2014 +0100
https://developer.blender.org/rB41ee052a45e897975134750fd685e447bb1b3b2e

renamed unclear API parameter

===================================================================

M	source/blender/collada/AnimationExporter.h

===================================================================

diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 6022415..6c844cf 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -140,7 +140,7 @@ protected:
 	void add_source_parameters(COLLADASW::SourceBase::ParameterNameList& param,
 	                           COLLADASW::InputSemantic::Semantics semantic, bool is_rot, const char *axis, bool transform);
 	
-	void get_source_values(BezTriple *bezt, COLLADASW::InputSemantic::Semantics semantic, bool rotation, float *values, int *length);
+	void get_source_values(BezTriple *bezt, COLLADASW::InputSemantic::Semantics semantic, bool is_rotation, float *values, int *length);
 	
 	float* get_eul_source_for_quat(Object *ob );




More information about the Bf-blender-cvs mailing list