File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2323 "name" : "RCT Graphics Helper" ,
2424 "description" : "Render tool to replicate RCT graphics" ,
2525 "author" : "Olivier Wervers" ,
26- "version" : (0 , 4 , 0 ),
26+ "version" : (0 , 4 , 1 ),
2727 "blender" : (2 , 79 , 0 ),
2828 "location" : "Render" ,
2929 "support" : "COMMUNITY" ,
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ def finalize(task_process_context):
6060 if callback != None :
6161 callback ()
6262
63+ if not os .path .exists (master_context .task .get_output_folder ()):
64+ os .mkdir (master_context .task .get_output_folder ())
65+
6366 if not os .path .exists (os .path .join (master_context .task .get_output_folder (), "sprites" )):
6467 os .mkdir (os .path .join (
6568 master_context .task .get_output_folder (), "sprites" ))
You can’t perform that action at this time.
0 commit comments