Engine icon indicating copy to clipboard operation
Engine copied to clipboard

the ore-python modules is missing the method: "setScriptLibrary"

Open JulianGong opened this issue 7 months ago • 1 comments

import ORE as ore
params = ore.InputParameters()
print(params.__dir__())

I found that it is missing the method: "setScriptLibrary".

JulianGong avatar Jul 25 '24 09:07 JulianGong