tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit b988802e1efba49086e8311eaac2a7a699191347
parent 917fe6666964298e9fbe9b1a81bab93df481e660
Author: rob <rob@tarina.org>
Date:   Thu, 26 Oct 2023 19:15:29 +0100

insert take

Diffstat:
Mtarina.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/tarina.py b/tarina.py @@ -639,7 +639,6 @@ def main(): #INSERT TAKE elif pressed == 'insert_take': logger.info('inserting take') - shot = countshots(filmname, filmfolder, scene) insertshot = filmfolder + filmname + '/' + 'scene' + str(scene).zfill(3) +'/shot' + str(shot-1).zfill(3) + '_insert' try: os.makedirs(insertshot)