Page 1 of 1

Run LUA script after load the project -

PostPosted: Thu Jun 17, 2021 8:17 pm
by malbred
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?