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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-18 15:08:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-18 15:08:34 +0400
commit507aa1cd22e357b86e36ba7d9226c298fb6619c9 (patch)
tree9933cdbadd3ba490e371859a722141f8db14358b /intern/itasc
parent53845a37d9d33703e18236212ee3ef52982a6247 (diff)
fix for crash loading a file saved with fluidsim when blenders compiled with it disabled.
also remove unneed class prefix on function name for itasc.
Diffstat (limited to 'intern/itasc')
-rw-r--r--intern/itasc/kdl/frames.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/itasc/kdl/frames.hpp b/intern/itasc/kdl/frames.hpp
index 01213f91d5a..2a1ed3296f9 100644
--- a/intern/itasc/kdl/frames.hpp
+++ b/intern/itasc/kdl/frames.hpp
@@ -299,7 +299,7 @@ public:
double data[9];
inline Rotation() {
- *this = Rotation::Identity();
+ *this = Identity();
}
inline Rotation(double Xx,double Yx,double Zx,
double Xy,double Yy,double Zy,