Skip to content
  • Michael Gratton's avatar
    Application, Plugin: Make object conversion methods consistent. · b8bbe534
    Michael Gratton authored and Michael Gratton's avatar Michael Gratton committed
    Publicly, get objects for a variant rather than from it since we're
    not actually getting the objects from the variant, just looking them
    up using the variant as an id.
    
    Internally, use `to_` rather than `get_` when converting between plugin
    and engine objects, since its typically just a cast or a lookup to do
    so.
    b8bbe534