Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Pignataro <info@oscurart.com.ar>2016-09-13 19:07:24 +0300
committerEugenio Pignataro <info@oscurart.com.ar>2016-09-13 19:07:24 +0300
commit7119621d3a5a5b7c7b69d0da007205b26c364478 (patch)
tree87f931056238e65ce6c562292f3d5c7b8b50d7a2 /oscurart_tools
parent08f0dadcddc4f9754984796361b4b527f581c0dc (diff)
add import os to files module
Diffstat (limited to 'oscurart_tools')
-rw-r--r--oscurart_tools/oscurart_files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/oscurart_tools/oscurart_files.py b/oscurart_tools/oscurart_files.py
index b829e8d9..50a81157 100644
--- a/oscurart_tools/oscurart_files.py
+++ b/oscurart_tools/oscurart_files.py
@@ -20,6 +20,7 @@
import bpy
from bpy.types import Operator
+import os
# ---------------------------RELOAD IMAGES------------------