TypesettingTools / Aegisub-Motion

Lua plugin for Aegisub auto4 that parses motion tracking data and applies it to selected subtitles.
Other
175 stars 24 forks source link

Dialogue lines with a nonexistent style throw an uncaught error #31

Open torque opened 8 years ago

torque commented 8 years ago

index nil (styleRef) in Line:getPropertiesFromStyle.

While ASS itself will fall back on the default style, this is probably not the behavior the user wants. A proper error message should be displayed instead.