• J
    Added add/remove signals to scenes · a2a8a5f1
    jp9000 提交于
      Scenes will now signal via their source when an item has been added
    or removed from them.
    
      "add" - Item added to the scene.
      Parameters:  "scene": Scene that the item was added to.
                   "item":  Item that was added.
    
      "remove" - Item removed from the scene.
      Parameters:  "scene": Scene that the item was removed from.
                   "item":  Item that was removed.
    a2a8a5f1
obs.h 16.9 KB