Skip to content
Snippets Groups Projects
Commit 0c7f5634 authored by Campbell Barton's avatar Campbell Barton
Browse files

fix for change in blenders api

parent e5097f28
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,\
#Folder = '['+File.rstrip(Ext)+']'+'_images/'
Folder = 'images_'+'['+File.rstrip(Ext)+']/'
if bpy.data.is_dirty:
if not bpy.data.is_saved:
PathSaveRaw = Path+Folder
PathSave = PathSaveRaw.replace(' ', '\ ')
try: os.mkdir(PathSaveRaw)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment