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:
authorDomino Marama <domino@dominodesigns.info>2012-02-05 20:19:28 +0400
committerDomino Marama <domino@dominodesigns.info>2012-02-05 20:19:28 +0400
commit2cb3fe3dfd830386633e5642d35108be8b6b6a17 (patch)
tree9fde457bc9f80d5be215c1bd7c130bca6f0dccc9 /source/blender/collada/ExportSettings.h
parentfa163003c98e09f00bcbbee7838d5ed487d55cc8 (diff)
Patch #30050 by Juha Mäki-Kanto (kanttori)
Fixes for Collada exporter. Adds Second Life compatibility for armatures Adds objects parentinverse to exported transform if it's non-identity Fix mismatch between add_inv_bind_mats and add_joints_source accessor counts Fix bone exports in world space should be local space
Diffstat (limited to 'source/blender/collada/ExportSettings.h')
-rw-r--r--source/blender/collada/ExportSettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/ExportSettings.h b/source/blender/collada/ExportSettings.h
index 1ad7c8c370e..80e20acbe48 100644
--- a/source/blender/collada/ExportSettings.h
+++ b/source/blender/collada/ExportSettings.h
@@ -31,6 +31,7 @@ struct ExportSettings
{
public:
bool selected;
+ bool second_life;
char *filepath;
};