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:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-07-30 11:32:37 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-07-30 11:32:37 +0400
commit90eec891254502ec64c98184ca2dcd6333311660 (patch)
treef43c715ec2a86d74a1d6c3fb45105a07f3ec9401 /source/blender/collada/collada_internal.h
parent8140f56575eb3962f7ac4135d475785abe284b5d (diff)
Collada: renamed size_mat to scale_mat for clarity. removed obsolete variable definition
Diffstat (limited to 'source/blender/collada/collada_internal.h')
-rw-r--r--source/blender/collada/collada_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/collada_internal.h b/source/blender/collada/collada_internal.h
index c546b13d433..4aa637a6876 100644
--- a/source/blender/collada/collada_internal.h
+++ b/source/blender/collada/collada_internal.h
@@ -50,7 +50,7 @@ private:
float x_up_mat4[4][4];
float y_up_mat4[4][4];
float z_up_mat4[4][4];
- float size_mat4[4][4];
+ float scale_mat4[4][4];
public: