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
libras.py
... ... @@ -88,7 +88,7 @@ def main():
88 88 directory = os.path.join(getcwd, "users", user_id)
89 89  
90 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 93 # exporta .json
94 94 # util.export_json(js_input, directory, sinal + ".json")
... ...