commit 9dd3f2e447a23cf06d1c94d2f2e4c1c66854d2f8 parent 8789500e506366e9f316e4c8dd659918e99d650c Author: rob <rob@tarina.org> Date: Thu, 26 Oct 2023 20:35:30 +0100 make fodles Diffstat:
M | tarina.py | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py @@ -867,7 +867,9 @@ def main(): #to not throw away empty shots, make placeholders for sc in range(pscenes): for i in range(pshots): - run_command('touch ' + filmfolder + filmname + '/scene' + str(sc).zfill(3) + '/shot' + str(i).zfill(3) + '/.placeholder') + placeholders=filmfolder + filmname + '/scene' + str(sc+1).zfill(3) + '/shot' + str(i+1).zfill(3) + os.makedirs(placeholders) + run_command('touch ' + placeholders + '/.placeholder') #SHOWTARINACTRL if recordwithports: if pressed == 'middle' and menu[selected] == "New FILM":