1
0
mirror of synced 2025-01-18 22:24:04 +01:00

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:
Jennifer Taylor 2021-05-16 22:18:44 +00:00
parent 337440cb14
commit ec20ab4cf1

View File

@ -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