finding the fx list for [jit.gl.pass @fxname ...]
I’m looking to find a list of all fx for [jit.gl.pass @fxname]
Also, I can’t seem to find the jitter-shaders folder.
Moreover, while looking in the content folder I found the glstatus.mxo
Do we actually have this !!! ???
I can’t seem to call it as an object.
Many thanks in advance
phiol
ok found the list using an @ttrui. sorry posted too fast.
But how do we get to params like focal_range , focal_width etc... that control each fx
I can't find it in the documentation
thanks again
these effects are defined in pass jxp files. pass integration in the file browser and sidebar brower is an ongoing process, but you can currently either search for jxp files in the file browser, or navigate to Cycling 74 -> Jitter -> Passes in the file browser. you can then double click the pass files to see how they are defined and what shader files are included. you can then find those shader file to determine which parameters are present.
alternatively, hook an attrui to the jit.gl.pass and click on the attrui popup menu. at the bottom of the list of attributes you should find all the dynamic attributes that are generated from the gl.pass jxp file.