├── otls └── hda │ ├── Driver_1pbrt │ ├── Help │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── houdini.hdalibrary │ ├── Driver_1pbrtarchive │ ├── Help │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__medium │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__spectrum │ ├── Help │ ├── ExtraFileOptions │ ├── FunctionName │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__film__image │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__filter__box │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ ├── DialogScript │ └── Tools.shelf │ ├── Vop_1pbrt__filter__sinc │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__light__point │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__light__spot │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__material__mix │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__texture__dots │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__texture__fbm │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__texture__mix │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__texture__ptex │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__texture__uv │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__accelerator__bvh │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__arealight__diffuse │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__camera__realistic │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__filter__gaussian │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__filter__mitchell │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__filter__triangle │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ ├── DialogScript │ └── Tools.shelf │ ├── Vop_1pbrt__integrator__ao │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__integrator__bdpt │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__integrator__mlt │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__integrator__path │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__integrator__sppm │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__light__distant │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__light__goniometric │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__light__infinite │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__light__projection │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__disney │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__fourier │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ ├── DialogScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__glass │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__hair │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__material__matte │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__metal │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__mirror │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__none │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ ├── DialogScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__plastic │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__uber │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__sampler__halton │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__sampler__random │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ ├── DialogScript │ └── Tools.shelf │ ├── Vop_1pbrt__sampler__sobol │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ ├── DialogScript │ └── Tools.shelf │ ├── Vop_1pbrt__texture__bilerp │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__texture__constant │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__texture__imagemap │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__texture__marble │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__texture__scale │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__texture__windy │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── CreateScript │ ├── TypePropertiesOptions │ └── Tools.shelf │ ├── Vop_1pbrt__texture__wrinkled │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__accelerator__kdtree │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ ├── Vop_1pbrt__camera__environment │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__camera__orthographic │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__camera__perspective │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__integrator__volpath │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__integrator__whitted │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ ├── CreateScript │ └── Tools.shelf │ ├── Vop_1pbrt__material__kdsubsurface │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ ├── Vop_1pbrt__material__substrate │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ ├── Vop_1pbrt__material__subsurface │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ ├── Vop_1pbrt__material__translucent │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ ├── Vop_1pbrt__sampler__02sequence │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ ├── Vop_1pbrt__sampler__maxmindist │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ ├── Vop_1pbrt__sampler__stratified │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ ├── Vop_1pbrt__texture__checkerboard │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript │ └── Vop_1pbrt__integrator__directlighting │ ├── Help │ ├── FunctionName │ ├── ExtraFileOptions │ ├── IconImage │ ├── Sections.list │ ├── TypePropertiesOptions │ └── CreateScript ├── config └── Icons │ └── pbrt.png ├── soho ├── parameters │ └── SOHOparameters └── overrides │ └── ViewportRender ├── .gitignore ├── vop └── vopdefinitions.json └── Makefile /otls/hda/Driver_1pbrt/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/houdini.hdalibrary: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrtarchive/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__medium/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__spectrum/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__film__image/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__sinc/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__point/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__spot/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mix/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__dots/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__fbm/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__mix/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__ptex/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__uv/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__bvh/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__arealight__diffuse/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__realistic/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__gaussian/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__mitchell/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__ao/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__bdpt/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__mlt/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__path/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__sppm/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__distant/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__goniometric/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__infinite/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__projection/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__disney/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__glass/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__hair/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__matte/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__metal/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mirror/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__plastic/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__uber/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__halton/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__bilerp/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__constant/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__imagemap/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__marble/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__scale/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__windy/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__wrinkled/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__kdtree/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__environment/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__orthographic/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__perspective/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/FunctionName: -------------------------------------------------------------------------------- 1 | box -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__volpath/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__whitted/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__spot/FunctionName: -------------------------------------------------------------------------------- 1 | spot -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__kdsubsurface/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__substrate/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__subsurface/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__translucent/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__02sequence/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__maxmindist/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__stratified/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__checkerboard/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__fbm/FunctionName: -------------------------------------------------------------------------------- 1 | fbm -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__mix/FunctionName: -------------------------------------------------------------------------------- 1 | mix -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__uv/FunctionName: -------------------------------------------------------------------------------- 1 | uv -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrt/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__bvh/FunctionName: -------------------------------------------------------------------------------- 1 | bvh -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__film__image/FunctionName: -------------------------------------------------------------------------------- 1 | image -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__sinc/FunctionName: -------------------------------------------------------------------------------- 1 | sinc -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__ao/FunctionName: -------------------------------------------------------------------------------- 1 | ao -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__bdpt/FunctionName: -------------------------------------------------------------------------------- 1 | bdpt -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__directlighting/Help: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__mlt/FunctionName: -------------------------------------------------------------------------------- 1 | mlt -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__path/FunctionName: -------------------------------------------------------------------------------- 1 | path -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__sppm/FunctionName: -------------------------------------------------------------------------------- 1 | sppm -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__point/FunctionName: -------------------------------------------------------------------------------- 1 | point -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__glass/FunctionName: -------------------------------------------------------------------------------- 1 | glass -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__hair/FunctionName: -------------------------------------------------------------------------------- 1 | hair -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__matte/FunctionName: -------------------------------------------------------------------------------- 1 | matte -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__metal/FunctionName: -------------------------------------------------------------------------------- 1 | metal -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mix/FunctionName: -------------------------------------------------------------------------------- 1 | mix -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/FunctionName: -------------------------------------------------------------------------------- 1 | none -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__uber/FunctionName: -------------------------------------------------------------------------------- 1 | uber -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__medium/FunctionName: -------------------------------------------------------------------------------- 1 | pbrt_medium -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/FunctionName: -------------------------------------------------------------------------------- 1 | sobol -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__dots/FunctionName: -------------------------------------------------------------------------------- 1 | dots -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__ptex/FunctionName: -------------------------------------------------------------------------------- 1 | ptex -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__scale/FunctionName: -------------------------------------------------------------------------------- 1 | scale -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__windy/FunctionName: -------------------------------------------------------------------------------- 1 | windy -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrtarchive/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__kdtree/FunctionName: -------------------------------------------------------------------------------- 1 | kdtree -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__arealight__diffuse/FunctionName: -------------------------------------------------------------------------------- 1 | diffuse -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__gaussian/FunctionName: -------------------------------------------------------------------------------- 1 | gaussian -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__mitchell/FunctionName: -------------------------------------------------------------------------------- 1 | mitchell -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/FunctionName: -------------------------------------------------------------------------------- 1 | triangle -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__distant/FunctionName: -------------------------------------------------------------------------------- 1 | distant -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__infinite/FunctionName: -------------------------------------------------------------------------------- 1 | infinite -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__disney/FunctionName: -------------------------------------------------------------------------------- 1 | disney -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/FunctionName: -------------------------------------------------------------------------------- 1 | fourier -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mirror/FunctionName: -------------------------------------------------------------------------------- 1 | mirror -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__plastic/FunctionName: -------------------------------------------------------------------------------- 1 | plastic -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__medium/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__halton/FunctionName: -------------------------------------------------------------------------------- 1 | halton -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/FunctionName: -------------------------------------------------------------------------------- 1 | random -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__spectrum/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__spectrum/FunctionName: -------------------------------------------------------------------------------- 1 | pbrt_spectrum -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__bilerp/FunctionName: -------------------------------------------------------------------------------- 1 | bilerp -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__constant/FunctionName: -------------------------------------------------------------------------------- 1 | constant -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__imagemap/FunctionName: -------------------------------------------------------------------------------- 1 | imagemap -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__marble/FunctionName: -------------------------------------------------------------------------------- 1 | marble -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__wrinkled/FunctionName: -------------------------------------------------------------------------------- 1 | wrinkled -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__environment/FunctionName: -------------------------------------------------------------------------------- 1 | environment -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__perspective/FunctionName: -------------------------------------------------------------------------------- 1 | perspective -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__realistic/FunctionName: -------------------------------------------------------------------------------- 1 | realistic -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__film__image/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__sinc/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__ao/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__volpath/FunctionName: -------------------------------------------------------------------------------- 1 | volpath -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__whitted/FunctionName: -------------------------------------------------------------------------------- 1 | whitted -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__distant/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__goniometric/FunctionName: -------------------------------------------------------------------------------- 1 | goniometric -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__point/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__projection/FunctionName: -------------------------------------------------------------------------------- 1 | projection -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__spot/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__hair/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mix/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__substrate/FunctionName: -------------------------------------------------------------------------------- 1 | substrate -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__subsurface/FunctionName: -------------------------------------------------------------------------------- 1 | subsurface -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__uber/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__02sequence/FunctionName: -------------------------------------------------------------------------------- 1 | 02sequence -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__maxmindist/FunctionName: -------------------------------------------------------------------------------- 1 | maxmindist -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__stratified/FunctionName: -------------------------------------------------------------------------------- 1 | stratified -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__dots/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__fbm/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__mix/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__ptex/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__scale/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__uv/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__windy/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__bvh/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__kdtree/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__arealight__diffuse/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__environment/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__orthographic/FunctionName: -------------------------------------------------------------------------------- 1 | orthographic -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__perspective/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__realistic/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__gaussian/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__mitchell/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__bdpt/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__mlt/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__path/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__sppm/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__volpath/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__whitted/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__goniometric/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__infinite/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__projection/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__disney/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__glass/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__kdsubsurface/FunctionName: -------------------------------------------------------------------------------- 1 | kdsubsurface -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__matte/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__metal/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mirror/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__plastic/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__substrate/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__translucent/FunctionName: -------------------------------------------------------------------------------- 1 | translucent -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__02sequence/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__halton/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__maxmindist/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__stratified/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__bilerp/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__checkerboard/FunctionName: -------------------------------------------------------------------------------- 1 | checkerboard -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__constant/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__imagemap/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__marble/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__wrinkled/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__orthographic/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__directlighting/FunctionName: -------------------------------------------------------------------------------- 1 | directlighting -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__kdsubsurface/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__subsurface/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__translucent/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__checkerboard/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__directlighting/ExtraFileOptions: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /config/Icons/pbrt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/config/Icons/pbrt.png -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrt/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Driver_1pbrt/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__medium/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__medium/IconImage -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrtarchive/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Driver_1pbrtarchive/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__spectrum/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__spectrum/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__film__image/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__film__image/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__filter__box/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__spot/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__light__spot/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__uv/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__uv/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__sinc/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__filter__sinc/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__ao/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__integrator__ao/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__distant/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__light__distant/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__point/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__light__point/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__hair/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__hair/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mix/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__mix/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__none/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__uber/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__uber/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__sampler__sobol/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__dots/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__dots/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__fbm/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__fbm/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__mix/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__mix/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__ptex/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__ptex/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__scale/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__scale/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__windy/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__windy/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__bvh/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__accelerator__bvh/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__gaussian/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__filter__gaussian/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__mitchell/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__filter__mitchell/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__filter__triangle/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__bdpt/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__integrator__bdpt/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__mlt/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__integrator__mlt/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__path/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__integrator__path/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__sppm/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__integrator__sppm/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__infinite/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__light__infinite/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__disney/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__disney/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__glass/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__glass/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__matte/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__matte/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__metal/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__metal/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mirror/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__mirror/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__halton/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__sampler__halton/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__sampler__random/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__bilerp/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__bilerp/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__marble/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__marble/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__kdtree/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__accelerator__kdtree/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__arealight__diffuse/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__arealight__diffuse/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__environment/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__camera__environment/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__perspective/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__camera__perspective/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__realistic/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__camera__realistic/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__volpath/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__integrator__volpath/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__whitted/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__integrator__whitted/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__goniometric/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__light__goniometric/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__projection/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__light__projection/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__fourier/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__plastic/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__plastic/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__substrate/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__substrate/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__02sequence/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__sampler__02sequence/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__maxmindist/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__sampler__maxmindist/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__stratified/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__sampler__stratified/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__constant/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__constant/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__imagemap/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__imagemap/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__wrinkled/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__wrinkled/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__orthographic/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__camera__orthographic/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__subsurface/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__subsurface/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__translucent/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__translucent/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__checkerboard/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__texture__checkerboard/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__kdsubsurface/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__material__kdsubsurface/IconImage -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__directlighting/IconImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadeops/houdini-pbrt-v3/HEAD/otls/hda/Vop_1pbrt__integrator__directlighting/IconImage -------------------------------------------------------------------------------- /soho/parameters/SOHOparameters: -------------------------------------------------------------------------------- 1 | #ifndef __PBRT_SOHO_PARAMETERS__ 2 | #define __PBRT_SOHO_PARAMETERS__ 3 | 4 | #include "$HFS/houdini/soho/parameters/SOHOparameters" 5 | 6 | #include "PBRT-v3.ds" 7 | 8 | #endif 9 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *.bak 3 | *.hip 4 | *.hda 5 | *.exr 6 | *.stats 7 | */tmp/ 8 | 9 | backup/ 10 | ifds/ 11 | render/ 12 | issues/ 13 | htmlcov/ 14 | 15 | scene*.pbrt 16 | .coverage 17 | build.sh 18 | TODO 19 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrt/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | CreateScript CreateScript 4 | TypePropertiesOptions TypePropertiesOptions 5 | Help Help 6 | Tools.shelf Tools.shelf 7 | IconImage IconImage 8 | ExtraFileOptions ExtraFileOptions 9 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrtarchive/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | CreateScript CreateScript 4 | TypePropertiesOptions TypePropertiesOptions 5 | Help Help 6 | Tools.shelf Tools.shelf 7 | IconImage IconImage 8 | ExtraFileOptions ExtraFileOptions 9 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__medium/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__spectrum/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__film__image/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__sinc/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__ao/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__mlt/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__distant/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__infinite/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__point/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__spot/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__glass/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__hair/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__matte/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__metal/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mix/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__uber/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__halton/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__bilerp/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__dots/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__fbm/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__marble/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__mix/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__ptex/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__scale/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__uv/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__windy/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__bvh/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__kdtree/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__arealight__diffuse/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__environment/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__orthographic/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__perspective/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__realistic/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__gaussian/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__mitchell/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__bdpt/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__path/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__sppm/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__volpath/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__whitted/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__goniometric/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__projection/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__disney/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mirror/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__plastic/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__substrate/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__subsurface/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__02sequence/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__maxmindist/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__stratified/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__constant/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__imagemap/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__wrinkled/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__kdsubsurface/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__translucent/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__checkerboard/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__directlighting/Sections.list: -------------------------------------------------------------------------------- 1 | "" 2 | DialogScript DialogScript 3 | TypePropertiesOptions TypePropertiesOptions 4 | Help Help 5 | Tools.shelf Tools.shelf 6 | CreateScript CreateScript 7 | IconImage IconImage 8 | FunctionName FunctionName 9 | ExtraFileOptions ExtraFileOptions 10 | -------------------------------------------------------------------------------- /soho/overrides/ViewportRender: -------------------------------------------------------------------------------- 1 | #ifndef __PBRT_SOHO_VIEWPORTRENDER_OVERRIDES__ 2 | #define __PBRT_SOHO_VIEWPORTRENDER_OVERRIDES__ 3 | 4 | #include "$HFS/houdini/soho/overrides/ViewportRender" 5 | 6 | { 7 | override.inherit CommonView 8 | override.name PBRT 9 | 10 | filename [ "viewport.exr" ] 11 | } 12 | 13 | #endif 14 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrt/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Driver/pbrt) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__medium/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_medium operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_medium) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrt/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 0; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrtarchive/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrtarchive operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Driver/pbrtarchive) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__spectrum/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_spectrum operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_spectrum) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrtarchive/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | CheckExternal := 1; 2 | ContentsCompressionType := 1; 3 | ForbidOutsideParms := 0; 4 | GzipContents := 1; 5 | LockContents := 1; 6 | MakeDefault := 1; 7 | ParmsFromVfl := 0; 8 | PrefixDroppedParmLabel := 0; 9 | PrefixDroppedParmName := 0; 10 | SaveCachedCode := 0; 11 | SaveIcon := 1; 12 | SaveSpareParms := 0; 13 | UnlockOnCreate := 0; 14 | UseDSParms := 1; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__film__image/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_film_image operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_film_image) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_filter_box operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_filter_box) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__spot/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_light_spot operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_light_spot) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__medium/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__spectrum/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__uv/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_uv operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_uv) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__film__image/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__sinc/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_filter_sinc operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_filter_sinc) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__sinc/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__point/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_light_point operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_light_point) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__point/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__spot/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mix/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__dots/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__fbm/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_fbm operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_fbm) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__fbm/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__mix/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_mix operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_mix) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__mix/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__ptex/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__uv/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__bvh/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__arealight__diffuse/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__realistic/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__gaussian/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__mitchell/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__ao/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_integrator_ao operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_integrator_ao) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__ao/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__bdpt/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__mlt/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__path/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__sppm/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__distant/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_light_distant operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_light_distant) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__distant/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__goniometric/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__infinite/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__projection/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__disney/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__glass/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__hair/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_hair operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_hair) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__hair/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__matte/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__metal/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mirror/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mix/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_mix operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_mix) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_none operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_none) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__plastic/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__uber/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_uber operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_uber) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__uber/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__halton/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_sampler_sobol operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_sampler_sobol) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__bilerp/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__constant/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__dots/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_dots operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_dots) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__imagemap/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__marble/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__ptex/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_ptex operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_ptex) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__scale/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_scale operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_scale) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__scale/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__windy/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_windy operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_windy) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__windy/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__wrinkled/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__bvh/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_accelerator_bvh operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_accelerator_bvh) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__kdtree/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__environment/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__orthographic/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__perspective/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__gaussian/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_filter_gaussian operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_filter_gaussian) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__mitchell/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_filter_mitchell operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_filter_mitchell) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_filter_triangle operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_filter_triangle) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__bdpt/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_integrator_bdpt operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_integrator_bdpt) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__mlt/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_integrator_mlt operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_integrator_mlt) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__path/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_integrator_path operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_integrator_path) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__sppm/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_integrator_sppm operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_integrator_sppm) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__volpath/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__whitted/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__infinite/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_light_infinite operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_light_infinite) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__disney/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_disney operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_disney) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__glass/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_glass operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_glass) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__kdsubsurface/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__matte/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_matte operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_matte) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__metal/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_metal operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_metal) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mirror/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_mirror operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_mirror) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__substrate/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__subsurface/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__translucent/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__02sequence/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__halton/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_sampler_halton operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_sampler_halton) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__maxmindist/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_sampler_random operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_sampler_random) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__stratified/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__bilerp/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_bilerp operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_bilerp) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__checkerboard/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__marble/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_marble operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_marble) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__realistic/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_camera_realistic operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_camera_realistic) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__directlighting/TypePropertiesOptions: -------------------------------------------------------------------------------- 1 | SaveSpareParms := 0; 2 | CheckExternal := 1; 3 | SaveIcon := 1; 4 | GzipContents := 1; 5 | ContentsCompressionType := 1; 6 | UnlockOnCreate := 0; 7 | SaveCachedCode := 0; 8 | LockContents := 1; 9 | MakeDefault := 1; 10 | UseDSParms := 1; 11 | ForbidOutsideParms := 1; 12 | PrefixDroppedParmLabel := 0; 13 | PrefixDroppedParmName := 0; 14 | ParmsFromVfl := 0; 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__projection/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_light_projection operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_light_projection) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_fourier operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_fourier) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__plastic/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_plastic operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_plastic) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__constant/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_constant operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_constant) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__imagemap/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_imagemap operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_imagemap) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__wrinkled/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_wrinkled operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_wrinkled) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__kdtree/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_accelerator_kdtree operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_accelerator_kdtree) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__arealight__diffuse/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_arealight_diffuse operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_arealight_diffuse) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__environment/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_camera_environment operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_camera_environment) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__perspective/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_camera_perspective operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_camera_perspective) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__volpath/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_integrator_volpath operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_integrator_volpath) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__whitted/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_integrator_whitted operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_integrator_whitted) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__goniometric/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_light_goniometric operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_light_goniometric) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__substrate/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_substrate operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_substrate) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__02sequence/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_sampler_02sequence operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_sampler_02sequence) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__maxmindist/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_sampler_maxmindist operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_sampler_maxmindist) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__stratified/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_sampler_stratified operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_sampler_stratified) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__orthographic/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_camera_orthographic operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_camera_orthographic) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__subsurface/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_subsurface operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_subsurface) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__translucent/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_translucent operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_translucent) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__checkerboard/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_texture_checkerboard operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_texture_checkerboard) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__kdsubsurface/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_material_kdsubsurface operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_material_kdsubsurface) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__directlighting/CreateScript: -------------------------------------------------------------------------------- 1 | # Automatically generated script 2 | \set noalias = 1 3 | # 4 | # Creation script for pbrt_integrator_directlighting operator 5 | # 6 | 7 | if ( "$arg1" == "" ) then 8 | echo This script is intended as a creation script 9 | exit 10 | endif 11 | 12 | # Node $arg1 (Vop/pbrt_integrator_directlighting) 13 | opexprlanguage -s hscript $arg1 14 | opuserdata -n '___Version___' -v '' $arg1 15 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/DialogScript: -------------------------------------------------------------------------------- 1 | # Dialog script for pbrt_material_none automatically generated 2 | 3 | { 4 | name pbrt_material_none 5 | script none 6 | label "PBRT NoneMaterial" 7 | 8 | rendermask PBRT 9 | externalshader 1 10 | shadertype generic 11 | output struct_PBRTMaterial material material 12 | signature "Default Inputs" default { struct_PBRTMaterial } 13 | 14 | outputoverrides default 15 | { 16 | ___begin auto 17 | (0) 18 | } 19 | 20 | help { 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /vop/vopdefinitions.json: -------------------------------------------------------------------------------- 1 | { 2 | "typeDefinitions":[ 3 | { 4 | "type":"struct", 5 | "typeName":"PBRTSpectrum", 6 | "typeLabel":"PBRTSpectrum", 7 | "connectorColor":{ 8 | "type":"RGB", 9 | "data":[0.0588314048945903778,0.0874694138765335083,0.194999992847442627 10 | ] 11 | }, 12 | "variables":[ 13 | ] 14 | }, 15 | { 16 | "type":"struct", 17 | "typeName":"PBRTMaterial", 18 | "typeLabel":"PBRTMaterial", 19 | "connectorColor":{ 20 | "type":"RGB", 21 | "data":[0.449999988079071045,0.89999997615814209,0 22 | ] 23 | }, 24 | "variables":[ 25 | ] 26 | } 27 | ] 28 | } 29 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrt/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | ROP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | Render 16 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/DialogScript: -------------------------------------------------------------------------------- 1 | # Dialog script for pbrt_sampler_random automatically generated 2 | 3 | { 4 | name pbrt_sampler_random 5 | script random 6 | label "PBRT RandomSampler" 7 | 8 | rendermask PBRT 9 | externalshader 1 10 | shadertype generic 11 | signature "Default Inputs" default { } 12 | 13 | outputoverrides default 14 | { 15 | } 16 | 17 | help { 18 | } 19 | 20 | parm { 21 | name "pixelsamples" 22 | label "Pixel Samples" 23 | type integer 24 | default { "4" } 25 | help "The number of samples to take, per pixel. Note that the number of samples is taken per pixel on average; depending on the actual sampling algorithm being used, individual pixel areas may have slightly more or slightly fewer." 26 | range { 1! 1024 } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/DialogScript: -------------------------------------------------------------------------------- 1 | # Dialog script for pbrt_sampler_sobol automatically generated 2 | 3 | { 4 | name pbrt_sampler_sobol 5 | script sobol 6 | label "PBRT SobolSampler" 7 | 8 | rendermask PBRT 9 | externalshader 1 10 | shadertype generic 11 | signature "Default Inputs" default { } 12 | 13 | outputoverrides default 14 | { 15 | } 16 | 17 | help { 18 | } 19 | 20 | parm { 21 | name "pixelsamples" 22 | label "Pixel Samples" 23 | type integer 24 | default { "16" } 25 | help "The number of samples to take, per pixel. Note that the number of samples is taken per pixel on average; depending on the actual sampling algorithm being used, individual pixel areas may have slightly more or slightly fewer." 26 | range { 1! 1024 } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /otls/hda/Driver_1pbrtarchive/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | ROP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | Render 16 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/DialogScript: -------------------------------------------------------------------------------- 1 | # Dialog script for pbrt_material_fourier automatically generated 2 | 3 | { 4 | name pbrt_material_fourier 5 | script fourier 6 | label "PBRT FourierMaterial" 7 | 8 | rendermask PBRT 9 | externalshader 1 10 | shadertype generic 11 | input float bumpmap bumpmap 12 | output struct_PBRTMaterial material material 13 | inputflags bumpmap 0 14 | signature "Default Inputs" default { float struct_PBRTMaterial } 15 | 16 | outputoverrides default 17 | { 18 | ___begin auto 19 | (0) 20 | } 21 | 22 | help { 23 | } 24 | 25 | parm { 26 | name "bsdffile" 27 | label "BSDF File" 28 | type file 29 | default { "" } 30 | help "File that stores the Fourier BSDF description." 31 | parmtag { "filechooser_mode" "read" } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/DialogScript: -------------------------------------------------------------------------------- 1 | # Dialog script for pbrt_filter_box automatically generated 2 | 3 | { 4 | name pbrt_filter_box 5 | script box 6 | label "PBRT BoxFilter" 7 | 8 | rendermask PBRT 9 | externalshader 1 10 | shadertype generic 11 | signature "Default Inputs" default { } 12 | 13 | outputoverrides default 14 | { 15 | } 16 | 17 | help { 18 | } 19 | 20 | parm { 21 | name "xwidth" 22 | label "Width X" 23 | type float 24 | default { "0.5" } 25 | help "The width of the filter in the x direction. " 26 | range { 0 10 } 27 | } 28 | parm { 29 | name "ywidth" 30 | label "Width Y" 31 | type float 32 | default { "0.5" } 33 | help "The width of the filter in the y direction. " 34 | range { 0 10 } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | COVERAGE = coverage 2 | BLACK = black 3 | LINTER = flake8 4 | 5 | .PHONY: hda 6 | hda: 7 | hotl -C otls/hda otls/pbrt.hda 8 | 9 | .PHONY: package 10 | package: hda 11 | /bin/rm -fv package/soho_pbrt-v3.zip 12 | mkdir -p package/ 13 | zip -r package/soho_pbrt-v3.zip \ 14 | otls/pbrt.hda \ 15 | soho \ 16 | vop \ 17 | examples/*.hip \ 18 | -x *.pyc 19 | 20 | .PHONY: tests 21 | tests: 22 | hython tests/tests.py 23 | 24 | .PHONY: coverage 25 | coverage: 26 | hython $(COVERAGE) run --branch --source=soho/python2.7 tests/tests.py 27 | $(COVERAGE) html 28 | 29 | .PHONY: lint 30 | lint: 31 | $(BLACK) soho/python2.7/*.py 32 | $(BLACK) tests/tests.py 33 | $(LINTER) --max-line-length=88 soho/python2.7/*.py 34 | $(LINTER) --max-line-length=88 tests/tests.py 35 | 36 | .PHONY: clean 37 | clean: 38 | /bin/rm -fv ./soho/python2.7/*.pyc 39 | /bin/rm -fvr ./package 40 | /bin/rm -fvr ./tests/tmp 41 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/DialogScript: -------------------------------------------------------------------------------- 1 | # Dialog script for pbrt_filter_triangle automatically generated 2 | 3 | { 4 | name pbrt_filter_triangle 5 | script triangle 6 | label "PBRT TriangleFilter" 7 | 8 | rendermask PBRT 9 | externalshader 1 10 | shadertype generic 11 | signature "Default Inputs" default { } 12 | 13 | outputoverrides default 14 | { 15 | } 16 | 17 | help { 18 | } 19 | 20 | parm { 21 | name "xwidth" 22 | label "Width X" 23 | type float 24 | default { "2" } 25 | help "The width of the filter in the x direction. " 26 | range { 0 10 } 27 | } 28 | parm { 29 | name "ywidth" 30 | label "Width Y" 31 | type float 32 | default { "2" } 33 | help "The width of the filter in the y direction. " 34 | range { 0 10 } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__medium/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Helpers 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__film__image/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Film 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__box/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Filter 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__sinc/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Filter 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__distant/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Light 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__point/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Light 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__spot/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Light 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__spectrum/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Helpers 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__fbm/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__mix/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__uv/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__arealight__diffuse/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Light 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__realistic/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Camera 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__gaussian/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Filter 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__mitchell/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Filter 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__filter__triangle/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Filter 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__ao/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Integrator 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__goniometric/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Light 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__infinite/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Light 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__light__projection/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Light 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__disney/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__glass/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__hair/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__matte/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__metal/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mirror/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__mix/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__none/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__uber/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__halton/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Sampler 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__random/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Sampler 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__sampler__sobol/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Sampler 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__bilerp/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__constant/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__dots/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__imagemap/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__marble/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__ptex/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__scale/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__windy/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__texture__wrinkled/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Texture 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__accelerator__bvh/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Accelerator 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__environment/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Camera 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__orthographic/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Camera 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__camera__perspective/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Camera 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__bdpt/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Integrator 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__mlt/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Integrator 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__path/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Integrator 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__sppm/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Integrator 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__volpath/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Integrator 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__integrator__whitted/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Integrator 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__fourier/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /otls/hda/Vop_1pbrt__material__plastic/Tools.shelf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | VOP 11 | 12 | 13 | $HDA_TABLE_AND_NAME 14 | 15 | PBRT/Material 16 | 19 | 20 | PBRT 21 | 22 | 23 | 24 | --------------------------------------------------------------------------------