From a623253be46c17252346fcc4115daf774fc254fc Mon Sep 17 00:00:00 2001 From: Jordan Georgiev Date: Sat, 1 Jan 2022 14:58:16 +0200 Subject: [PATCH] Updated layout; updated readme -> it now points to the actual readme guide --- README.md | 2 +- layout.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00ea2b5..8c408ce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Resolve is an amazing NLE but lacks a lot of the basic functionality and polish ## How to use: -Read the [How to Use Instructions in Notion](https://neverproductive.notion.site/DaVinci-Resolve-Advanced-Importer-50f1a8a6241d4264824602054c499b31). +Read the [How to Use Instructions Notion Page](https://neverproductive.notion.site/DaVinci-Resolve-Advanced-Importer-50f1a8a6241d4264824602054c499b31). ## How to develop: diff --git a/layout.py b/layout.py index cda32a0..579b2bb 100644 --- a/layout.py +++ b/layout.py @@ -345,7 +345,7 @@ def removeEmptyBinsButton_Click(): if confirm: initialBin = mediaPool.GetCurrentFolder() - ResolveBinTree.get().getEmptyChildBins(recursive=True, delete=True) + ResolveBinTree.get().getEmptyChildBins([c.importToBin], recursive=True, delete=True) mediaPool.SetCurrentFolder(initialBin) removeEmptyBinsButton = ttk.Button(extraFunctionsFrame, text="Empty Bins", command=removeEmptyBinsButton_Click)