diff --git a/libras.py b/libras.py index 98dc3c2..b88599d 100644 --- a/libras.py +++ b/libras.py @@ -88,7 +88,7 @@ def main(): directory = os.path.join(getcwd, "users", user_id) # exporta .blend - # util.export_blend(directory, sinal + ".blend", 0, 0, endFrame) + util.export_blend(directory, sinal + ".blend", 0, 0, endFrame) # exporta .json # util.export_json(js_input, directory, sinal + ".json") -- libgit2 0.21.2