[Bf-extensions-cvs] [b3555d5a] master: Now Tokens support batch maker

Eugenio Pignataro noreply at git.blender.org
Thu Mar 22 13:08:53 CET 2018


Commit: b3555d5ac5a0bea1792efc695e53bf69200267dc
Author: Eugenio Pignataro
Date:   Thu Mar 22 09:08:46 2018 -0300
Branches: master
https://developer.blender.org/rBAb3555d5ac5a0bea1792efc695e53bf69200267dc

Now Tokens support batch maker

===================================================================

M	oscurart_tools/oscurart_render.py

===================================================================

diff --git a/oscurart_tools/oscurart_render.py b/oscurart_tools/oscurart_render.py
index 60edd822..a3abb381 100644
--- a/oscurart_tools/oscurart_render.py
+++ b/oscurart_tools/oscurart_render.py
@@ -234,13 +234,13 @@ def defoscBatchMaker(TYPE, BIN):
                 print(
                     "** Oscurart Batch maker can not modify the permissions.")
         if not BIN:
-            FILE.writelines("%s%s%s -b %s -x 1 -o %s -P %s%s.py  -s %s -e %s -a" %
-                            (QUOTES, BINDIR, QUOTES, bpy.data.filepath, rfp,
+            FILE.writelines("%s%s%s -b %s -x 1  -P %s%s.py  -s %s -e %s -a" %
+                            (QUOTES, BINDIR, QUOTES, bpy.data.filepath,
                              bpy.data.filepath.rpartition(SYSBAR)[0] + SYSBAR, TYPE,
                              str(bpy.context.scene.frame_start), str(bpy.context.scene.frame_end)))
         else:
-            FILE.writelines("%s -b %s -x 1 -o %s -P %s%s.py  -s %s -e %s -a" %
-                            ("blender", bpy.data.filepath, rfp,
+            FILE.writelines("%s -b %s -x 1  -P %s%s.py  -s %s -e %s -a" %
+                            ("blender", bpy.data.filepath,
                              bpy.data.filepath.rpartition(SYSBAR)[0] + SYSBAR, TYPE,
                              str(bpy.context.scene.frame_start), str(bpy.context.scene.frame_end)))



More information about the Bf-extensions-cvs mailing list