Slightly better verbose debugging for DO_ACTION tag so I can start to figure out what it's used for in animations.
This commit is contained in:
parent
337440cb14
commit
ec20ab4cf1
@ -347,6 +347,8 @@ class AFPRenderer(VerboseOutput):
|
||||
|
||||
elif isinstance(tag, AP2DoActionTag):
|
||||
print("WARNING: Unhandled DO_ACTION tag!")
|
||||
if self.verbose:
|
||||
print(tag.bytecode.decompile())
|
||||
|
||||
# Didn't place a new clip.
|
||||
return None, False
|
||||
|
Loading…
x
Reference in New Issue
Block a user