Make better Fusion Macros by using this technique
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 formatsNo download links available.