This file contains hidden or 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
| { | |
| Tools = ordered() { | |
| Group1 = GroupOperator { | |
| CtrlWZoom = false, | |
| NameSet = true, | |
| Outputs = { | |
| Output1 = InstanceOutput { | |
| SourceOp = "OutputName_1", | |
| Source = "Output", | |
| } |
This file contains hidden or 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
| { | |
| Tools = ordered() { | |
| Merge3_1_2 = Merge { | |
| Inputs = { | |
| Blend = Input { | |
| SourceOp = "Probe1_2", | |
| Source = "Result", | |
| }, | |
| Background = Input { | |
| SourceOp = "Merge3_1_1", |
This file contains hidden or 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
| diff --git 1/Downloads/MakeLocal2/MakeLocal/Scripts/support/Loader_MakeLocal.lua 2/Library/Application Support/Blackmagic Design/Fusion/Scripts/support/Loader_MakeLocal.lua | |
| index 1d43afb..408e86f 100644 | |
| --- 1/Downloads/MakeLocal2/MakeLocal/Scripts/support/Loader_MakeLocal.lua | |
| +++ 2/Library/Application Support/Blackmagic Design/Fusion/Scripts/support/Loader_MakeLocal.lua | |
| @@ -53,7 +53,7 @@ SEPARATOR = package.config:sub(1,1) -- Folder separator used by the Operating Sy | |
| local PLATFORM = (FuPLATFORM_WINDOWS and 'Windows') or (FuPLATFORM_MAC and 'Mac') or (FuPLATFORM_LINUX and 'Linux') | |
| COMPDEPTH = 2 | |
| -ASSETFOLDER = [[elements\]] | |
| +ASSETFOLDER = (PLATFORM == 'Windows') and [[elements\]] or [[elements/]] |
This file contains hidden or 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
| { | |
| Tools = ordered() { | |
| Saver2 = Saver { | |
| Inputs = { | |
| ProcessWhenBlendIs00 = Input { Value = 0, }, | |
| Clip = Input { | |
| Value = Clip { | |
| Filename = "1TBSSD:/CarTrackExampleRender.mp4", | |
| FormatID = "QuickTimeMovies", | |
| Length = 0, |
This file contains hidden or 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
| { | |
| Tools = ordered() { | |
| Blur2 = Blur { | |
| Inputs = { | |
| Filter = Input { Value = FuID { "Fast Gaussian" }, }, | |
| XBlurSize = Input { Value = 10, }, | |
| Input = Input { | |
| SourceOp = "Loader1_3", | |
| Source = "Output", | |
| }, |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ACPI</key> | |
| <dict> | |
| <key>Add</key> | |
| <array> | |
| <dict> | |
| <key>Comment</key> |
This file contains hidden or 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
| #!/bin/zsh | |
| echo -n "Please specify full path to OpenCore DEBUG logfile (you can drag and drop it in if desired): " | |
| read logfile | |
| if [[ -f "$logfile" ]]; then | |
| if grep -l -E "macOS Installer.*com.apple.installer" "$logfile" ; then | |
| echo "Found logfile: $logfile" | |
| UUID="$(grep -E "macOS Installer.*com.apple.installer" "$logfile" | sed -e 's%^.*/\\\([0-9A-F-]*\)\\com.apple.installer.boot.efi.*%\1%g')" |
This file contains hidden or 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
| { | |
| Tools = ordered() { | |
| Note1 = Note { | |
| Inputs = { | |
| Comments = Input { Value = "Garbage Matte", } | |
| }, | |
| ViewInfo = StickyNoteInfo { | |
| Pos = { 1935.11, 128.365 }, | |
| Flags = { | |
| Expanded = true |
This file contains hidden or 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
| 21:39:47.596: CPU Name: Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz | |
| 21:39:47.596: CPU Speed: 3000MHz | |
| 21:39:47.596: Physical Cores: 18, Logical Cores: 36 | |
| 21:39:47.596: Physical Memory: 131072MB Total | |
| 21:39:47.596: OS Name: Mac OS X | |
| 21:39:47.596: OS Version: Version 11.6.1 (Build 20G224) | |
| 21:39:47.596: Kernel Version: 20.6.0 | |
| 21:39:47.600: hotkeys-cocoa: Using layout 'com.apple.keylayout.British' | |
| 21:39:47.600: Current Date/Time: 2021-11-30, 21:39:47 | |
| 21:39:47.600: Browser Hardware Acceleration: true |
This file contains hidden or 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <ModConfig> | |
| <ConfigUpdated>false</ConfigUpdated> | |
| <ShowButton>true</ShowButton> | |
| <ButtonPositionX>4.35498047</ButtonPositionX> | |
| <ButtonPositionY>1389.62219</ButtonPositionY> | |
| <ShowPanel>true</ShowPanel> | |
| <PanelPositionX>10</PanelPositionX> | |
| <PanelPositionY>75</PanelPositionY> | |
| <PanelColor>green</PanelColor> |