Bugfix
This commit is contained in:
parent
2b04947b9f
commit
14d4d0c431
@ -227,7 +227,7 @@ init python:
|
|||||||
if st > 0.1:
|
if st > 0.1:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if "{w" in what:
|
if any(x in what for x in ("{w}", "{w=", "{nw}", "{p}", "{p=")):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
warper = _warper.easein(st / 0.1)
|
warper = _warper.easein(st / 0.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user