Sat Apr 04, 2015 4:47 pm
Hi,
I just want to get position of tool from work flow of fusion with fusion script.
Here is the Problem
---------------------
Tools = ordered() {
Saver1 = Saver({
Clip = rOutPath..artistName..".0000.jpg",
OutputFormat = "JpegFormat",
Input = actTool.Output,
})
}
-------------------------------
whenever i run this script, it calls a saver tool in flow, but at random position
I just want that a new saver comes at position just next to any selected tool in work flow of fusion
Could anyone please help