-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9bc7fe
commit 7f26a24
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
!["FuAlign – Comp Script"](https://github.com/brunocbreis/FuAlign/blob/master/imgs/FuAlign_banner.png) | ||
|
||
|
||
![version: 0.1](https://img.shields.io/badge/version-0.1-blue) ![works with DaVinci Resolve 18 and Fusion Studio 18](https://img.shields.io/badge/works%20with-DaVinci%20Resolve%2018%20%7C%20Fusion%20Studio%2018%20-lightgrey) [!["Buy Me A Coffee"](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/brunoreis) | ||
|
||
## It's just like in Photoshop. ☁️ | ||
Ever wish Fusion had those pesky little buttons that help you align stuff on screen with a single click, just like in Adobe CC apps? | ||
|
||
Well, it does now. 😎 | ||
|
||
## How it works 📏 | ||
It's as simple as running the FuAlign comp script, selecting the Merges you want to align or distribute uniformly, and press a button. It even supports keyboard shortcuts for mouseless operation. ⌨️ | ||
!["FuAlign user interface"](https://github.com/brunocbreis/FuAlign/blob/master/imgs/FuAlign_window.png) | ||
|
||
## How to install ⚙️ | ||
Just download [this file](https://github.com/brunocbreis/FuAlign/blob/master/FuAlign.py) and save it anywhere you'd like. To run the app, just drag it into Fusion any time you're working on a comp. | ||
|
||
If you prefer to run it directly from Fusion's or DaVinci Resolve's menu, these are the folders you should save it into: | ||
|
||
<details> | ||
<summary><b>🪟 Windows</b></summary> | ||
|
||
DaVinci Resolve: `C:\ProgramData\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Comp` | ||
|
||
Fusion Studio: `C:\ProgramData\Blackmagic Design\Fusion Studio\Scripts\Comp` | ||
</details> | ||
|
||
<details> | ||
<summary><b>💻 MacOS</b></summary> | ||
|
||
DaVinci Resolve: `[user]/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Comp` | ||
|
||
Fusion Studio: `[user]/Library/Application Support/Blackmagic Design/Fusion Studio/Scripts/Comp` | ||
</details> | ||
|
||
Then, from **DaVinci Resolve**, while in the Fusion Page, you can go to `Workspace > Scripts > Comp > SplitScreener` and run the *SplitScreener* app from there. In **Fusion Studio**, the *SplitScreener* folder will be directly under the `Scripts > Comp` menu. |