You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably a dumb question, but... I'm trying to determine if a Composition is a MasterMob or not.
An avb.trackgroups.Composition object has a mob_type property, as well as a usage property. Is there a difference between checking for my_comp.usage == "mastermob" and my_comp.mob_type == "MasterMob"?
Probably a dumb question, but... I'm trying to determine if a Composition is a MasterMob or not.
An
avb.trackgroups.Composition
object has amob_type
property, as well as ausage
property. Is there a difference between checking formy_comp.usage == "mastermob"
andmy_comp.mob_type == "MasterMob"
?Looking at the source code, the
usage
andmob_type
properties are based on separate pieces of data read in from the bin so maybe there is a difference?The text was updated successfully, but these errors were encountered: