~sandipkishore/openshot:keyframe-refactor

Last commit made on 2021-02-04
Get this branch:
git clone -b keyframe-refactor https://git.launchpad.net/~sandipkishore/openshot
Only sandip can upload to this branch. If you are sandip please log in for upload directions.

Branch merges

Branch information

Name:
keyframe-refactor
Repository:
lp:~sandipkishore/openshot

Recent commits

ff2ee27... by Brenno <email address hidden>

Added support to insert the image of a clip inside a Tracked Object

45da4d6... by Brenno <email address hidden>

Added support to set the visibility of a Tracked Object

The transform handler of the Tracked Object will only be drawn if the it is visible in that frame.
Fixed typo on properties_tableview.py where it wouldn't show the Keyframe menu to let the user choose the interpolation type.

ba42267... by Brenno <email address hidden>

Updated variable names

Updated "attached_id" to "parentObjectId"

32a97bc... by Brenno <email address hidden>

Added support to attach a clip to another clip

0320094... by Brenno <email address hidden>

ObjectDetection: updated object selection and transform handler

Removed the necessity to append the detected object index (related to the frame) to the effect JSON - which makes the JSON smaller and the performance better.

f94ccb5... by Brenno <email address hidden>

Added support to show the transform handler for the selected object

When using the ObjectDetection effect, it's now possible to select one detected object and update it's properties through it's transform handler.

2ef5c07... by Brenno <email address hidden>

ObjectDetection: show object's icons and transform handlers per frame

Only show the tracked object's icon (on the mini-GUI to attach a clip to it) and transform handler if the object appears on the screen (i.e. it has data for the requested frame)

6858b6c... by Brenno <email address hidden>

Added support to update the detected bounding-boxes keyframes

Added support to show transform handlers for the bounding-boxes (Tracked Objects) detected by the Object Detection effect and update their Keyframes.

430433d... by Brenno <email address hidden>

Added support to attach clip to detected object (ObjectDetection) effect

This feature let's the user attach a clip to an object detected by the Object Detection effect, in the same way it is done with the Tracker Effect.

ceefbf8... by Brenno <email address hidden>

Fixed clip transform handler when attached to object