Removing "ChildClipId" property, no longer used for attaching clips to tracker or object detection effects: Use clip->Parent to attach clips to tracked objects now.

This commit is contained in:
Jonathan Thomas
2024-02-26 16:45:30 -06:00
parent f15c91db90
commit 07e4458c03
5 changed files with 1 additions and 50 deletions

View File

@@ -23,7 +23,7 @@ namespace openshot
// Constructor
TrackedObjectBase::TrackedObjectBase(std::string _id)
: visible(1.0), draw_box(1), id(_id), childClipId("") {}
: visible(1.0), draw_box(1), id(_id) {}
Json::Value TrackedObjectBase::add_property_choice_json(
std::string name, int value, int selected_value) const