diff --git a/README.md b/README.md index f14ff6a..00ea2b5 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: -I'll update this later +Read the [How to Use Instructions in Notion](https://neverproductive.notion.site/DaVinci-Resolve-Advanced-Importer-50f1a8a6241d4264824602054c499b31). ## How to develop: diff --git a/layout.py b/layout.py index 82a6462..cda32a0 100644 --- a/layout.py +++ b/layout.py @@ -279,7 +279,7 @@ def selectFusionCompsBin(e): currentRow += 1 manuallyRemoveLabel = ttk.Label(extraFunctionsFrame, text="Manually Delete:") - manuallyRemoveLabel.grid(row=currentRow, column=0, sticky=tk.EW, padx=(0, 160)) + manuallyRemoveLabel.grid(row=currentRow, column=0, sticky=tk.EW, padx=(0, 172)) def deleteUnusedFilesButton_Click(): unusedFiles = ResolveBinTree.get().getUnusedFiles() diff --git a/resolveBinTree.py b/resolveBinTree.py index c1ebd41..7ee8dd6 100644 --- a/resolveBinTree.py +++ b/resolveBinTree.py @@ -1,5 +1,4 @@ import os -from posixpath import dirname import zipfile import config as c from os.path import normpath