Page 1 of 1

Davinci Resolve/Workspace Integration plugin - Folder object

PostPosted: Thu Mar 04, 2021 2:16 pm
by ValentinNikin
Hello!

I develop Workspace Integration plugin for Davinci Resolve.

I need to get all items from Media Pool Folder, so I got the Folder object. And I want to use GetClipList() function. In documentation returning object is [clips...]. But what Type have these clips...?

In this array I see and MediaPoolItem objects and Timeline objects.

Folder
GetClipList() --> [clips...] # Returns a list of clips (items) within the folder.
GetName() --> string # Returns the media folder name.
GetSubFolderList() --> [folders...] # Returns a list of subfolders in the folder.