Commit f770dde5107d8fe70b30353be55bfbc3b4f1d17e

Authored by André Araújo
1 parent e3ec9103
Exists in master

Exporta arquivo blend

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -88,7 +88,7 @@ def main(): @@ -88,7 +88,7 @@ def main():
88 directory = os.path.join(getcwd, "users", user_id) 88 directory = os.path.join(getcwd, "users", user_id)
89 89
90 # exporta .blend 90 # exporta .blend
91 - # util.export_blend(directory, sinal + ".blend", 0, 0, endFrame) 91 + util.export_blend(directory, sinal + ".blend", 0, 0, endFrame)
92 92
93 # exporta .json 93 # exporta .json
94 # util.export_json(js_input, directory, sinal + ".json") 94 # util.export_json(js_input, directory, sinal + ".json")