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:
Diffstat (limited to 'source/blender/collada/ArmatureImporter.h')
-rw-r--r--source/blender/collada/ArmatureImporter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/collada/ArmatureImporter.h b/source/blender/collada/ArmatureImporter.h
index 407fa83f84b..4cef3d4fb38 100644
--- a/source/blender/collada/ArmatureImporter.h
+++ b/source/blender/collada/ArmatureImporter.h
@@ -67,6 +67,7 @@ private:
bool is_leaf;
float tail[3];
bool use_connect;
+ bool has_tail;
public:
@@ -83,6 +84,7 @@ public:
void set_tail(float *vec);
float *get_tail();
+ bool has_custom_tail();
void set_use_connect(int use_connect);
int get_use_connect();