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
| { | |
| 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
| { | |
| 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
| 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() { | |
| 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
| { | |
| 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() { | |
| BSpline1 = BSplineMask { | |
| DrawMode = "InsertAndModify", | |
| DrawMode2 = "InsertAndModify", | |
| CtrlWZoom = false, | |
| Inputs = { | |
| Level = Input { | |
| Value = 0, | |
| Expression = "iif(Background1.MaskChoice == 3, 1, 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() { | |
| Camera3DTop = Camera3D { | |
| CtrlWZoom = false, | |
| NameSet = true, | |
| Inputs = { | |
| ["Transform3DOp.Translate.Y"] = Input { Value = 3, }, | |
| ["Transform3DOp.Translate.Z"] = Input { Value = 0.559, }, | |
| ["Transform3DOp.PivotNest"] = Input { Value = 1, }, | |
| ["Transform3DOp.UseTarget"] = Input { Value = 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
| { | |
| Tools = ordered() { | |
| Transform1 = Transform { | |
| CtrlWZoom = false, | |
| CustomData = { | |
| Settings = { | |
| [1] = { | |
| Tools = ordered() { | |
| Transform1 = Transform { | |
| Inputs = { |
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() { | |
| Renderer3D3 = Renderer3D { | |
| CustomData = { | |
| ToolVersion = 2, | |
| }, | |
| Inputs = { | |
| GlobalOut = Input { Value = 449, }, | |
| Width = Input { Value = 1920, }, | |
| Height = Input { Value = 1080, }, |