revert
This commit is contained in:
parent
b19b999ffa
commit
0fc96465f1
@ -2504,9 +2504,9 @@ class gui(QtGui.QWidget):
|
||||
else:
|
||||
preanim_duration = ao2_duration
|
||||
|
||||
anim_to_find = test_path([AOpath+"characters/"+f_char+"/"+f_preanim+".gif", AOpath+"characters/"+f_char+"/anim/"+f_preanim+".gif"])
|
||||
apng_to_find = test_path([AOpath+"characters/"+f_char+"/"+f_preanim+".apng", AOpath+"characters/"+f_char+"/anim/"+f_preanim+".apng"])
|
||||
webp_to_find = test_path([AOpath+"characters/"+f_char+"/"+f_preanim+".webp", AOpath+"characters/"+f_char+"/anim/"+f_preanim+".webp"])
|
||||
anim_to_find = AOpath+"characters/"+f_char+"/"+f_preanim+".gif"
|
||||
apng_to_find = AOpath+"characters/"+f_char+"/"+f_preanim+".apng"
|
||||
webp_to_find = AOpath+"characters/"+f_char+"/"+f_preanim+".webp"
|
||||
|
||||
if (not anim_to_find and not apng_to_find and not webp_to_find) or preanim_duration < 0:
|
||||
if noninterrupting:
|
||||
|
Loading…
Reference in New Issue
Block a user