Skip to content

Commit

Permalink
Updated layout; updated readme -> it now points to the actual readme …
Browse files Browse the repository at this point in the history
…guide
  • Loading branch information
heyJordanParker committed Jan 1, 2022
1 parent 7eac2e0 commit a623253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a623253

Please sign in to comment.