Hello guys I have project (*.drp) and a macro with simple interface control compiled in DaVinci Resolve. This macro used import FBX node (FBXMesh3D) and after using on fusion page I have no open FBX file because path file is absolute.
I made a LUA script that replaces non-working paths. As I understand it, I need to run the script once after load the project to redefine the paths.
But Where should I place my LUA script for that?
Attachments
Know about "%AppData%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Comp\" I put the LUA in this directory and find my script here (pic). Its works but
How can I run this script automatically after open the project?