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>2012-06-16 02:00:25 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-06-16 02:00:25 +0400
commit9f6a66d5f9feb34377cf0e6465020cc80f673d8e (patch)
tree769bcd7da9a8f762f4a12dbb6206380703f8805b /source/blender/collada/collada_utils.h
parenta2d4fddfd38ce0795d21ec9c5b5cc51fc50f3bd1 (diff)
Collada: (Exporter) Add new option 'deform bones only'
Diffstat (limited to 'source/blender/collada/collada_utils.h')
-rw-r--r--source/blender/collada/collada_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/collada_utils.h b/source/blender/collada/collada_utils.h
index 139a2cb93bd..6558ad3e9ca 100644
--- a/source/blender/collada/collada_utils.h
+++ b/source/blender/collada/collada_utils.h
@@ -72,5 +72,6 @@ extern char *bc_CustomData_get_layer_name(const CustomData *data, int type, int
extern char *bc_CustomData_get_active_layer_name(const CustomData *data, int type);
extern void bc_bubble_sort_by_Object_name(LinkNode *export_set);
+extern bool bc_is_root_bone(Bone *aBone, bool deform_bones_only);
#endif