Fix Y-axis rotation
This commit is contained in:
parent
fa0e3681bf
commit
160d173c19
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ def WriteCommentBilibiliPositioned(f, c, width, height, styleid):
|
|||
from_alpha = 255-round(from_alpha*255)
|
||||
to_alpha = 255-round(to_alpha*255)
|
||||
rotate_z = -int(comment_args.get(5, 0))
|
||||
rotate_y = int(comment_args.get(6, 0))
|
||||
rotate_y = -int(comment_args.get(6, 0))
|
||||
lifetime = float(comment_args.get(3, 4500))
|
||||
duration = int(comment_args.get(9, lifetime*1000))
|
||||
delay = int(comment_args.get(10, 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue