commit 6d9ff23f29af3a299442d6bd25bb644604b283a0
parent e23ce473cde97d4ac9a91d8aa334f9204ae6a056
Author: rbckman <rob@tarina.org>
Date: Thu, 11 Jun 2026 15:18:39 +0100
bug eliminated
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gonzopi.py b/gonzopi.py
@@ -6000,7 +6000,7 @@ def renderfilm(filmfolder, filmname, comp, scene):
print('no videohash found, making one...')
with open(filmdir + '.videohash', 'w') as f:
f.write(videohash)
- if videohash != oldvideohash:
+ if videohash != oldvideohash or os.path.exists(renderfilename+'.mp4') == False:
rendervideo(filmfolder,filmname,scene,filmfiles, renderfilename, filmname)
print('updating video hash')
with open(filmdir + '.videohash', 'w') as f: