[Bf-extensions-cvs] [103b024] master: BugFix: Batch executable permissions works in linux now.

Eugenio Pignataro noreply at git.blender.org
Thu Jun 5 17:30:08 CEST 2014


Commit: 103b024c9476ad849152fbba329e9fae2ebe137a
Author: Eugenio Pignataro
Date:   Thu Jun 5 12:29:56 2014 -0300
https://developer.blender.org/rBAC103b024c9476ad849152fbba329e9fae2ebe137a

BugFix: Batch executable permissions works in linux now.

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

M	oscurart_tools/oscurart_render.py

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

diff --git a/oscurart_tools/oscurart_render.py b/oscurart_tools/oscurart_render.py
index 99673a9..1deeb89 100644
--- a/oscurart_tools/oscurart_render.py
+++ b/oscurart_tools/oscurart_render.py
@@ -1,6 +1,7 @@
 import bpy
 import math
 import os
+import stat
 
 
 ##-------------------------------- RENDER ALL SCENES ----------------------------
@@ -367,4 +368,4 @@ class BrokenFramesPanel (bpy.types.Panel):
         colrow.operator("object.add_broken_file")
         colrow.operator("object.clear_broken_file")
         colrow = col.row(align=1)
-        colrow.operator("object.delete_broken_file")
\ No newline at end of file
+        colrow.operator("object.delete_broken_file")



More information about the Bf-extensions-cvs mailing list