Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-07 10:24:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-07 10:24:53 +0400
commitdee6d90df47b502e26ed09c1487bfa8f4bb4634e (patch)
tree74a7b52823aea5d030d28127a7d0d00d590c8552
parent8d8a0034807e1f8f05fd3913b2fb3f2a5ac1a53c (diff)
fix [#27595] Export FBX with parented empty
-rw-r--r--io_scene_fbx/export_fbx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index f4170072..965941d9 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -347,6 +347,7 @@ def save_single(operator, scene, filepath="",
self.blenObject = ob
self.fbxGroupNames = []
self.fbxParent = None # set later on IF the parent is in the selection.
+ self.fbxArm = None
if matrixWorld:
self.matrixWorld = global_matrix * matrixWorld
else: