nuke2fusion
nuke2fusion copied to clipboard
stx_kissConnect failing nil values
Hello,
Getting errors when using stx_kissConnect
...usion/Reactor/Deploy/Scripts/Utility/stx_kissConnect.lua:37: attempt to perform arithmetic on global 'tempX' (a nil value)
Was able to catch errors via:
if flow:GetPos(allNodes[i]) then
tempX, tempY = flow:GetPos(allNodes[i])
local tempDist = math.sqrt((selX-tempX)*(selX-tempX)+(selY-tempY)*(selY-tempY))
table.insert(distances,{allNodes[i], tempDist})
end
@tashdor Are you running the node graph flow on a 2nd monitor?
Hi @AndrewHazelden , no I'm running in Resolve.