Back to Browse

Make better Fusion Macros by using this technique

213 views
Apr 27, 2026
6:38

Tools & Plugins I use on every edit in DaVinci Resolve ๐ŸŽฌ https://shop.thecreativeherd.ca/ ๐Ÿ”— The code I used in this video ๐Ÿ”— the short on change ๐Ÿ‘‡ local ButtonName = comp:FindTool("NodeName"):GetInput("CheckboxName") if CheckboxName == 1 then comp:FindTool("PassthroughNodeName"):SetAttrs({ TOOLB_PassThrough = false }) elseif StopON == 0 then comp:FindTool("PassthroughNodeName"):SetAttrs({ TOOLB_PassThrough = true }) end long form: on change pointer: fusion:Execute(tool:GetInput("TextEditControlName")) local control = "Control" local tool = comp:FindTool(control) local NodeNameforPassthrough = comp:FindTool("NodeNameforPassthrough ") local CheckboxName = tool:GetInput("CheckboxName") == 1 if CheckboxName then NodeNameforPassthrough :SetAttrs({ TOOLB_PassThrough = false }) else NodeNameforPassthrough :SetAttrs({ TOOLB_PassThrough = true }) end Need to troubleshoot a preset? Or just Come vibe ๐Ÿ‘‡ ๐Ÿ‘‰Join the discord: https://discord.gg/un92pJj8zR๐Ÿ‘ˆ ๐Ÿ–ฅ๏ธ Digital Creative Assets: http://shop.thecreativeherd.com/ ๐ŸŽ™๏ธ Creative Herd Podcast: https://spoti.fi/3PdFIQa ๐Ÿ“จ Email: [email protected] ๐ŸŽตMusic I use (โœจ2 Months Free! โœจ): https://trackclub.com/referral-landing?via=spence

Download

0 formats

No download links available.

Make better Fusion Macros by using this technique | NatokHD