Skip to content
Snippets Groups Projects
Commit 45d006e6 authored by Campbell Barton's avatar Campbell Barton
Browse files

fix [#31291] 2.63.0 export to Autodesk FBX (.fbx) is empty if no camera

parent 636a4fdd
No related branches found
No related tags found
No related merge requests found
......@@ -1971,6 +1971,7 @@ def save_single(operator, scene, filepath="",
mats = me.materials
else:
me = ob.data
me.update(calc_tessface=True)
mats = me.materials
# # Support object colors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment