minor changes from stable

This commit is contained in:
2007-08-01 10:19:16 +00:00
parent a84c598b35
commit 311d7e31cc
3 changed files with 21 additions and 46 deletions

View File

@@ -706,6 +706,7 @@ def write_scene(file, sce, world):
textures = {}
armatures = [] # We should export standalone armatures also
armatures_totbones = 0 # we need this because each bone is a model
ob_type = None # incase no objects are exported, so as not to raise an error
for ob_base in sce.objects.context:
for ob, mtx in BPyObject.getDerivedObjects(ob_base):
#for ob in [ob_base,]: