HouLC1033600baa060bee1de09a7e5963.startfplayback -i on -r off -f 1 -e on -h on -t on -a on -k on -s 1 tcur 5.416666666666667 fps 24 tset 0 10 frange 1 240 unitlength 1 unitmass 1 prompt '`strcat(oppwf(), " -> ")`' HouLC1033600ba6060bee1de043eeba44.variablesset -g ACTIVETAKE = 'Main' set -g E = '2.7182818284590452354' set -g EYE = 'stereo' set -g HIP = 'F:/CG/Prod/Houdini_work/187_COPtextureAndSOP' set -g HIPFILE = 'F:/CG/Prod/Houdini_work/187_COPtextureAndSOP/187_COPtextureAndSOP.hiplc' set -g HIPNAME = '187_COPtextureAndSOP' set -g JOB = 'C:/Users/User1st' set -g PI = '3.1415926535897932384' set -g POSE = 'C:/Users/User1st/Documents/houdini18.5/poselib' set -g _HIP_SAVEPLATFORM = 'windows-x86_64-cl19.16' set -g _HIP_SAVETIME = 'Tue Jun 8 12:19:58 2021' set -g _HIP_SAVEVERSION = '18.5.408' set -g status = '0' HouLC1033600ba4060bee1de0dba5575b.aliasesalias bye 'quit' alias cd 'opcf' alias cp 'opcp' alias h 'history' alias hython 'python' alias ls 'opls' alias matramp 'opramp' alias opcd 'opcf' alias oppwd 'oppwf' alias pwd 'oppwf' alias rm 'oprm' HouLC1033600ba1060bee1de04309e1eb.takeconfigtakename -g take HouLC1033600ba0060bee1de0e36d4a3d.hou.sessionHouLC1033600ba0060bee1de08029b1f6.OPlibrariesHouLC1033600ba2060bee1de06c0e60b2.OPpreferencesHouLC1033600ba0060bee1de07576677e.OPfallbacksVop/floattovec C:/PROGRA~1/SIDEEF~1/HOUDIN~1.408/houdini/otls/OPlibScripted.hda Vop/floattovec otls/OPlibScripted.hda Top/localscheduler C:/PROGRA~1/SIDEEF~1/HOUDIN~1.408/houdini/otls/OPlibTop.hda Top/localscheduler otls/OPlibTop.hda Vop/turbnoise C:/PROGRA~1/SIDEEF~1/HOUDIN~1.408/houdini/otls/OPlibScripted.hda Vop/turbnoise otls/OPlibScripted.hda Sop/uvquickshade C:/PROGRA~1/SIDEEF~1/HOUDIN~1.408/houdini/otls/OPlibSop.hda Sop/uvquickshade otls/OPlibSop.hda Shop/v_layered C:/PROGRA~1/SIDEEF~1/HOUDIN~1.408/houdini/otls/OPlibShopVMantra.hda Shop/v_layered otls/OPlibShopVMantra.hda Vop/vectofloat C:/PROGRA~1/SIDEEF~1/HOUDIN~1.408/houdini/otls/OPlibScripted.hda Vop/vectofloat otls/OPlibScripted.hda HouLC1033600ba0060bee1de08cfbe349.OPdummydefsINDX INDEX_SECTION¶`¾áÞhoudini.hdalibrary¶`¾áÞVop/floattovec¶Ä`¼»>Top/localscheduler z%ê`¼º  Vop/turbnoise/d O`¼»8Sop/uvquickshade9³ë`¼»ªShop/v_layered@žÿ``¼»ªVop/vectofloat?þ0`¼»R floattovecFloat to Vector$oplib:/Vop/floattovec?Vop/floattovecVOP_floattovecVopvopVOPall*`¾áÞlocalschedulerLocal Scheduler,oplib:/Top/localscheduler?Top/localschedulerTOP_localschedulerTop+subtype=localscheduler pdgtype='scheduler' `¾áÞ turbnoiseTurbulent Noise"oplib:/Vop/turbnoise?Vop/turbnoise VOP_turbnoiseVopvopVOPall`¾áÞ uvquickshadeUV Quick Shade(oplib:/Sop/uvquickshade?Sop/uvquickshadeSOP_uvquickshadeSop`¾áÞ v_layeredLayered Surface$oplib:/Shop/v_layered?Shop/v_layered SHOP_surfaceShopsurface`¾áÞ vectofloatVector to Float$oplib:/Vop/vectofloat?Vop/vectofloatVOP_vectofloatVopvopVOPall*`¾áÞINDX DialogScript˜_P}J/* * PROPRIETARY INFORMATION. This software is proprietary to * Side Effects Software Inc., and is not to be reproduced, * transmitted, or disclosed in any way without written permission. * * Produced by: * Side Effects Software Inc * 477 Richmond Street West * Toronto, Ontario * Canada M5V 3E7 * 416-504-9876 * */ #include { name "floattovec" script "floattovec" label "floattovec" outercode { INCLUDE_VOPLIB } code { "$vec = vop_floattovec($fval1, $fval2, $fval3);" } input float fval1 "Component 1" input float fval2 "Component 2" input float fval3 "Component 3" output vector vec "Output Vector" VOP_FLT_PARM(fval1, "Component 1", 0) VOP_FLT_PARM(fval2, "Component 2", 0) VOP_FLT_PARM(fval3, "Component 3", 0) VOP_FLT_PARM(fval1_uv, "Component 1", 0) VOP_FLT_PARM(fval2_uv, "Component 2", 0) VOP_FLT_PARM(fval3_uv, "Component 3", 0) signature "3D Vector" default { } signature "3D Point" p { float float float point } signature "3D Normal" n { float float float normal } signature "RGB Color" c { float float float color } signature "Uniform 3D Vector" uv { ufloat ufloat ufloat uvector } signature "Uniform 3D Point" up { ufloat ufloat ufloat upoint } signature "Uniform 3D Normal" un { ufloat ufloat ufloat unormal } signature "Uniform RGB Color" uc { ufloat ufloat ufloat ucolor } } INDX DialogScript%¾_’[Ò# Dialog script for localscheduler automatically generated { name localscheduler script localscheduler label "Local Scheduler" help { "" } group { name "folder0" label "Scheduler" groupsimple { name "folder4" label "Paths" parm { name "pdg_workingdir" label "Working Directory" type directory default { "$HIP" } } parm { name "pdg_mapmode" label "Path Mapping" type ordinal default { "0" } menu { "0" "Global" "1" "None" } parmtag { "script_callback_language" "python" } } parm { name "pdg_usemapzone" label "Use Path Map Zone" type toggle nolabel joinnext default { "0" } disablewhen "{ pdg_mapmode == 1 }" parmtag { "script_callback_language" "python" } } parm { name "pdg_mapzone" label "Path Map Zone" type string default { "$PDG_PATHMAP_ZONE" } disablewhen "{ pdg_usemapzone == 0 }" menureplace { "POSIX" "POSIX" "WIN" "WIN" } parmtag { "script_callback_language" "python" } } } parm { name "socketcallbacks" label "Use Socket callbacks instead of stdout tokens" type integer invisible default { "1" } range { 0 10 } } groupsimple { name "folder5" label "Scheduling" parm { name "maxprocsmenu" label "Total Slots" type ordinal joinnext default { "0" } menu usetokenvalue { "0" "Equal to 1/4 of Total CPU Count" "-1" "Equal to CPU Count Less One" "1" "Custom Slot Count" } } parm { name "maxprocs" label "maxprocs" type integer nolabel default { "1" } disablewhen "{ maxprocsmenu != 1 }" range { -4 128 } parmtag { "autoscope" "0000000000000000" } } parm { name "verbose" label "Verbose Logging" type toggle default { "0" } parmtag { "script_callback_language" "python" } } } groupsimple { name "folder1" label "Temp Directory" parm { name "tempdirmenu" label "Location" type ordinal default { "1" } menu { "0" "Working Directory" "1" "Houdini Temp" "2" "Custom" } } parm { name "tempdirappendpid" label "Append PID" type toggle default { "1" } } parm { name "tempdircustom" label "Custom" type directory default { "$HOUDINI_TEMP_DIR/$HIPNAME/pdgtemp" } disablewhen "{ tempdirmenu != 2 }" } } } group { name "folder0_1" label "Job Parms" groupsimple { name "folder0_2" label "Scheduling" parm { name "local_single" label "Single" type toggle default { "0" } range { 0 10 } parmtag { "pdg::scheduler" "" } } parm { name "local_is_CPU_number_set" label "local_is_CPU_number_set" type toggle nolabel joinnext default { "0" } range { 0 1 } parmtag { "pdg::scheduler" "" } } parm { name "local_CPUs_to_use" label "Slots Per Work Item" type integer default { "1" } disablewhen "{ local_is_CPU_number_set == 0 }" range { 1! 64 } parmtag { "pdg::scheduler" "" } } } groupsimple { name "folder2" label "Tasks" parm { name "local_echandleby" label "On Task Failure" type ordinal default { "0" } menu { "0" "Report Error" "1" "Report Warning" "2" "Retry Task" "3" "Ignore" } parmtag { "pdg::scheduler" "" } parmtag { "script_callback_language" "python" } } parm { name "local_echandleall" label "Handle All Non Zero" type toggle default { "1" } parmtag { "pdg::scheduler" "" } parmtag { "script_callback_language" "python" } } parm { name "local_eccustomcode" label "Exit Code" type integer default { "1" } disablewhen "{ local_echandleall != 0 }" range { 1 255 } parmtag { "pdg::scheduler" "" } parmtag { "script_callback_language" "python" } } parm { name "sepparm" label "Separator" type separator default { "" } } parm { name "local_maximumretries" label "Maximum Retries" type integer default { "3" } disablewhen "{ local_echandleby != 2 }" range { 0 10 } parmtag { "pdg::scheduler" "" } parmtag { "script_callback_language" "python" } } parm { name "local_addfailcountattr" label "Retry Count Attribute" type toggle joinnext default { "0" } disablewhen "{ local_echandleby != 2 }" parmtag { "pdg::scheduler" "" } parmtag { "script_callback_language" "python" } } parm { name "local_failcountattr" label "local_failcountattr" type string nolabel default { "failurecount" } disablewhen "{ local_addfailcountattr == 0 } { local_echandleby != 2 }" parmtag { "pdg::scheduler" "" } parmtag { "script_callback_language" "python" } } } groupsimple { name "folder3" label "Task Environment" parm { name "local_usehoudinimaxthreads" label "local_usehoudinimaxthreads" type toggle nolabel joinnext default { "0" } parmtag { "pdg::scheduler" "" } } parm { name "local_houdinimaxthreads" label "Houdini Max Threads" type integer default { "0" } disablewhen "{ local_usehoudinimaxthreads == 0 }" range { 0 10 } parmtag { "pdg::scheduler" "" } } parm { name "local_requireswindow" label "Requires GUI Window" type toggle default { "0" } parmtag { "pdg::scheduler" "" } parmtag { "script_callback_language" "python" } } parm { name "local_envunset" label "Unset Variables" type string default { "" } parmtag { "pdg::scheduler" "" } parmtag { "script_callback_language" "python" } } multiparm { name "local_envmulti" label "Environment Variables" parmtag { "pdg::nocopy" "" } parmtag { "script_callback" "" } parmtag { "script_callback_language" "hscript" } parm { name "local_envname#" label "Name" type string joinnext default { "" } parmtag { "pdg::scheduler" "" } } parm { name "local_envvalue#" label "Value" type string default { "" } parmtag { "pdg::scheduler" "" } } } } } } INDX DialogScript #_P}J/* * PROPRIETARY INFORMATION. This software is proprietary to * Side Effects Software Inc., and is not to be reproduced, * transmitted, or disclosed in any way without written permission. * * Produced by: * Side Effects Software Inc * 477 Richmond Street West * Toronto, Ontario * Canada M5V 3E7 * 416-504-9876 * */ #include { name "turbnoise" script "turbnoise" label "turbnoise" outercode { "#include " } code { "if ($type == \"onoise\")" "{" " $noise = onoise($pos*$freq - $offset, $turb, $rough, $atten);" " $noise *= $amp;" "}" "else if ($type == \"snoise\")" "{" " $noise = snoise($pos*$freq - $offset, $turb, $rough, $atten);" " $noise *= $amp;" "}" "else if ($type == \"anoise\")" "{" " $noise = anoise($pos*$freq - $offset, $turb, $rough, $atten);" " $noise *= $amp;" "}" "else if ($type == \"correctnoise\")" "{" "#if !strcmp($signature, \"default\")" " $noise = vop_correctperlinNoiseVF($pos * $freq - $offset, $turb, $amp, $rough, $atten);" "#else" " $noise = vop_correctperlinNoiseVV($pos * $freq - $offset, $turb, $amp, $rough, $atten);" "#endif" "}" "else if ($type == \"xnoise\")" "{" "#if !strcmp($signature, \"default\")" " $noise = vop_simplexNoiseVF($pos * $freq - $offset, $turb, $amp, $rough, $atten);" "#else" " $noise = vop_simplexNoiseVV($pos * $freq - $offset, $turb, $amp, $rough, $atten);" "#endif" "}" "else" "{" "#if !strcmp($signature, \"default\")" " $noise = vop_perlinNoiseVF($pos * $freq - $offset, $turb, $amp, $rough, $atten);" "#else" " $noise = vop_perlinNoiseVV($pos * $freq - $offset, $turb, $amp, $rough, $atten);" "#endif" "}" } input string type "Noise Type" parm { name type label "Noise Type" type string menu { "pnoise" "Perlin Noise" "onoise" "Original Perlin Noise" "snoise" "Sparse Convolution Noise" "anoise" "Alligator Noise" "xnoise" "Simplex Noise" "correctnoise" "Zero Centered Perlin Noise" } default { "anoise" } } VOP_VEC_INPUT ( pos, "Position", 0, 0, 0) VOP_VEC_INPUT ( freq, "Frequency", 1, 1, 1) VOP_VEC_INPUT ( offset, "Offset", 0, 0, 0) VOP_FLT_INPUT_R( amp, "Amplitude", 1, -1, 1) VOP_FLT_INPUT ( rough, "Roughness", .5) VOP_FLT_INPUT ( atten, "Attenuation", 1) VOP_INT_INPUT_R( turb, "Turbulence", 5, 0, 10) output float noise "Noise" signature "1D Noise" default { } signature "3D Noise" v { string vector vector vector float float float int vector } } INDXContents=`¼»ª DialogScript=j_P},HouLC1033600bb6060bcbbaa0f96ba020LIMITED_COMMERCIAL_FILE!!!# Dialog script for uvquickshade automatically generated 06/23/14 16:38:47 { name uvquickshade script uvquickshade label UVQuickShade help { "" "" "" "" "" "" "" } inputlabel 1 "Geometry to Quickly Apply UVs and Shaders" inputlabel 2 "Sub-Network Input #2" inputlabel 3 "Sub-Network Input #3" inputlabel 4 "Sub-Network Input #4" parm { name "group" label "Group" type string default { "" } menutoggle { [ "opmenu -l material1 group1" ] } range { 0 1 } export none parmtag { "autoscope" "0000000000000000" } parmtag { "script_action" "import soputils\nkwargs['geometrytype'] = hou.geometryType.Primitives\nkwargs['inputindex'] = 0\nsoputils.selectGroupParm(kwargs)" } parmtag { "script_action_help" "Select geometry from an available viewport." } parmtag { "script_action_icon" "BUTTONS_reselect" } bindselector prims "Material Primitives" "Select the primitives to apply material to and press Enter to complete" 0 1 all 0 "" 0 } parm { name "texture" label "Texture Map" type image default { "uvgrid_grey.pic" } menureplace { "Mandril.pic" "Mandril.pic" "default.pic" "default.pic" } range { 0 1 } export all } group { name "g0" label "Quick-Texture Parameters" parm { name "texture_axis" label "Projection Axis" type integer default { "1" } menu { "x" "X axis" "y" "Y axis" "z" "Z axis" } range { 0 10 } export all } parm { name "texture_s" label "Texture Scale" type uvw size 3 default { "1" "1" "1" } range { 0 1 } export none } } } INDX DialogScriptÿ4_¿J_# Context: Surface /* * Houdini Dialog Script generated automatically * by vcc from source file layered. * Generated: Thu Nov 26 01:25:35 2020 */ { name "v_layered" script "layered" label "Layered Surface" rendermask VMantra help { "This shader allows for up to 16 layers of textures to be composited" "Each layer can modify one or more parameters of the base layer." "The color from the texture map for the layer can be tinted by" "the corresponding color before it is applied to the base layer" "The compositing operations are:" " multiply - The layer color will multiply the base color" " add - The layer color will be added to the base color" " sub - The layer color will be subtracted from the base color" " over - The layer color will be composited over the base" " the base color using the alpha of the texture" "Each texture can be tiled to repeat, to streak its edges or as a decal." "If the texture file is a .rat file, the texture can be filtered and" "blurred at render time." "" "Texture coordinates for each layer can be aquired using several" "methods" " uv - The geometry texture coordinates for the layer are used" " if the texture coordinates do not exist, the surface" " parametric coordinates are used." " uvname - The attribute name of the texture coordinates for the layer." " This allows you to use one set of texture coordinates" " for multipe layers." " sphere - A polar projection (using the projection transform)" " cylinder - A cylindrical projection (using the proj transform)" " ortho - An orthographic projection (using the proj transform)" "When applying projections to compute texture coordinates, the" "coordinates may be computed in world, object, shader or NDC space" "" "Roughness controls the size of the specular highlight" "The lighting model controls the shape of the specular highlight" "The constant lighting model will simply apply the diffuse color" "to the surface" "Opacity is computed using the Alpha of each layer. After the layer" "opacity has been computed, the opacity is scaled by the alpha-para/perp" "and filtered by the transmit color." "Tinted ambient will scale the ambient light by the diffuse" " color component resulting in more saturated colors" "When computing reflections, it is possible to scale the reflected" " light using the Fresnel equation" "Reflection bias is used to limit self-reflections" } group { name g0 label Base parm { name Ca label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Ct label "Transmit Color" type color size 3 default { 1 1 1 } export none } parm { name Alpha label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name apara label "Alpha Para" type float default { 1 } range { 0 1 } export none } parm { name aperp label "Alpha Perp" type float default { 1 } range { 0 1 } export none } parm { name aroll label "Alpha Rolloff" type float default { 1 } range { 0.001 10 } export none } parm { name rough label "Roughness" type float default { 0.050000000000000003 } export none } parm { name lmodel label "Lighting Model" type string menu { "constant" "Constant" "lambert" "Lambert" "phong" "Phong" "blinn" "Blinn" "specular" "Specular" } default { "phong" } export none } parm { name tintedambient label "Tinted Ambient" type toggle default { 1 } export none } parm { name dofresnel label "Apply Fresnel Reflections" type toggle default { 1 } export none } parm { name fresnel_eta label "Fresnel Eta" type float default { 1.3 } range { 0.1 3 } export none } parm { name map_base label "Texture Map" type image default { "" } export none } parm { name apply_base label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode_base label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter_base label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur_base label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter_base label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur_base label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name project_base label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname_base label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv" } export none } parm { name space_base label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center_base label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate_base label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale_base label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: Base group { name g1 label 2 parm { name comp2 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map2 label "Texture Map" type image default { "" } export none } parm { name apply2 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode2 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter2 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur2 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter2 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur2 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca2 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd2 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs2 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr2 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha2 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project2 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname2 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv2" } export none } parm { name space2 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center2 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate2 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale2 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 2 group { name g2 label 3 parm { name comp3 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map3 label "Texture Map" type image default { "" } export none } parm { name apply3 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode3 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter3 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur3 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter3 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur3 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca3 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd3 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs3 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr3 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha3 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project3 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname3 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv3" } export none } parm { name space3 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center3 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate3 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale3 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 3 group { name g3 label 4 parm { name comp4 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map4 label "Texture Map" type image default { "" } export none } parm { name apply4 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode4 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter4 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur4 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter4 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur4 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca4 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd4 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs4 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr4 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha4 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project4 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname4 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv4" } export none } parm { name space4 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center4 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate4 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale4 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 4 group { name g4 label 5 parm { name comp5 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map5 label "Texture Map" type image default { "" } export none } parm { name apply5 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode5 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter5 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur5 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter5 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur5 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca5 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd5 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs5 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr5 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha5 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project5 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname5 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv5" } export none } parm { name space5 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center5 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate5 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale5 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 5 group { name g5 label 6 parm { name comp6 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map6 label "Texture Map" type image default { "" } export none } parm { name apply6 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode6 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter6 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur6 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter6 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur6 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca6 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd6 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs6 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr6 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha6 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project6 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname6 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv6" } export none } parm { name space6 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center6 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate6 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale6 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 6 group { name g6 label 7 parm { name comp7 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map7 label "Texture Map" type image default { "" } export none } parm { name apply7 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode7 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter7 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur7 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter7 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur7 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca7 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd7 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs7 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr7 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha7 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project7 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname7 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv7" } export none } parm { name space7 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center7 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate7 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale7 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 7 group { name g7 label 8 parm { name comp8 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map8 label "Texture Map" type image default { "" } export none } parm { name apply8 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode8 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter8 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur8 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter8 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur8 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca8 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd8 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs8 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr8 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha8 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project8 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname8 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv8" } export none } parm { name space8 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center8 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate8 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale8 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 8 group { name g8 label 9 parm { name comp9 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map9 label "Texture Map" type image default { "" } export none } parm { name apply9 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode9 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter9 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur9 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter9 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur9 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca9 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd9 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs9 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr9 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha9 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project9 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname9 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv9" } export none } parm { name space9 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center9 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate9 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale9 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 9 group { name g9 label 10 parm { name comp10 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map10 label "Texture Map" type image default { "" } export none } parm { name apply10 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode10 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter10 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur10 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter10 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur10 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca10 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd10 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs10 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr10 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha10 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project10 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname10 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv10" } export none } parm { name space10 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center10 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate10 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale10 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 10 group { name g10 label 11 parm { name comp11 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map11 label "Texture Map" type image default { "" } export none } parm { name apply11 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode11 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter11 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur11 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter11 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur11 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca11 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd11 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs11 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr11 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha11 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project11 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname11 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv11" } export none } parm { name space11 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center11 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate11 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale11 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 11 group { name g11 label 12 parm { name comp12 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map12 label "Texture Map" type image default { "" } export none } parm { name apply12 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode12 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter12 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur12 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter12 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur12 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca12 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd12 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs12 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr12 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha12 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project12 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname12 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv12" } export none } parm { name space12 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center12 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate12 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale12 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 12 group { name g12 label 13 parm { name comp13 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map13 label "Texture Map" type image default { "" } export none } parm { name apply13 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode13 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter13 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur13 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter13 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur13 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca13 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd13 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs13 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr13 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha13 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project13 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname13 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv13" } export none } parm { name space13 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center13 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate13 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale13 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 13 group { name g13 label 14 parm { name comp14 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map14 label "Texture Map" type image default { "" } export none } parm { name apply14 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode14 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter14 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur14 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter14 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur14 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca14 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd14 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs14 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr14 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha14 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project14 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname14 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv14" } export none } parm { name space14 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center14 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate14 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale14 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 14 group { name g14 label 15 parm { name comp15 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map15 label "Texture Map" type image default { "" } export none } parm { name apply15 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode15 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter15 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur15 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter15 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur15 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca15 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd15 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs15 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr15 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha15 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project15 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname15 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv15" } export none } parm { name space15 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center15 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate15 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale15 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 15 group { name g15 label 16 parm { name comp16 label "Compositing" type string menu { "add" "Add" "sub" "Subtract" "mult" "Multiply" "over" "Over" } default { "over" } export none } parm { name map16 label "Texture Map" type image default { "" } export none } parm { name apply16 label "Texture Tints" type string menu { "a" "Ambient" "d" "Diffuse" "s" "Specular" "r" "Reflect" "o" "Alpha" "do" "Diff + Alpha" "sr" "Spec + Refl" "adsro" "Everything" } default { "d" } export none } parm { name mapmode16 label "Map Tiling" type string menu { "repeat" "Repeat" "streak" "Streak Edges" "decal" "Decal" "decalz" "Decal with Z clamping" } callback "set ext = `substr($script_parm, 7, abs(strcmp($script_parm, mapmode_base))*10)`; opparm . ogl_clamping_mode$ext `strmatch('decal*', chs($script_parm))`" default { "repeat" } export none } parm { name smapfilter16 label "S Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name smapblur16 label "S Map Blur" type float default { 1 } range { 1 10 } export none } parm { name tmapfilter16 label "T Map Filter" type string menu { "point" "Point" "box" "Box Filter" "gauss" "Gaussian Filter" "catrom" "Catmull-Rom" "sinc" "Sinc" "bartlett" "Bartlett" "hanning" "Hanning" } default { "box" } export none } parm { name tmapblur16 label "T Map Blur" type float default { 1 } range { 1 10 } export none } parm { name Ca16 label "Ambient" type color size 3 default { 1 1 1 } export none } parm { name Cd16 label "Diffuse" type color size 3 default { 1 1 1 } export none } parm { name Cs16 label "Specular" type color size 3 default { 1 1 1 } export none } parm { name Cr16 label "Reflect" type color size 3 default { 0 0 0 } export none } parm { name Alpha16 label "Alpha" type float default { 1 } range { 0 1 } export none } parm { name project16 label "Texture Source" type string menu { "uv" "Geometry Attribute" "ortho" "Orthographic Projection" "sphere" "Polar Projection" "cyl" "Cylindrical Projection" } default { "uv" } export none } parm { name uvname16 label " UV Attribute" type string menu { "uv" "uv (base layer)" "uv2" "uv2 (layer 2)" "uv3" "uv3 (layer 3)" "uv4" "uv4 (layer 4)" "uv5" "uv5 (layer 5)" "uv6" "uv6 (layer 6)" "uv7" "uv7 (layer 7)" "uv8" "uv8 (layer 8)" "uv9" "uv9 (layer 9)" "uv10" "uv10 (layer 10)" "uv11" "uv11 (layer 11)" "uv12" "uv12 (layer 12)" "uv13" "uv13 (layer 13)" "uv14" "uv14 (layer 14)" "uv15" "uv15 (layer 15)" "uv16" "uv16 (layer 16)" } default { "uv16" } export none } parm { name space16 label "Texture Space" type string menu { "world" "World Space" "object" "Model Space" "shader" "Shader Space" "NDC" "NDC Space" } default { "shader" } export none } parm { name center16 label " Proj Center" type float size 3 default { 0 0 0 } export none } parm { name rotate16 label " Proj Rotate" type float size 3 default { 0 0 0 } export none } parm { name scale16 label " Proj Scale" type float size 3 default { 1 1 1 } export none } } // End of Group: 16 } INDX DialogScript_P}J/* * PROPRIETARY INFORMATION. This software is proprietary to * Side Effects Software Inc., and is not to be reproduced, * transmitted, or disclosed in any way without written permission. * * Produced by: * Side Effects Software Inc * 477 Richmond Street West * Toronto, Ontario * Canada M5V 3E7 * 416-504-9876 * */ #include { name "vectofloat" script "vectofloat" label "vectofloat" outercode { INCLUDE_VOPLIB } code { "vop_vectofloat($vec, $fval1, $fval2, $fval3);" } input vector vec "Input Vector" output float fval1 "Component 1" output float fval2 "Component 2" output float fval3 "Component 3" VOP_VEC_PARM(vec, "Value", 0, 0, 0) VOP_VEC_PARM(vec_p, "Value", 0, 0, 0) VOP_VEC_PARM(vec_n, "Value", 0, 0, 0) VOP_CLR_PARM(vec_c, "Value", 0, 0, 0) VOP_VEC_PARM(vec_uv, "Value", 0, 0, 0) VOP_VEC_PARM(vec_up, "Value", 0, 0, 0) VOP_VEC_PARM(vec_un, "Value", 0, 0, 0) VOP_CLR_PARM(vec_uc, "Value", 0, 0, 0) signature "3D Vector" default { vector float float float } signature "3D Point" p { point float float float } signature "3D Normal" n { normal float float float } signature "RGB Color" c { color float float float } signature "Uniform 3D Vector" uv { uvector ufloat ufloat ufloat } signature "Uniform 3D Point" up { upoint ufloat ufloat ufloat } signature "Uniform 3D Normal" un { unormal ufloat ufloat ufloat } signature "Uniform RGB Color" uc { ucolor ufloat ufloat ufloat } } HouLC1033600bbd060bee1de093af9ae7expression.func# 0 bytes HouLC1033600ba5060bee1de03897b9fcobj.defcomment "" position 0 0 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display on render on highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981383 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba4060bee1de029ff291eobj.parm{ version 0.8 } HouLC1033600ba0060bee1de01274efaaobj.userdata ___Version___18.5.408HouLC1033600ba2060bee1de0b51e6721obj/grid1.inittype = geo matchesdef = 0 HouLC1033600ba3060bee1de012dc2ebcobj/grid1.defobjflags objflags = origin off pretransform UT_DMatrix4 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 comment "" position -2.05004 0.88336 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display on render off highlight off unload off savedata off compress on colordefault on exposed on selectable on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981383 modify 1622981643 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600bba060bee1de061dd1fd8obj/grid1.spareparmdef group { name "stdswitcher4" label "Transform" parm { name "xOrd" baseparm label "Transform Order" joinnext export none } parm { name "rOrd" baseparm label "Rotate Order" nolabel export none } parm { name "t" baseparm label "Translate" export all } parm { name "r" baseparm label "Rotate" export all } parm { name "s" baseparm label "Scale" export none } parm { name "p" baseparm label "Pivot Translate" export none } parm { name "pr" baseparm label "Pivot Rotate" export none } parm { name "scale" baseparm label "Uniform Scale" export none } parm { name "pre_xform" baseparm label "Modify Pre-Transform" export none } parm { name "keeppos" baseparm label "Keep Position When Parenting" export none } parm { name "childcomp" baseparm label "Child Compensation" export none } parm { name "constraints_on" baseparm label "Enable Constraints" export none } parm { name "constraints_path" baseparm label "Constraints" export none } parm { name "lookatpath" baseparm label "Look At" invisible export none } parm { name "lookupobjpath" baseparm label "Look Up Object" invisible export none } parm { name "lookup" baseparm label "Look At Up Vector" invisible export none } parm { name "pathobjpath" baseparm label "Path Object" invisible export none } parm { name "roll" baseparm label "Roll" invisible export none } parm { name "pos" baseparm label "Position" invisible export none } parm { name "uparmtype" baseparm label "Parameterization" invisible export none } parm { name "pathorient" baseparm label "Orient Along Path" invisible export none } parm { name "up" baseparm label "Orient Up Vector" invisible export none } parm { name "bank" baseparm label "Auto-Bank factor" invisible export none } } group { name "stdswitcher4_1" label "Render" parm { name "shop_materialpath" baseparm label "Material" export none } parm { name "shop_materialopts" baseparm label "Options" invisible export none } parm { name "tdisplay" baseparm label "Display" joinnext export none } parm { name "display" baseparm label "Display" export none } parm { name "viewportlod" label "Display As" type ordinal default { "full" } help "Choose how the object's geometry should be rendered in the viewport" menu { "full" "Full Geometry" "points" "Point Cloud" "box" "Bounding Box" "centroid" "Centroid" "hidden" "Hidden" "subd" "Subdivision Surface / Curves" } parmtag { "spare_category" "Render" } } parm { name "vm_rendervisibility" label "Render Visibility" type string default { "*" } menureplace { "*" "Visible to all" "primary" "Visible only to primary rays" "primary|shadow" "Visible only to primary and shadow rays" "-primary" "Invisible to primary rays (Phantom)" "-diffuse" "Invisible to diffuse rays" "-diffuse&-reflect&-refract" "Invisible to secondary rays" "" "Invisible (Unrenderable)" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "rendervisibility" } parmtag { "spare_category" "Render" } } parm { name "vm_rendersubd" label "Render Polygons As Subdivision (Mantra)" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "rendersubd" } parmtag { "spare_category" "Geometry" } } parm { name "vm_subdstyle" label "Subdivision Style" type string default { "mantra_catclark" } hidewhen "{ vm_rendersubd == 0 }" menu { "mantra_catclark" "Mantra Catmull-Clark" "osd_catclark" "OpenSubdiv Catmull-Clark" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "subdstyle" } parmtag { "spare_category" "Geometry" } } parm { name "vm_subdgroup" label "Subdivision Group" type string default { "" } hidewhen "{ vm_rendersubd == 0 }" parmtag { "mantra_class" "object" } parmtag { "mantra_name" "subdgroup" } parmtag { "spare_category" "Geometry" } } parm { name "vm_osd_quality" label "Open Subdiv Quality" type float default { "1" } hidewhen "{ vm_rendersubd == 0 vm_subdstyle != osd_catclark }" range { 0 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "osd_quality" } parmtag { "spare_category" "Geometry" } } parm { name "vm_osd_vtxinterp" label "OSD Vtx Interp" type integer default { "2" } hidewhen "{ vm_rendersubd == 0 vm_subdstyle != osd_catclark }" menu { "0" "No vertex interpolation" "1" "Edges only" "2" "Edges and Corners" } range { 0 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "osd_vtxinterp" } parmtag { "spare_category" "Geometry" } } parm { name "vm_osd_fvarinterp" label "OSD FVar Interp" type integer default { "4" } hidewhen "{ vm_rendersubd == 0 vm_subdstyle != osd_catclark }" menu { "0" "Smooth everywhere" "1" "Sharpen corners only" "2" "Sharpen edges and corners" "3" "Sharpen edges and propagated corners" "4" "Sharpen all boundaries" "5" "Bilinear interpolation" } range { 0 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "osd_fvarinterp" } parmtag { "spare_category" "Geometry" } } group { name "folder0" label "Shading" parm { name "categories" label "Categories" type string default { "" } help "A list of tags which can be used to select the object" parmtag { "spare_category" "Shading" } } parm { name "reflectmask" label "Reflection Mask" type oplist default { "*" } help "Objects that will be reflected on this object." parmtag { "opexpand" "1" } parmtag { "opfilter" "!!OBJ/GEOMETRY!!" } parmtag { "oprelative" "/obj" } parmtag { "spare_category" "Shading" } } parm { name "refractmask" label "Refraction Mask" type oplist default { "*" } help "Objects that will be refracted on this object." parmtag { "opexpand" "1" } parmtag { "opfilter" "!!OBJ/GEOMETRY!!" } parmtag { "oprelative" "/obj" } parmtag { "spare_category" "Shading" } } parm { name "lightmask" label "Light Mask" type oplist default { "*" } help "Lights that illuminate this object." parmtag { "opexpand" "1" } parmtag { "opfilter" "!!OBJ/LIGHT!!" } parmtag { "oprelative" "/obj" } parmtag { "spare_category" "Shading" } } parm { name "lightcategories" label "Light Selection" type string default { "*" } parmtag { "spare_category" "Shading" } } parm { name "vm_lpetag" label "LPE Tag" type string default { "" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "lpetag" } parmtag { "spare_category" "Shading" } } parm { name "vm_volumefilter" label "Volume Filter" type string default { "box" } menu { "box" "Box Filter" "gaussian" "Gaussian" "bartlett" "Bartlett (triangle)" "catrom" "Catmull-Rom" "hanning" "Hanning" "blackman" "Blackman" "sinc" "Sinc (sharpening)" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "filter" } parmtag { "spare_category" "Shading" } } parm { name "vm_volumefilterwidth" label "Volume Filter Width" type float default { "1" } range { 0.001 5 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "filterwidth" } parmtag { "spare_category" "Shading" } } parm { name "vm_matte" label "Matte shading" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "matte" } parmtag { "spare_category" "Shading" } } parm { name "vm_rayshade" label "Raytrace Shading" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "rayshade" } parmtag { "spare_category" "Shading" } } } group { name "folder0_1" label "Sampling" parm { name "geo_velocityblur" label "Geometry Velocity Blur" type ordinal default { "off" } disablewhen "{ allowmotionblur == 0 }" menu { "off" "No Velocity Blur" "on" "Velocity Blur" "accelblur" "Acceleration Blur" } } parm { name "geo_accelattribute" label "Acceleration Attribute" type string default { "accel" } hidewhen "{ geo_velocityblur != accelblur }" parmtag { "spare_category" "Sampling" } } } group { name "folder0_2" label "Dicing" parm { name "vm_shadingquality" label "Shading Quality" type float default { "1" } range { 0 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "shadingquality" } parmtag { "spare_category" "Dicing" } } parm { name "vm_flatness" label "Dicing Flatness" type float default { "0.05" } range { 0 1 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "flatness" } parmtag { "spare_category" "Dicing" } } parm { name "vm_raypredice" label "Ray Predicing" type integer default { "0" } menu { "0" "Disable Predicing" "1" "Full Predicing" "2" "Precompute Bounds" } range { 0 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "raypredice" } parmtag { "spare_category" "Dicing" } } parm { name "vm_curvesurface" label "Shade Curves As Surfaces" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "curvesurface" } parmtag { "spare_category" "Dicing" } } } group { name "folder0_3" label "Geometry" parm { name "vm_rmbackface" label "Backface Removal" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "rmbackface" } parmtag { "spare_category" "Geometry" } } parm { name "shop_geometrypath" label "Procedural Shader" type oppath default { "" } parmtag { "opfilter" "!!SHOP/GEOMETRY!!" } parmtag { "oprelative" "." } parmtag { "spare_category" "Geometry" } } parm { name "vm_forcegeometry" label "Force Procedural Geometry Output" type toggle default { "1" } parmtag { "spare_category" "Geometry" } } parm { name "vm_rendersubdcurves" label "Render Polygon Curves As Subdivision (Mantra)" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "rendersubdcurves" } parmtag { "spare_category" "Geometry" } } parm { name "vm_renderpoints" label "Render As Points (Mantra)" type integer default { "2" } menu { "0" "No Point Rendering" "1" "Render Only Points" "2" "Render Unconnected Points" } range { 0 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "renderpoints" } parmtag { "spare_category" "Geometry" } } parm { name "vm_renderpointsas" label "Render Points As (Mantra)" type integer default { "0" } disablewhen "{ vm_renderpoints == 0 }" menu { "0" "Spheres" "1" "Circles" } range { 0 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "renderpointsas" } parmtag { "spare_category" "Geometry" } } parm { name "vm_usenforpoints" label "Use N For Point Rendering" type toggle default { "0" } disablewhen "{ vm_renderpoints == 0 }" parmtag { "mantra_class" "object" } parmtag { "mantra_name" "usenforpoints" } parmtag { "spare_category" "Geometry" } } parm { name "vm_pointscale" label "Point Scale" type float default { "1" } disablewhen "{ vm_renderpoints == 0 }" range { 0! 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "pointscale" } parmtag { "spare_category" "Geometry" } } parm { name "vm_pscalediameter" label "Treat Point Scale as Diameter Instead of Radius" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "pscalediameter" } parmtag { "spare_category" "Geometry" } } parm { name "vm_metavolume" label "Metaballs as Volume" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "metavolume" } parmtag { "spare_category" "Geometry" } } parm { name "vm_coving" label "Coving" type integer default { "1" } menu { "0" "Disable Coving" "1" "Coving for displacement/sub-d" "2" "Coving for all primitives" } range { 0 10 } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "coving" } parmtag { "spare_category" "Geometry" } } parm { name "vm_materialoverride" label "Material Override" type string default { "compact" } menu { "none" "Disabled" "full" "Evaluate for Each Primitve/Point" "compact" "Evaluate Once" } parmtag { "spare_category" "Geometry" } } parm { name "vm_overridedetail" label "Ignore Geometry Attribute Shaders" type toggle default { "0" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "overridedetail" } parmtag { "spare_category" "Geometry" } } parm { name "vm_procuseroottransform" label "Proc Use Root Transform" type toggle default { "1" } parmtag { "mantra_class" "object" } parmtag { "mantra_name" "procuseroottransform" } parmtag { "spare_category" "Geometry" } } } } group { name "stdswitcher4_2" label "Misc" parm { name "use_dcolor" baseparm label "Set Wireframe Color" export none } parm { name "dcolor" baseparm label "Wireframe Color" export none } parm { name "picking" baseparm label "Viewport Selecting Enabled" export none } parm { name "pickscript" baseparm label "Select Script" export none } parm { name "caching" baseparm label "Cache Object Transform" export none } parm { name "vport_shadeopen" baseparm label "Shade Open Curves In Viewport" export none } parm { name "vport_displayassubdiv" baseparm label "Display as Subdivision in Viewport" invisible export none } parm { name "vport_onionskin" baseparm label "Onion Skinning" export none } } group { name "stdswitcher4_3" label "Redshift OBJ" group { name "RS_objprop_switcher" label "Settings" parm { name "RS_objpro_first" label "RS_objpro_first" type integer invisible default { "0" } range { 0 10 } } group { name "RS_campropshapes_switcher" label "Render" parm { name "RS_objprop_ID" label "Object ID" type integer default { "0" } range { 0! 100 } } parm { name "RS_objprop_CryptoID" label "Cryptomatte ID" type string default { "" } } parm { name "RS_objprop_CryptoMatID_AllMat" label "Create Cryptomatte Material IDs From Not Available Materials" type toggle default { "0" } } parm { name "RS_objpro_sep00" label "RS_objpro_sep00" type separator default { "" } } parm { name "RS_objprop_ngons_enable" label "Triangulate NGons" type toggle default { "1" } } parm { name "RS_objprop_ngons_avoidDegen" label "Remove NGons degenerated polygons" type toggle default { "0" } disablewhen "{ RS_objprop_ngons_enable == 0 }" } parm { name "RS_objprop_tangents_enable" label "Force Compute Vertex Tangents from the object UV map" type toggle default { "0" } } parm { name "RS_objprop_normals_normalize" label "Normalize Transformed Normal Maps" type toggle default { "0" } } parm { name "RS_objpro_sep0a" label "RS_objpro_sep0a" type separator default { "" } } parm { name "RS_objprop_renderAsHair" label "Render Polygons as Hair" type toggle default { "0" } } parm { name "RS_objprop_defaultHairWidth" label "Default Hair Width" type float default { "0.01" } range { 0! 1 } } parm { name "RS_objprop_hairHalfThickness" label "Match Houdini/Mantra Hair Thickness" type toggle default { "0" } } parm { name "RS_objpro_sep0b" label "RS_objpro_sep0b" type separator default { "" } } parm { name "RS_objprop_mb_trans" label "Enable Transformations Motion Blur" type toggle default { "1" } } parm { name "RS_objprop_mb_def" label "Enable Mesh Deformations Motion Blur" type toggle default { "1" } } parm { name "RS_objprop_mb_points" label "Enable Instances/Particles Motion Blur" type toggle default { "1" } } parm { name "RS_objprop_mb_def_use_v" label "Mesh Deformations Blur From Velocity Attribute" type toggle default { "0" } } parm { name "RS_objprop_mb_v_attr" label "Velocity Point Attribute" type string default { "v" } } parm { name "RS_objprop_mb_deformSteps" label "Deform./Particles Steps" type ordinal default { "0" } menu { "-1" "Auto" "2" "2 steps" "3" "3 steps" "5" "5 steps" "9" "9 steps" "17" "17 steps" } } parm { name "RS_objprop_mb_fd_scale" label "Frame Duration Scale" type float default { "1" } range { 0 1 } } parm { name "RS_objprop_mb_offset" label "Shutter Center Offset" type float default { "0" } range { -1 1 } } parm { name "RS_objpro_sep0c" label "RS_objpro_sep0c" type separator default { "" } } parm { name "RS_objprop_renderSOPsubnets" label "Render the OBJ nodes inside OBJ/SOP subnets" type toggle default { "1" } } } group { name "RS_campropshapes_switcher_1" label "Primitive Tessellation" parm { name "RS_objprop_tess_enable" label "Tessellate primitives" type toggle default { "0" } } parm { name "RS_objprop_tess_u" label "U subdivisions" type integer default { "1" } disablewhen "{ RS_objprop_tess_enable == 0 }" range { 0! 16! } } parm { name "RS_objprop_tess_v" label "V subdivisions" type integer default { "1" } disablewhen "{ RS_objprop_tess_enable == 0 }" range { 0! 16! } } parm { name "RS_objprop_tess_trim" label "Trimming subdivisions" type integer default { "1" } disablewhen "{ RS_objprop_tess_enable == 0 }" range { 0! 16! } } } group { name "RS_campropshapes_switcher_2" label "Instancing" parm { name "RS_objprop_inst_mode" label "Instancing Using" type ordinal default { "0" } menu { "insInstances" "Redshift Instances" "insPointClouds" "Redshift Point Clouds" } } parm { name "RS_objprop_inst_mb" label "Instances/Particles Motion Blur" type ordinal default { "1" } menu { "insMBVectors" "Compute sub-frame geometry (deformation)" "insMBFull" "Use point velocity attribute" } } parm { name "RS_objprop_inst_lightShader" label "Lights Instancing" type ordinal default { "1" } menu { "insLightsNotShared" "Attributes support using individual shaders" "insLightsShared" "Using a common shared shader" } } parm { name "RS_objprop_inst_universalIF" label "'instancefile' Mode" type ordinal default { "0" } menu { "0" "Instance Redshift Proxy Objects" "1" "Instance Houdini Compatible Objects" } } parm { name "RS_objprop_inst_ignorePivot" label "Ignore Pivot Point Attribute" type toggle default { "1" } } parm { name "RS_objprop_inst_fileOverride" label "Override 'instancefile' Proxy Materials From Scene Materials" type toggle default { "0" } } parm { name "RS_objprop_inst_packed" label "Process 'instance' and 'instancefile' Attrs. Inside Packed Primitives" type toggle default { "0" } } parm { name "RS_objprop_inst_PackedPrimInstancing" label "Instance SOP Level Packed Primitives" type toggle default { "0" } } parm { name "RS_objprop_inst_subnetInstancing" label "Instance Subnets" type toggle default { "0" } } } group { name "RS_campropshapes_switcher_3" label "Attributes" parm { name "RS_objprop_attr_auto" label "Enable Automatic Attributes Extraction" type toggle default { "1" } } parm { name "RS_objprop_attr_vertex" label "Vertex Attributes" type string default { "" } disablewhen "{ RS_objprop_attr_auto == 1 }" menutoggle { [ "result = [] " ] [ "geo = hou.pwd().renderNode().geometry() " ] [ "for attr in geo.vertexAttribs(): " ] [ " result.append(attr.name()) " ] [ " result.append(attr.name()) " ] [ "return result " ] language python } } parm { name "RS_objprop_attr_points" label "Point Attributes" type string default { "" } disablewhen "{ RS_objprop_attr_auto == 1 }" menutoggle { [ "result = [] " ] [ "geo = hou.pwd().renderNode().geometry() " ] [ "for attr in geo.pointAttribs(): " ] [ " result.append(attr.name()) " ] [ " result.append(attr.name()) " ] [ "return result " ] language python } } parm { name "RS_objprop_attr_primitives" label "Strand Attributes" type string default { "" } disablewhen "{ RS_objprop_attr_auto == 1 }" menutoggle { [ "result = [] " ] [ "geo = hou.pwd().renderNode().geometry() " ] [ "for attr in geo.primAttribs(): " ] [ " result.append(attr.name()) " ] [ " result.append(attr.name()) " ] [ "return result " ] language python } } parm { name "RS_objprop_attr_detail" label "Object Attributes" type string default { "" } disablewhen "{ RS_objprop_attr_auto == 1 }" menutoggle { [ "result = [] " ] [ "geo = hou.pwd().renderNode().geometry() " ] [ "for attr in geo.globalAttribs(): " ] [ " result.append(attr.name()) " ] [ " result.append(attr.name()) " ] [ "return result " ] language python } } parm { name "RS_objprop_attr_detail_sep" label "RS_objprop_attr_detail_sep" type separator default { "" } } parm { name "RS_objprop_pckattr_promotion" label "Enable Packed Geo Point Attributes Promotion" type toggle default { "1" } } parm { name "RS_objprop_pckattr_replace" label "Replace Attributes" type string default { "Cd" } disablewhen "{ RS_objprop_pckattr_promotion == 0 }" menutoggle { [ "result = [] " ] [ "geo = hou.pwd().renderNode().geometry() " ] [ "for attr in geo.pointAttribs(): " ] [ " result.append(attr.name()) " ] [ " result.append(attr.name()) " ] [ "return result " ] language python } } parm { name "RS_objprop_pckattr_mult" label "Mult. Attributes" type string default { "scale pscale" } disablewhen "{ RS_objprop_pckattr_promotion == 0 }" menutoggle { [ "result = [] " ] [ "geo = hou.pwd().renderNode().geometry() " ] [ "for attr in geo.pointAttribs(): " ] [ " result.append(attr.name()) " ] [ " result.append(attr.name()) " ] [ "return result " ] language python } } parm { name "RS_objprop_pckattr_add" label "Add Attributes" type string default { "v" } disablewhen "{ RS_objprop_pckattr_promotion == 0 }" menutoggle { [ "result = [] " ] [ "geo = hou.pwd().renderNode().geometry() " ] [ "for attr in geo.pointAttribs(): " ] [ " result.append(attr.name()) " ] [ " result.append(attr.name()) " ] [ "return result " ] language python } } } group { name "RS_campropshapes_switcher_4" label "Tracesets" parm { name "RS_objprop_tracesets_enabled" label "Enable Tracesets" type toggle default { "0" } } parm { name "RS_objprop_tracesets_reflection" label "Reflections Enabled For" type oplist default { "*" } disablewhen "{ RS_objprop_tracesets_enabled == 0 }" parmtag { "opfilter" "!!OBJ/GEOMETRY!!" } parmtag { "oprelative" "/obj" } } parm { name "RS_objprop_tracesets_refraction" label "Refractions Enabled For" type oplist default { "*" } disablewhen "{ RS_objprop_tracesets_enabled == 0 }" parmtag { "opfilter" "!!OBJ/GEOMETRY!!" } parmtag { "oprelative" "/obj" } } parm { name "RS_objprop_tracesets_sss" label "SSS Enabled For" type oplist invisible default { "*" } disablewhen "{ RS_objprop_tracesets_enabled == 0 }" parmtag { "opfilter" "!!OBJ/GEOMETRY!!" } parmtag { "oprelative" "/obj" } } } group { name "RS_campropshapes_switcher_5" label "IPR" parm { name "RS_objprop_ipr_forceMeshUpdate" label "IPR force the mesh updating of OBJ nodes inside subnets" type toggle default { "0" } } } } group { name "RS_objprop_switcher_1" label "Proxy" parm { name "RS_objpro_label5" label " " type label default { "" } } parm { name "RS_objprop_proxy_enable" label "Enable Proxy File" type toggle default { "0" } parmtag { "script_callback" "nodes = hou.pwd().children() \nfor child in nodes: \n if child.type().name() == 'redshift_proxySOP': \n child.cook(True) \n" } parmtag { "script_callback_language" "python" } } parm { name "RS_objprop_proxy_file" label "Proxy Filename" type file default { "$HIP/filename.$F4.rs" } disablewhen "{ RS_objprop_proxy_enable == 0 }" parmtag { "script_callback" "nodes = hou.pwd().children() \nfor child in nodes: \n if child.type().name() == 'redshift_proxySOP': \n child.cook(True) \n" } parmtag { "script_callback_language" "python" } } parm { name "RS_objpro_sep5a" label "RS_objpro_sep5a" type separator default { "" } } parm { name "RS_objprop_proxy_preview" label "Display Mode" type ordinal default { "1" } disablewhen "{ RS_objprop_proxy_enable == 0 }" menu { "proxyPrevNone" "None" "proxyPrevBB" "Bounding Box" "proxyPrevSolid" "Mesh" "proxyPrevPoints" "Points" } parmtag { "script_callback" "nodes = hou.pwd().children() \nfor child in nodes: \n if child.type().name() == 'redshift_proxySOP': \n child.cook(True) \n" } parmtag { "script_callback_language" "python" } } parm { name "RS_objprop_proxy_prevPercent" label "Display Percentage" type float default { "1" } disablewhen "{ RS_objprop_proxy_enable == 0 } { RS_objprop_proxy_preview == proxyPrevNone } { RS_objprop_proxy_preview == proxyPrevBB }" range { 0! 1! } parmtag { "script_callback" "nodes = hou.pwd().children() \nfor child in nodes: \n if child.type().name() == 'redshift_proxySOP': \n child.cook(True) \n" } parmtag { "script_callback_language" "python" } } parm { name "RS_objprop_proxy_prevLines" label "Display Lines" type toggle default { "1" } disablewhen "{ RS_objprop_proxy_enable == 0 } { RS_objprop_proxy_preview == proxyPrevNone } { RS_objprop_proxy_preview == proxyPrevBB }" parmtag { "script_callback" "nodes = hou.pwd().children() \nfor child in nodes: \n if child.type().name() == 'redshift_proxySOP': \n child.cook(True) \n" } parmtag { "script_callback_language" "python" } } parm { name "RS_objprop_proxy_prevAnimated" label "Animated Preview" type toggle default { "0" } disablewhen "{ RS_objprop_proxy_enable == 0 } { RS_objprop_proxy_preview == proxyPrevNone }" parmtag { "script_callback" "nodes = hou.pwd().children() \nfor child in nodes: \n if child.type().name() == 'redshift_proxySOP': \n child.cook(True) \n" } parmtag { "script_callback_language" "python" } } parm { name "RS_objpro_sep5b" label "RS_objpro_sep5b" type separator default { "" } } parm { name "RS_objprop_proxy_materials" label "Proxy Materials" type ordinal default { "0" } disablewhen "{ RS_objprop_proxy_enable == 0 }" menu { "proxyMatProxy" "From Proxy" "proxyMatObject" "From OBJ Node" "proxyMatOverride" "Full Override" "proxyMatOvrList" "List Override" "proxyMatOvrScene" "From Scene Materials" } } parm { name "RS_objprop_proxy_override" label "Full Override Material" type oppath default { "" } disablewhen "{ RS_objprop_proxy_enable == 0 } { RS_objprop_proxy_materials != proxyMatOverride }" parmtag { "opfilter" "!!VOP!!" } parmtag { "oprelative" "." } } multiparm { name "RS_objprop_proxy_overrideList" label "Material Override List" parm { name "RS_objprop_proxy_overrideListFrom_#" label "Replace Material" type string joinnext default { "" } disablewhen "{ RS_objprop_proxy_enable == 0 } { RS_objprop_proxy_materials != proxyMatOvrList }" menureplace { [ "set directory = `run(\"pwd\")` " ] [ "set command = `\"Redshift_getProxyMaterials -n $directory \"` " ] [ "set materials = `run($command)` " ] [ "echo $materials " ] } } parm { name "RS_objprop_proxy_overrideListTo_#" label "With" type oppath default { "" } disablewhen "{ RS_objprop_proxy_enable == 0 } { RS_objprop_proxy_materials != proxyMatOvrList }" parmtag { "opfilter" "!!VOP!!" } parmtag { "oprelative" "." } } } parm { name "RS_objpro_sep5c" label "RS_objpro_sep5c" type separator default { "" } } parm { name "RS_objprop_proxy_elements_mesh" label "Exclude Meshes" type string default { "" } menutoggle { [ "set directory = `run(\"pwd\")` " ] [ "set command = `\"Redshift_getProxyElements -n $directory -t mesh\"` " ] [ "set elements = `run($command)` " ] [ "echo $elements " ] } } parm { name "RS_objprop_proxy_elements_volume" label "Exclude Volumes" type string default { "" } menutoggle { [ "set directory = `run(\"pwd\")` " ] [ "set command = `\"Redshift_getProxyElements -n $directory -t volume\"` " ] [ "set elements = `run($command)` " ] [ "echo $elements " ] } } parm { name "RS_objprop_proxy_elements_light" label "Exclude Lights" type string default { "" } menutoggle { [ "set directory = `run(\"pwd\")` " ] [ "set command = `\"Redshift_getProxyElements -n $directory -t light\"` " ] [ "set elements = `run($command)` " ] [ "echo $elements " ] } } parm { name "RS_objprop_proxy_elements_proxy" label "Exclude Proxies" type string default { "" } menutoggle { [ "set directory = `run(\"pwd\")` " ] [ "set command = `\"Redshift_getProxyElements -n $directory -t proxy\"` " ] [ "set elements = `run($command)` " ] [ "echo $elements " ] } } parm { name "RS_objpro_sep5d" label "RS_objpro_sep5d" type separator default { "" } } parm { name "RS_objprop_proxy_ovrID" label "Override Object ID" type toggle default { "0" } } parm { name "RS_objprop_proxy_ovrVis" label "Override Visibility & Matte" type toggle default { "0" } } parm { name "RS_objprop_proxy_ovrTess" label "Override Tessellation & Displacement" type toggle default { "0" } } parm { name "RS_objprop_proxy_ovrTraceS" label "Override Tracesets" type toggle default { "0" } } parm { name "RS_objprop_proxy_ovrUserData" label "Override User Data" type toggle default { "0" } } } group { name "RS_objprop_switcher_2" label "Visibility" parm { name "RS_objpro_label1o" label " " type label default { "" } } parm { name "MESHFLAG_PRIMARYRAYVISIBLE" label "Primary Ray Visible" type toggle default { "1" } } parm { name "MESHFLAG_SECONDARYRAYVISIBLE" label "Seconday Ray Visible" type toggle default { "1" } } parm { name "RS_objpro_sep1a" label "RS_objpro_sep1a" type separator default { "" } } parm { name "MESHFLAG_SHADOWCASTER" label "Casts Shadows" type toggle default { "1" } } parm { name "MESHFLAG_SHADOWRECEIVER" label "Receives Shadows" type toggle default { "1" } } parm { name "MESHFLAG_NOSELFSHADOW" label "Self-Shadows" type toggle default { "1" } } parm { name "MESHFLAG_AOCASTER" label "Cast AO" type toggle default { "1" } } parm { name "RS_objpro_sep1b" label "RS_objpro_sep1b" type separator default { "" } } parm { name "MESHFLAG_REFLECTIONVISIBLE" label "Visible in Reflections" type toggle default { "1" } disablewhen "{ MESHFLAG_SECONDARYRAYVISIBLE == 0 }" } parm { name "MESHFLAG_REFRACTIONVISIBLE" label "Visible in Refractions" type toggle default { "1" } disablewhen "{ MESHFLAG_SECONDARYRAYVISIBLE == 0 }" } parm { name "MESHFLAG_REFLECTIONCASTER" label "Casts Reflections" type toggle default { "1" } disablewhen "{ MESHFLAG_SECONDARYRAYVISIBLE == 0 }" } parm { name "MESHFLAG_REFRACTIONCASTER" label "Casts Refractions" type toggle default { "1" } disablewhen "{ MESHFLAG_SECONDARYRAYVISIBLE == 0 }" } parm { name "RS_objpro_sep1c" label "RS_objpro_sep1c" type separator default { "" } } parm { name "MESHFLAG_FGVISIBLE" label "Visible to Non-Photon GI" type toggle default { "1" } disablewhen "{ MESHFLAG_SECONDARYRAYVISIBLE == 0 }" } parm { name "MESHFLAG_GIVISIBLE" label "Visible to GI Photons" type toggle default { "1" } } parm { name "MESHFLAG_CAUSTICVISIBLE" label "Visible to Caustics Photons" type toggle default { "1" } disablewhen "{ MESHFLAG_SECONDARYRAYVISIBLE == 0 }" } parm { name "RS_objpro_sep1d" label "RS_objpro_sep1d" type separator default { "" } } parm { name "MESHFLAG_FGCASTER" label "Receives GI" type toggle default { "1" } disablewhen "{ MESHFLAG_SECONDARYRAYVISIBLE == 0 }" } parm { name "MESHFLAG_FORCEBRUTEFORCEGI" label "Force Brute-Force GI" type toggle default { "0" } disablewhen "{ MESHFLAG_SECONDARYRAYVISIBLE == 0 }" } parm { name "MESHFLAG_GICASTER" label "Casts GI Photons" type toggle default { "1" } } parm { name "MESHFLAG_CAUSTICCASTER" label "Casts Caustics Photons" type toggle default { "0" } } } group { name "RS_objprop_switcher_3" label "Tessellation / Displacement" parm { name "RS_objpro_label2" label " " type label default { "" } } parm { name "RS_objprop_rstess_enable" label "Enable Tessellation" type toggle default { "0" } } parm { name "RS_objprop_rstess_rule" label "Subdivision Rule" type ordinal default { "0" } disablewhen "{ RS_objprop_rstess_enable == 0 }" menu { "ccLoop" "Catmull-Clark + Loop" "ccOnly" "Catmull-Clark Only" } } parm { name "RS_objprop_rstess_ssadaptive" label "Screen Space Adaptive" type toggle default { "1" } disablewhen "{ RS_objprop_rstess_enable == 0 }" } parm { name "RS_objprop_rstess_smoothsub" label "Smooth subdivision" type toggle default { "1" } disablewhen "{ RS_objprop_rstess_enable == 0 }" } parm { name "RS_objprop_rstess_triQuads" label "Triangulate Quads" type toggle default { "0" } disablewhen "{ RS_objprop_rstess_enable == 0 }" } parm { name "RS_objprop_rstess_melenght" label "Minimum Edge Length" type float default { "4" } disablewhen "{ RS_objprop_rstess_enable == 0 }" range { 0! 32 } } parm { name "RS_objprop_rstess_maxsubd" label "Maximum Subdivisions" type integer default { "6" } disablewhen "{ RS_objprop_rstess_enable == 0 }" range { 0! 16 } } parm { name "RS_objprop_rstess_ooftf" label "Out of Frustum Tessellation Factor" type float default { "4" } disablewhen "{ RS_objprop_rstess_enable == 0 }" range { 0! 32 } } parm { name "RS_objprop_rstess_looft" label "Limit Out of Frust. Tessellation" type toggle default { "0" } disablewhen "{ RS_objprop_rstess_enable == 0 }" } parm { name "RS_objprop_rstess_looftSubd" label "Max Out of Frust. Subdivs" type integer default { "6" } disablewhen "{ RS_objprop_rstess_enable == 0 } { RS_objprop_rstess_looft == 0 }" range { 0! 16 } } parm { name "RS_objprop_rstess_smooth" label "Disable UV's Smoothing " type toggle default { "0" } disablewhen "{ RS_objprop_rstess_enable == 0 }" } parm { name "RS_objprop_rstess_smoothBound" label "Smooth UV Boundaries" type toggle default { "1" } disablewhen "{ RS_objprop_rstess_enable == 0 }" } parm { name "RS_objpro_sepTessellationDisplacement" label "RS_objpro_sepTessellationDisplacement" type separator default { "" } } parm { name "RS_objpro_label3" label " " type label default { "" } } parm { name "RS_objprop_displace_enable" label "Enable Displacement" type toggle default { "0" } } parm { name "RS_objprop_displace_max" label "Maximum Displacement" type log default { "1" } disablewhen "{ RS_objprop_displace_enable == 0 }" range { 0! 1000 } } parm { name "RS_objprop_displace_scale" label "Displacement Scale" type log default { "1" } disablewhen "{ RS_objprop_displace_enable == 0 }" range { 0! 1000 } } parm { name "RS_objprop_displace_autob" label "Enable Auto Bump Mapping" type toggle default { "1" } disablewhen "{ RS_objprop_displace_enable == 0 }" } } group { name "RS_objprop_switcher_4" label "Matte" parm { name "RS_objpro_label4" label " " type label default { "" } } parm { name "RS_objprop_matte_enable" label "Matte Enable" type toggle default { "0" } } parm { name "RS_objprop_matte_showbackg" label "Show Background" type toggle default { "1" } disablewhen "{ RS_objprop_matte_enable == 0 }" } parm { name "RS_objprop_matte_applysec" label "Apply to Second Rays" type toggle default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 }" } parm { name "RS_objprop_matte_abyml" label "Affected By Matte Lights" type toggle default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 }" } parm { name "RS_objprop_matte_includePM" label "Include In Puzzle-Mattes" type toggle default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 }" } parm { name "RS_objprop_matte_alpha" label "Alpha" type float default { "1" } disablewhen "{ RS_objprop_matte_enable == 0 }" range { 0! 1! } } parm { name "RS_objprop_matte_reflscale" label "Reflection Scale" type float default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 }" range { 0! 1! } } parm { name "RS_objprop_matte_refrscale" label "Refraction Scale" type float default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 }" range { 0! 1! } } parm { name "RS_objprop_matte_diffscale" label "Diffuse Scale" type float default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 }" range { 0! 1! } } parm { name "RS_objpro_sep4b" label "RS_objpro_sep4b" type separator default { "" } } parm { name "RS_objprop_matte_shadowenable" label "Shadow Enable" type toggle default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 }" } parm { name "RS_objprop_matte_shadowsFromM" label "Receive Shadows From Mattes" type toggle default { "1" } disablewhen "{ RS_objprop_matte_enable == 0 } { RS_objprop_matte_shadowenable == 0 }" } parm { name "RS_objprop_matte_shadowalpha" label "Affect Alpha" type toggle default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 } { RS_objprop_matte_shadowenable == 0 }" } parm { name "RS_objprop_matte_shadowcolor" label "Color" type color size 3 default { "0" "0" "0" } disablewhen "{ RS_objprop_matte_enable == 0 } { RS_objprop_matte_shadowenable == 0 }" range { 0 1 } } parm { name "RS_objprop_matte_shadowtrans" label "Transparency" type float default { "0" } disablewhen "{ RS_objprop_matte_enable == 0 } { RS_objprop_matte_shadowenable == 0 }" range { 0! 1! } } } group { name "RS_objprop_switcher_5" label "Strands" parm { name "RS_objpro_label6" label " " type label default { "" } } parm { name "RS_objprop_strands_enable" label "Render Object as Strands" type toggle default { "0" } } parm { name "RS_objprop_strands_type" label "Strand Type" type ordinal default { "4" } disablewhen "{ RS_objprop_strands_enable == 0 }" menu { "RS_STRAND_SHAPE_BOX" "Box" "RS_STRAND_SHAPE_CYLINDER" "Cylinder" "RS_STRAND_SHAPE_CAPSULE" "Capsule" "RS_STRAND_SHAPE_CONE" "Cone" "RS_STRAND_SHAPE_STRIP" "Strip" } } parm { name "RS_objprop_strands_maxSubd" label "Max. Tessellation Subdivisions" type integer default { "8" } disablewhen "{ RS_objprop_strands_enable == 0 }" range { 0! 16 } } parm { name "RS_objprop_strands_scale" label "Default Scale" type float default { "0.01" } disablewhen "{ RS_objprop_strands_enable == 0 }" range { 0! 2 } } parm { name "RS_objprop_strands_scaleMult" label "Global Scale Multiplier" type float default { "1" } disablewhen "{ RS_objprop_strands_enable == 0 }" range { 0! 10 } } parm { name "RS_objprop_strands_ignorePScale" label "Ignore the 'pscale' Attribute" type toggle default { "0" } disablewhen "{ RS_objprop_strands_enable == 0 }" } parm { name "RS_objprop_strands_useCamera" label "Screen-space Adaptive Tesselaltion" type toggle default { "1" } disablewhen "{ RS_objprop_strands_enable == 0 }" } } group { name "RS_objprop_switcher_6" label "Particles" parm { name "RS_objpro_label10" label " " type label default { "" } } parm { name "RS_objprop_particles_enable" label "Render Object as Particles" type toggle default { "0" } } parm { name "RS_objprop_particles_ignoreScale" label "Ignore Scale Attributes" type toggle default { "0" } disablewhen "{ RS_objprop_particles_enable == 0 }" } parm { name "RS_objprop_particles_scale" label "Default Scale" type float default { "0.01" } disablewhen "{ RS_objprop_particles_enable == 0 } { RS_objprop_particles_ignoreScale == 0 }" range { 0! 2 } } parm { name "RS_objprop_particles_scaleMult" label "Global Scale Multiplier" type float default { "1" } disablewhen "{ RS_objprop_particles_enable == 0 }" range { 0! 10 } } } group { name "RS_objprop_switcher_7" label "Volume" parm { name "RS_objpro_label7" label " " type label default { "" } } parm { name "RS_objprop_volume_enable" label "Volume Enable" type toggle invisible default { "0" } } parm { name "RS_objprop_volume_type" label "Volume Type" type ordinal invisible default { "0" } menu { "vOpenVDB" "OpenVDB File" "vHoudiniVolume" "Volume/VDB Houdini Primitive" } } parm { name "RS_objprop_volume_filterN" label "Filter Negative Voxels" type toggle default { "1" } } parm { name "RS_objprop_volume_filterDeg" label "Filter Degenerate Voxels" type toggle default { "0" } } parm { name "RS_objprop_volume_filterDegThr" label "Degenerate Voxels Threshold" type float default { "10" } disablewhen "{ RS_objprop_volume_filterDeg == 0 }" range { 1! 100 } } parm { name "RS_objprop_volume_cleanBackg" label "Color Channels Clean Background" type toggle default { "1" } } parm { name "RS_objprop_volume_v" label "Use Velocity Grids" type toggle default { "0" } } parm { name "RS_objprop_volume_vx" label "Velocity X Grid" type string default { "vel.x" } disablewhen "{ RS_objprop_volume_v == 0 }" } parm { name "RS_objprop_volume_vy" label "Velocity Y Grid" type string default { "vel.y" } disablewhen "{ RS_objprop_volume_v == 0 }" } parm { name "RS_objprop_volume_vz" label "Velocity Z Grid" type string default { "vel.z" } disablewhen "{ RS_objprop_volume_v == 0 }" } parm { name "RS_objprop_volume_vs" label "Velocity Grid Scale" type float default { "1" } disablewhen "{ RS_objprop_volume_v == 0 }" range { 0! 1 } } parm { name "RS_objpro_last" label "RS_objpro_last" type integer invisible default { "0" } range { 0 10 } } } } HouLC1033600ba2060bee1de054b82530obj/grid1.parm{ version 0.8 stdswitcher [ 0 locks=0 ] ( 0 0 0 ) xOrd [ 0 locks=0 ] ( "srt" ) rOrd [ 0 locks=0 ] ( "xyz" ) t [ 0 locks=0 ] ( 0 0 0 ) r [ 0 locks=0 ] ( 0 0 0 ) s [ 0 locks=0 ] ( 1 1 1 ) p [ 0 locks=0 ] ( 0 0 0 ) pr [ 0 locks=0 ] ( 0 0 0 ) scale [ 0 locks=0 ] ( 1 ) pre_xform [ 0 locks=0 ] ( 0 ) keeppos [ 0 locks=0 ] ( "off" ) childcomp [ 0 locks=0 ] ( "off" ) constraints_on [ 0 locks=0 ] ( "off" ) constraints_path [ 0 locks=0 ] ( "" ) lookatpath [ 0 locks=0 ] ( "" ) lookupobjpath [ 0 locks=0 ] ( "" ) lookup [ 0 locks=0 ] ( on ) pathobjpath [ 0 locks=0 ] ( "" ) roll [ 0 locks=0 ] ( 0 ) pos [ 0 locks=0 ] ( 0 ) uparmtype [ 0 locks=0 ] ( "arc" ) pathorient [ 0 locks=0 ] ( 1 ) up [ 0 locks=0 ] ( 0 1 0 ) bank [ 0 locks=0 ] ( 0 ) shop_materialpath [ 0 locks=0 ] ( "" ) shop_materialopts [ 0 locks=0 ] ( 0 ) tdisplay [ 0 locks=0 ] ( "off" ) display [ 0 locks=0 ] ( 1 ) use_dcolor [ 0 locks=0 ] ( "off" ) dcolor [ 0 locks=0 ] ( 1 1 1 ) picking [ 0 locks=0 ] ( "on" ) pickscript [ 0 locks=0 ] ( "" ) caching [ 0 locks=0 ] ( "on" ) vport_shadeopen [ 0 locks=0 ] ( "off" ) vport_displayassubdiv [ 0 locks=0 ] ( "off" ) vport_onionskin [ 0 locks=0 ] ( "off" ) stdswitcher4 [ 0 locks=0 ] ( 0 0 0 0 ) viewportlod [ 0 locks=0 ] ( "full" ) vm_rendervisibility [ 0 locks=0 ] ( * ) vm_rendersubd [ 0 locks=0 ] ( "off" ) vm_subdstyle [ 0 locks=0 ] ( mantra_catclark ) vm_subdgroup [ 0 locks=0 ] ( "" ) vm_osd_quality [ 0 locks=0 ] ( 1 ) vm_osd_vtxinterp [ 0 locks=0 ] ( 2 ) vm_osd_fvarinterp [ 0 locks=0 ] ( 4 ) folder0 [ 0 locks=0 ] ( 0 0 0 0 ) categories [ 0 locks=0 ] ( "" ) reflectmask [ 0 locks=0 ] ( * ) refractmask [ 0 locks=0 ] ( * ) lightmask [ 0 locks=0 ] ( * ) lightcategories [ 0 locks=0 ] ( * ) vm_lpetag [ 0 locks=0 ] ( "" ) vm_volumefilter [ 0 locks=0 ] ( box ) vm_volumefilterwidth [ 0 locks=0 ] ( 1 ) vm_matte [ 0 locks=0 ] ( "off" ) vm_rayshade [ 0 locks=0 ] ( "off" ) geo_velocityblur [ 0 locks=0 ] ( "off" ) geo_accelattribute [ 0 locks=0 ] ( accel ) vm_shadingquality [ 0 locks=0 ] ( 1 ) vm_flatness [ 0 locks=0 ] ( 0.050000000000000003 ) vm_raypredice [ 0 locks=0 ] ( 0 ) vm_curvesurface [ 0 locks=0 ] ( "off" ) vm_rmbackface [ 0 locks=0 ] ( "off" ) shop_geometrypath [ 0 locks=0 ] ( "" ) vm_forcegeometry [ 0 locks=0 ] ( "on" ) vm_rendersubdcurves [ 0 locks=0 ] ( "off" ) vm_renderpoints [ 0 locks=0 ] ( 2 ) vm_renderpointsas [ 0 locks=0 ] ( 0 ) vm_usenforpoints [ 0 locks=0 ] ( "off" ) vm_pointscale [ 0 locks=0 ] ( 1 ) vm_pscalediameter [ 0 locks=0 ] ( "off" ) vm_metavolume [ 0 locks=0 ] ( "off" ) vm_coving [ 0 locks=0 ] ( 1 ) vm_materialoverride [ 0 locks=0 ] ( compact ) vm_overridedetail [ 0 locks=0 ] ( "off" ) vm_procuseroottransform [ 0 locks=0 ] ( "on" ) RS_objprop_switcher [ 0 locks=0 ] ( 0 0 0 0 0 0 0 0 ) RS_objpro_first [ 0 locks=0 ] ( 0 ) RS_campropshapes_switcher [ 0 locks=0 ] ( 0 0 0 0 0 0 ) RS_objprop_ID [ 0 locks=0 ] ( 0 ) RS_objprop_CryptoID [ 0 locks=0 ] ( "" ) RS_objprop_CryptoMatID_AllMat [ 0 locks=0 ] ( "off" ) RS_objpro_sep00 [ 0 locks=0 ] ( ) RS_objprop_ngons_enable [ 0 locks=0 ] ( "on" ) RS_objprop_ngons_avoidDegen [ 0 locks=0 ] ( "off" ) RS_objprop_tangents_enable [ 0 locks=0 ] ( "off" ) RS_objprop_normals_normalize [ 0 locks=0 ] ( "off" ) RS_objpro_sep0a [ 0 locks=0 ] ( ) RS_objprop_renderAsHair [ 0 locks=0 ] ( "off" ) RS_objprop_defaultHairWidth [ 0 locks=0 ] ( 0.01 ) RS_objprop_hairHalfThickness [ 0 locks=0 ] ( "off" ) RS_objpro_sep0b [ 0 locks=0 ] ( ) RS_objprop_mb_trans [ 0 locks=0 ] ( "on" ) RS_objprop_mb_def [ 0 locks=0 ] ( "on" ) RS_objprop_mb_points [ 0 locks=0 ] ( "on" ) RS_objprop_mb_def_use_v [ 0 locks=0 ] ( "off" ) RS_objprop_mb_v_attr [ 0 locks=0 ] ( v ) RS_objprop_mb_deformSteps [ 0 locks=0 ] ( "-1" ) RS_objprop_mb_fd_scale [ 0 locks=0 ] ( 1 ) RS_objprop_mb_offset [ 0 locks=0 ] ( 0 ) RS_objpro_sep0c [ 0 locks=0 ] ( ) RS_objprop_renderSOPsubnets [ 0 locks=0 ] ( "on" ) RS_objprop_tess_enable [ 0 locks=0 ] ( "off" ) RS_objprop_tess_u [ 0 locks=0 ] ( 1 ) RS_objprop_tess_v [ 0 locks=0 ] ( 1 ) RS_objprop_tess_trim [ 0 locks=0 ] ( 1 ) RS_objprop_inst_mode [ 0 locks=0 ] ( "insInstances" ) RS_objprop_inst_mb [ 0 locks=0 ] ( "insMBFull" ) RS_objprop_inst_lightShader [ 0 locks=0 ] ( "insLightsShared" ) RS_objprop_inst_universalIF [ 0 locks=0 ] ( "0" ) RS_objprop_inst_ignorePivot [ 0 locks=0 ] ( "on" ) RS_objprop_inst_fileOverride [ 0 locks=0 ] ( "off" ) RS_objprop_inst_packed [ 0 locks=0 ] ( "off" ) RS_objprop_inst_PackedPrimInstancing [ 0 locks=0 ] ( "off" ) RS_objprop_inst_subnetInstancing [ 0 locks=0 ] ( "off" ) RS_objprop_attr_auto [ 0 locks=0 ] ( "on" ) RS_objprop_attr_vertex [ 0 locks=0 ] ( "" ) RS_objprop_attr_points [ 0 locks=0 ] ( "" ) RS_objprop_attr_primitives [ 0 locks=0 ] ( "" ) RS_objprop_attr_detail [ 0 locks=0 ] ( "" ) RS_objprop_attr_detail_sep [ 0 locks=0 ] ( ) RS_objprop_pckattr_promotion [ 0 locks=0 ] ( "on" ) RS_objprop_pckattr_replace [ 0 locks=0 ] ( Cd ) RS_objprop_pckattr_mult [ 0 locks=0 ] ( "scale pscale" ) RS_objprop_pckattr_add [ 0 locks=0 ] ( v ) RS_objprop_tracesets_enabled [ 0 locks=0 ] ( "off" ) RS_objprop_tracesets_reflection [ 0 locks=0 ] ( * ) RS_objprop_tracesets_refraction [ 0 locks=0 ] ( * ) RS_objprop_tracesets_sss [ 0 locks=0 ] ( * ) RS_objprop_ipr_forceMeshUpdate [ 0 locks=0 ] ( "off" ) RS_objpro_label5 [ 0 locks=0 ] ( "" ) RS_objprop_proxy_enable [ 0 locks=0 ] ( "off" ) RS_objprop_proxy_file [ 0 locks=0 ] ( $HIP/filename.$F4.rs ) RS_objpro_sep5a [ 0 locks=0 ] ( ) RS_objprop_proxy_preview [ 0 locks=0 ] ( "proxyPrevBB" ) RS_objprop_proxy_prevPercent [ 0 locks=0 ] ( 1 ) RS_objprop_proxy_prevLines [ 0 locks=0 ] ( "on" ) RS_objprop_proxy_prevAnimated [ 0 locks=0 ] ( "off" ) RS_objpro_sep5b [ 0 locks=0 ] ( ) RS_objprop_proxy_materials [ 0 locks=0 ] ( "proxyMatProxy" ) RS_objprop_proxy_override [ 0 locks=0 ] ( "" ) RS_objprop_proxy_overrideList [ 0 locks=0 ] ( 0 ) RS_objpro_sep5c [ 0 locks=0 ] ( ) RS_objprop_proxy_elements_mesh [ 0 locks=0 ] ( "" ) RS_objprop_proxy_elements_volume [ 0 locks=0 ] ( "" ) RS_objprop_proxy_elements_light [ 0 locks=0 ] ( "" ) RS_objprop_proxy_elements_proxy [ 0 locks=0 ] ( "" ) RS_objpro_sep5d [ 0 locks=0 ] ( ) RS_objprop_proxy_ovrID [ 0 locks=0 ] ( "off" ) RS_objprop_proxy_ovrVis [ 0 locks=0 ] ( "off" ) RS_objprop_proxy_ovrTess [ 0 locks=0 ] ( "off" ) RS_objprop_proxy_ovrTraceS [ 0 locks=0 ] ( "off" ) RS_objprop_proxy_ovrUserData [ 0 locks=0 ] ( "off" ) RS_objpro_label1o [ 0 locks=0 ] ( "" ) MESHFLAG_PRIMARYRAYVISIBLE [ 0 locks=0 ] ( "on" ) MESHFLAG_SECONDARYRAYVISIBLE [ 0 locks=0 ] ( "on" ) RS_objpro_sep1a [ 0 locks=0 ] ( ) MESHFLAG_SHADOWCASTER [ 0 locks=0 ] ( "on" ) MESHFLAG_SHADOWRECEIVER [ 0 locks=0 ] ( "on" ) MESHFLAG_NOSELFSHADOW [ 0 locks=0 ] ( "on" ) MESHFLAG_AOCASTER [ 0 locks=0 ] ( "on" ) RS_objpro_sep1b [ 0 locks=0 ] ( ) MESHFLAG_REFLECTIONVISIBLE [ 0 locks=0 ] ( "on" ) MESHFLAG_REFRACTIONVISIBLE [ 0 locks=0 ] ( "on" ) MESHFLAG_REFLECTIONCASTER [ 0 locks=0 ] ( "on" ) MESHFLAG_REFRACTIONCASTER [ 0 locks=0 ] ( "on" ) RS_objpro_sep1c [ 0 locks=0 ] ( ) MESHFLAG_FGVISIBLE [ 0 locks=0 ] ( "on" ) MESHFLAG_GIVISIBLE [ 0 locks=0 ] ( "on" ) MESHFLAG_CAUSTICVISIBLE [ 0 locks=0 ] ( "on" ) RS_objpro_sep1d [ 0 locks=0 ] ( ) MESHFLAG_FGCASTER [ 0 locks=0 ] ( "on" ) MESHFLAG_FORCEBRUTEFORCEGI [ 0 locks=0 ] ( "off" ) MESHFLAG_GICASTER [ 0 locks=0 ] ( "on" ) MESHFLAG_CAUSTICCASTER [ 0 locks=0 ] ( "off" ) RS_objpro_label2 [ 0 locks=0 ] ( "" ) RS_objprop_rstess_enable [ 0 locks=0 ] ( "off" ) RS_objprop_rstess_rule [ 0 locks=0 ] ( "ccLoop" ) RS_objprop_rstess_ssadaptive [ 0 locks=0 ] ( "on" ) RS_objprop_rstess_smoothsub [ 0 locks=0 ] ( "on" ) RS_objprop_rstess_triQuads [ 0 locks=0 ] ( "off" ) RS_objprop_rstess_melenght [ 0 locks=0 ] ( 4 ) RS_objprop_rstess_maxsubd [ 0 locks=0 ] ( 6 ) RS_objprop_rstess_ooftf [ 0 locks=0 ] ( 4 ) RS_objprop_rstess_looft [ 0 locks=0 ] ( "off" ) RS_objprop_rstess_looftSubd [ 0 locks=0 ] ( 6 ) RS_objprop_rstess_smooth [ 0 locks=0 ] ( "off" ) RS_objprop_rstess_smoothBound [ 0 locks=0 ] ( "on" ) RS_objpro_sepTessellationDisplacement [ 0 locks=0 ] ( ) RS_objpro_label3 [ 0 locks=0 ] ( "" ) RS_objprop_displace_enable [ 0 locks=0 ] ( "off" ) RS_objprop_displace_max [ 0 locks=0 ] ( 1 ) RS_objprop_displace_scale [ 0 locks=0 ] ( 1 ) RS_objprop_displace_autob [ 0 locks=0 ] ( "on" ) RS_objpro_label4 [ 0 locks=0 ] ( "" ) RS_objprop_matte_enable [ 0 locks=0 ] ( "off" ) RS_objprop_matte_showbackg [ 0 locks=0 ] ( "on" ) RS_objprop_matte_applysec [ 0 locks=0 ] ( "off" ) RS_objprop_matte_abyml [ 0 locks=0 ] ( "off" ) RS_objprop_matte_includePM [ 0 locks=0 ] ( "off" ) RS_objprop_matte_alpha [ 0 locks=0 ] ( 1 ) RS_objprop_matte_reflscale [ 0 locks=0 ] ( 0 ) RS_objprop_matte_refrscale [ 0 locks=0 ] ( 0 ) RS_objprop_matte_diffscale [ 0 locks=0 ] ( 0 ) RS_objpro_sep4b [ 0 locks=0 ] ( ) RS_objprop_matte_shadowenable [ 0 locks=0 ] ( "off" ) RS_objprop_matte_shadowsFromM [ 0 locks=0 ] ( "on" ) RS_objprop_matte_shadowalpha [ 0 locks=0 ] ( "off" ) RS_objprop_matte_shadowcolor [ 0 locks=0 ] ( 0 0 0 ) RS_objprop_matte_shadowtrans [ 0 locks=0 ] ( 0 ) RS_objpro_label6 [ 0 locks=0 ] ( "" ) RS_objprop_strands_enable [ 0 locks=0 ] ( "off" ) RS_objprop_strands_type [ 0 locks=0 ] ( "RS_STRAND_SHAPE_STRIP" ) RS_objprop_strands_maxSubd [ 0 locks=0 ] ( 8 ) RS_objprop_strands_scale [ 0 locks=0 ] ( 0.01 ) RS_objprop_strands_scaleMult [ 0 locks=0 ] ( 1 ) RS_objprop_strands_ignorePScale [ 0 locks=0 ] ( "off" ) RS_objprop_strands_useCamera [ 0 locks=0 ] ( "on" ) RS_objpro_label10 [ 0 locks=0 ] ( "" ) RS_objprop_particles_enable [ 0 locks=0 ] ( "off" ) RS_objprop_particles_ignoreScale [ 0 locks=0 ] ( "off" ) RS_objprop_particles_scale [ 0 locks=0 ] ( 0.01 ) RS_objprop_particles_scaleMult [ 0 locks=0 ] ( 1 ) RS_objpro_label7 [ 0 locks=0 ] ( "" ) RS_objprop_volume_enable [ 0 locks=0 ] ( "off" ) RS_objprop_volume_type [ 0 locks=0 ] ( "vOpenVDB" ) RS_objprop_volume_filterN [ 0 locks=0 ] ( "on" ) RS_objprop_volume_filterDeg [ 0 locks=0 ] ( "off" ) RS_objprop_volume_filterDegThr [ 0 locks=0 ] ( 10 ) RS_objprop_volume_cleanBackg [ 0 locks=0 ] ( "on" ) RS_objprop_volume_v [ 0 locks=0 ] ( "off" ) RS_objprop_volume_vx [ 0 locks=0 ] ( vel.x ) RS_objprop_volume_vy [ 0 locks=0 ] ( vel.y ) RS_objprop_volume_vz [ 0 locks=0 ] ( vel.z ) RS_objprop_volume_vs [ 0 locks=0 ] ( 1 ) RS_objpro_last [ 0 locks=0 ] ( 0 ) } HouLC1033600bbe060bee1de0245fa699obj/grid1.userdata ___Version___18.5.408HouLC1033600bb5060bee1de0444be7b3obj/grid1/cop2net1.inittype = cop2net matchesdef = 0 HouLC1033600bba060bee1de029256f30obj/grid1/cop2net1.defsopflags sopflags = comment "" position -2.88672 5.96046e-09 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981393 modify 1622981637 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.5 0.5 0.35 delscript "" exprlanguage hscript end HouLC1033600bba060bee1de0ef3f4615obj/grid1/cop2net1.chn{ channel frame { lefttype = extend righttype = extend flags = 0 segment { length = 0 expr = $F } } } HouLC1033600bb5060bee1de037021f3dobj/grid1/cop2net1.parm{ version 0.8 usecoppath [ 0 locks=0 ] ( "off" ) coppath [ 0 locks=0 ] ( "" ) frame [ 0 locks=0 ] ( [ frame 31 ] ) planemask [ 0 locks=0 ] ( * ) method [ 0 locks=0 ] ( "mesh" ) plane [ 0 locks=0 ] ( "xy" ) sampling [ 0 locks=0 ] ( "center" ) t [ 0 locks=0 ] ( 0 0 0 ) scale [ 0 locks=0 ] ( 1 ) visualize [ 0 locks=0 ] ( "on" ) visrange [ 0 locks=0 ] ( 0 1 ) } HouLC1033600bb1060bee1de0d6279d52obj/grid1/cop2net1.userdata ___Version___18.5.408HouLC1033600b89060bee1de0ccf6e537obj/grid1/cop2net1/vopcop2gen1.inittype = vopcop2gen matchesdef = 0 HouLC1033600b8e060bee1de06367f164obj/grid1/cop2net1/vopcop2gen1.defcomment "" position -1.97266 0.609375 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display on render on highlight off unload off savedata off compress off colordefault off exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981398 modify 1622981541 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.5 0.7 0.6 delscript "" exprlanguage hscript end HouLC1033600b81060bee1de07d1d4354obj/grid1/cop2net1/vopcop2gen1.spareparmdef group { name "stdswitcher5" label "Compiler" parm { name "vop_compiler" baseparm label "Compiler" export none } parm { name "vop_forcecompile" baseparm label "Force Compile" export none } } group { name "stdswitcher5_1" label "Mask" parm { name "effectamount" baseparm label "Effect Amount" export none } parm { name "maskplane" baseparm label "Mask Plane" export none } parm { name "maskresize" baseparm label "Resize Mask to Fit Image" export none } parm { name "maskinvert" baseparm label "Invert Mask" export none } } group { name "stdswitcher5_2" label "Image" parm { name "overridesize" baseparm label "Override Global Size" joinnext export none } parm { name "size" baseparm label "Override Size" joinnext export none } parm { name "sizemenu" baseparm label "Size Menu" export none } parm { name "overrideaspect" baseparm label "Override Pixel Aspect" joinnext export none } parm { name "aspect" baseparm label "Pixel Aspect Ratio" export none } parm { name "planes" baseparm label "Image Planes" export none } parm { name "addplanes" baseparm label "Add Plane" joinnext export none } parm { name "addplaneop" baseparm label "" nolabel export none } parm { name "customplanes" baseparm label "Custom Planes" export none } parm { name "depth" baseparm label "Raster Depth" joinnext export dialog } parm { name "depthmenu" baseparm label "Depth Menu" export dialog } parm { name "depthglobal" baseparm label "Global Depth Setting" invisible export none } parm { name "usebwpoints" baseparm label "Use Custom Black/White Points" joinnext export dialog } parm { name "bwpoints" baseparm label "Black/White Points" export dialog } parm { name "interlace" baseparm label "Interlacing" joinnext export none } parm { name "idominance" baseparm label "" nolabel export none } } group { name "stdswitcher5_3" label "Sequence" parm { name "overriderange" baseparm label "Override Global Range" export dialog } parm { name "singleimage" baseparm label "Still Image" export dialog } parm { name "start" baseparm label "Start Frame" export dialog } parm { name "length" baseparm label "Length" export dialog } parm { name "preextend" baseparm label "Pre Extend" export none } parm { name "prehold" baseparm label "Pre Hold" export none } parm { name "postextend" baseparm label "Post Extend" export none } parm { name "posthold" baseparm label "Post Hold" export none } } parm { name "offset" label "Offset" type float size 3 default { "0" "0" "0" } range { 0 10 } parmtag { "parmvop" "1" } parmtag { "shaderparmcontexts" "cop2" } } HouLC1033600b8e060bee1de075393dadobj/grid1/cop2net1/vopcop2gen1.chn{ channel aspect { lefttype = extend righttype = extend flags = 0 segment { length = 0 expr = $CPIXA } } channel depthglobal { lefttype = extend righttype = extend flags = 0 segment { length = 0 expr = $CDEPTH } } channel bwpoints1 { lefttype = extend righttype = extend flags = 0 segment { length = 0 expr = $CBP } } channel bwpoints2 { lefttype = extend righttype = extend flags = 0 segment { length = 0 expr = $CWP } } channel start { lefttype = extend righttype = extend flags = 0 segment { length = 0 expr = $FSTART } } channel length { lefttype = extend righttype = extend flags = 0 segment { length = 0 expr = $NFRAMES } } channel offset3 { lefttype = extend righttype = extend default = 0.59999999999999998 flags = 0 segment { length = 0 value = 0.59999999999999998 0.59999999999999998 expr = $F*0.02 } } } HouLC1033600b89060bee1de0ca3f4c5cobj/grid1/cop2net1/vopcop2gen1.parm{ version 0.8 stdswitcher [ 0 locks=0 ] ( 2 2 2 2 ) vop_compiler [ 0 locks=0 ] ( "vcc -q $VOP_INCLUDEPATH -o $VOP_OBJECTFILE -e $VOP_ERRORFILE $VOP_SOURCEFILE" ) vop_forcecompile [ 0 locks=0 ] ( 0 ) effectamount [ 0 locks=0 ] ( 1 ) maskplane [ 0 locks=0 ] ( A ) maskresize [ 0 locks=0 ] ( "off" ) maskinvert [ 0 locks=0 ] ( "off" ) overridesize [ 0 locks=0 ] ( "on" ) size [ 0 locks=0 ] ( 512 512 ) sizemenu [ 0 locks=0 ] ( 0 ) overrideaspect [ 0 locks=0 ] ( "off" ) aspect [ 0 locks=0 ] ( [ aspect 1 ] ) planes [ 0 locks=0 ] ( "rgba" ) addplanes [ 0 locks=0 ] ( "m" ) addplaneop [ 0 locks=0 ] ( "replace" ) customplanes [ 0 locks=0 ] ( "" ) depth [ 0 locks=0 ] ( "default" ) depthmenu [ 0 locks=0 ] ( 0 ) depthglobal [ 0 locks=0 ] ( [ depthglobal 4 ] ) usebwpoints [ 0 locks=0 ] ( "off" ) bwpoints [ 0 locks=0 ] ( [ bwpoints1 0 ] [ bwpoints2 1 ] ) interlace [ 0 locks=0 ] ( "none" ) idominance [ 0 locks=0 ] ( "odd" ) overriderange [ 0 locks=0 ] ( "off" ) singleimage [ 0 locks=0 ] ( "off" ) start [ 0 locks=0 ] ( [ start 1 ] ) length [ 0 locks=0 ] ( [ length 240 ] ) preextend [ 0 locks=0 ] ( "black" ) prehold [ 0 locks=0 ] ( 0 ) postextend [ 0 locks=0 ] ( "black" ) posthold [ 0 locks=0 ] ( 0 ) offset [ 8 locks=0 ] ( 0 0 [ offset3 2.6200000000000001 ] ) } HouLC1033600b85060bee1de04703b694obj/grid1/cop2net1/vopcop2gen1.userdata ___Version___18.5.408HouLC1033600b89060bee1de0c6b69325obj/grid1/cop2net1/vopcop2gen1.cop22 15 0 HouLC1033600b81060bee1de0ccc9d759obj/grid1/cop2net1/vopcop2gen1/global1.inittype = global matchesdef = 0 HouLC1033600b86060bee1de01c53a661obj/grid1/cop2net1/vopcop2gen1/global1.defcomment "" position -1.83112 1.56453 connectornextid 24 flags = lock off model off template off footprint off xray off bypass off display on render on highlight off unload off savedata off compress on colordefault on exposed on lowdetail off mediumdetail off highdetail on material off outputsNamed3 { 0 "XRES" 1 "YRES" 2 "AR" 3 "R" 4 "G" 5 "B" 6 "A" 7 "Cr" 8 "Cg" 9 "Cb" 10 "C4" 11 "PNAME" 12 "PL" 13 "NP" 14 "PS" 15 "AI" 16 "AS" 17 "I" 18 "NI" 19 "H" 20 "S" 21 "V" 22 "X" 23 "Y" } inputsNamed3 { } inputs { } stat { create 1622981399 modify 1622981541 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600b81060bee1de07c8e14a1obj/grid1/cop2net1/vopcop2gen1/global1.parm{ version 0.8 contexttype [ 0 locks=0 ] ( cop2 ) usemenu [ 0 locks=0 ] ( "off" ) varname [ 0 locks=0 ] ( P ) } HouLC1033600b9d060bee1de0fc9ae43dobj/grid1/cop2net1/vopcop2gen1/global1.userdata ___Version___18.5.408HouLC1033600b81060bee1de0441fca7eobj/grid1/cop2net1/vopcop2gen1/output1.inittype = output matchesdef = 0 HouLC1033600b86060bee1de051ae2713obj/grid1/cop2net1/vopcop2gen1/output1.defcomment "" position 8.658 -0.6488 connectornextid 3 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on lowdetail off mediumdetail off highdetail on material off outputsNamed3 { } inputsNamed3 { 0 vectofloat1 1 1 "R" 1 vectofloat1 2 1 "G" 2 vectofloat1 3 1 "B" } inputs { 0 vectofloat1 0 1 1 vectofloat1 1 1 2 vectofloat1 2 1 } stat { create 1622981399 modify 1622981541 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600b81060bee1de0c8d48a59obj/grid1/cop2net1/vopcop2gen1/output1.parm{ version 0.8 contexttype [ 0 locks=0 ] ( cop2 ) outputcodelast [ 0 locks=0 ] ( "on" ) parmorder [ 0 locks=0 ] ( "" ) } HouLC1033600b9d060bee1de0cec4138eobj/grid1/cop2net1/vopcop2gen1/output1.userdata ___Version___18.5.408HouLC1033600b82060bee1de0b421db32obj/grid1/cop2net1/vopcop2gen1/turbnoise1.inittype = turbnoise matchesdef = 0 HouLC1033600b83060bee1de0c4b0ce27obj/grid1/cop2net1/vopcop2gen1/turbnoise1.defcomment "" position 3.69561 -1.69004 connectornextid 9 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on lowdetail off mediumdetail off highdetail on material off outputsNamed3 { 8 "noise" } inputsNamed3 { 0 "" "" 1 "type" 1 floattovec1 3 1 "pos" 2 "" "" 1 "freq" 3 offset 0 1 "offset" 4 "" "" 1 "amp" 5 "" "" 1 "rough" 6 "" "" 1 "atten" 7 "" "" 1 "turb" } inputs { 0 "" 0 1 1 floattovec1 0 1 2 "" 0 1 3 offset 0 1 4 "" 0 1 5 "" 0 1 6 "" 0 1 7 "" 0 1 } stat { create 1622981432 modify 1622981541 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600b82060bee1de0e503ebc6obj/grid1/cop2net1/vopcop2gen1/turbnoise1.parm{ version 0.8 signature [ 0 locks=0 ] ( v ) type [ 0 locks=0 ] ( anoise ) pos [ 0 locks=0 ] ( 0 0 0 ) freq [ 0 locks=0 ] ( 1 1 1 ) offset [ 0 locks=0 ] ( 0 0 0 ) amp [ 0 locks=0 ] ( 1 ) rough [ 0 locks=0 ] ( 0.5 ) atten [ 0 locks=0 ] ( 1 ) turb [ 0 locks=0 ] ( 5 ) } HouLC1033600b9e060bee1de08fd05f84obj/grid1/cop2net1/vopcop2gen1/turbnoise1.userdata ___Version___HouLC1033600b9d060bee1de08b42ede6obj/grid1/cop2net1/vopcop2gen1/floattovec1.inittype = floattovec matchesdef = 0 HouLC1033600b82060bee1de04a568612obj/grid1/cop2net1/vopcop2gen1/floattovec1.defcomment "" position 1.48984 -1.87004 connectornextid 4 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on lowdetail off mediumdetail off highdetail on material off outputsNamed3 { 3 "vec" } inputsNamed3 { 0 global1 22 1 "fval1" 1 global1 23 1 "fval2" 2 "" "" 1 "fval3" } inputs { 0 global1 22 1 1 global1 23 1 2 "" 0 1 } stat { create 1622981438 modify 1622981541 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600b9d060bee1de0364fe9a7obj/grid1/cop2net1/vopcop2gen1/floattovec1.parm{ version 0.8 signature [ 0 locks=0 ] ( default ) fval1 [ 0 locks=0 ] ( 0 ) fval2 [ 0 locks=0 ] ( 0 ) fval3 [ 0 locks=0 ] ( 0 ) fval1_uv [ 0 locks=0 ] ( 0 ) fval2_uv [ 0 locks=0 ] ( 0 ) fval3_uv [ 0 locks=0 ] ( 0 ) } HouLC1033600b99060bee1de0480cd972obj/grid1/cop2net1/vopcop2gen1/floattovec1.userdata ___Version___HouLC1033600b9d060bee1de0274b5238obj/grid1/cop2net1/vopcop2gen1/vectofloat1.inittype = vectofloat matchesdef = 0 HouLC1033600b82060bee1de05aeec136obj/grid1/cop2net1/vopcop2gen1/vectofloat1.defcomment "" position 5.80259 -1.69004 connectornextid 4 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on lowdetail off mediumdetail off highdetail on material off outputsNamed3 { 1 "fval1" 2 "fval2" 3 "fval3" } inputsNamed3 { 0 turbnoise1 8 1 "vec" } inputs { 0 turbnoise1 0 1 } stat { create 1622981458 modify 1622981541 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600b9d060bee1de06991436eobj/grid1/cop2net1/vopcop2gen1/vectofloat1.parm{ version 0.8 signature [ 0 locks=0 ] ( default ) vec [ 0 locks=0 ] ( 0 0 0 ) vec_p [ 0 locks=0 ] ( 0 0 0 ) vec_n [ 0 locks=0 ] ( 0 0 0 ) vec_c [ 0 locks=0 ] ( 0 0 0 ) vec_uv [ 0 locks=0 ] ( 0 0 0 ) vec_up [ 0 locks=0 ] ( 0 0 0 ) vec_un [ 0 locks=0 ] ( 0 0 0 ) vec_uc [ 0 locks=0 ] ( 0 0 0 ) } HouLC1033600b99060bee1de0691f9834obj/grid1/cop2net1/vopcop2gen1/vectofloat1.userdata ___Version___HouLC1033600b86060bee1de07ad520c6obj/grid1/cop2net1/vopcop2gen1/offset.inittype = parameter matchesdef = 0 HouLC1033600b87060bee1de06cd2c826obj/grid1/cop2net1/vopcop2gen1/offset.defcomment "" position 1.29561 -0.890036 connectornextid 1 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed off lowdetail off mediumdetail off highdetail on material off outputsNamed3 { 0 "offset" } inputsNamed3 { } inputs { } stat { create 1622981493 modify 1622981541 author User1st@X11DPH-T access 0777 } color UT_Color RGB 1 1 0.4 delscript "" exprlanguage hscript end HouLC1033600b86060bee1de0315fefaaobj/grid1/cop2net1/vopcop2gen1/offset.parm{ version 0.8 parmscope [ 0 locks=0 ] ( shaderparm ) parmaccess [ 0 locks=0 ] ( "" ) parmname [ 0 locks=0 ] ( offset ) parmprefix [ 0 locks=0 ] ( "" ) parmpostfix [ 0 locks=0 ] ( "" ) parmlabel [ 0 locks=0 ] ( Offset ) showlabel [ 0 locks=0 ] ( "on" ) parmtype [ 0 locks=0 ] ( "float3" ) parmtypename [ 0 locks=0 ] ( "" ) floatdef [ 0 locks=0 ] ( 0 ) intdef [ 0 locks=0 ] ( 0 ) toggledef [ 0 locks=0 ] ( "off" ) angledef [ 0 locks=0 ] ( 0 ) logfloatdef [ 0 locks=0 ] ( 0 ) float2def [ 0 locks=0 ] ( 0 0 ) float3def [ 0 locks=0 ] ( 0 0 0 ) vectordef [ 0 locks=0 ] ( 0 0 0 ) normaldef [ 0 locks=0 ] ( 0 0 0 ) pointdef [ 0 locks=0 ] ( 0 0 0 ) directiondef [ 0 locks=0 ] ( 1 0 0 ) float4def [ 0 locks=0 ] ( 0 0 0 0 ) floatm2def [ 0 locks=0 ] ( 1 0 0 1 ) float9def [ 0 locks=0 ] ( 1 0 0 0 1 0 0 0 1 ) float16def [ 0 locks=0 ] ( 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) stringdef [ 0 locks=0 ] ( "" ) filedef [ 0 locks=0 ] ( "" ) imagedef [ 0 locks=0 ] ( "" ) geometrydef [ 0 locks=0 ] ( "" ) colordef [ 0 locks=0 ] ( 0 0 0 ) color4def [ 0 locks=0 ] ( 0 0 0 0 ) bsdfdef [ 0 locks=0 ] ( "" ) dictdef [ 0 locks=0 ] ( "" ) coshaderdef [ 0 locks=0 ] ( "" ) surfacedef [ 0 locks=0 ] ( "" ) displacementdef [ 0 locks=0 ] ( "" ) atmospheredef [ 0 locks=0 ] ( "" ) floatadef [ 0 locks=0 ] ( ) intadef [ 0 locks=0 ] ( ) vector2adef [ 0 locks=0 ] ( ) vectoradef [ 0 locks=0 ] ( ) pointadef [ 0 locks=0 ] ( ) normaladef [ 0 locks=0 ] ( ) coloradef [ 0 locks=0 ] ( ) floatm2adef [ 0 locks=0 ] ( ) float4adef [ 0 locks=0 ] ( ) float9adef [ 0 locks=0 ] ( ) float16adef [ 0 locks=0 ] ( ) stringadef [ 0 locks=0 ] ( ) dictadef [ 0 locks=0 ] ( ) coshaderadef [ 0 locks=0 ] ( "" ) structdef [ 0 locks=0 ] ( "" ) rangeflt [ 0 locks=0 ] ( 0 1 ) rangeint [ 0 locks=0 ] ( 0 10 ) stringtype [ 0 locks=0 ] ( off ) opfilter [ 0 locks=0 ] ( !!OBJ/LIGHT!! ) parmcomment [ 0 locks=0 ] ( "" ) separator1 [ 0 locks=0 ] ( ) useasparmdefiner [ 0 locks=0 ] ( "off" ) useownexportcontext [ 0 locks=0 ] ( "off" ) parmuniform [ 0 locks=0 ] ( "on" ) usebound [ 0 locks=0 ] ( "off" ) hasconnector [ 0 locks=0 ] ( "on" ) exportparm [ 0 locks=0 ] ( "off" ) exportcontext [ 0 locks=0 ] ( cop2 ) providemenu [ 0 locks=0 ] ( "off" ) menuchoices [ 0 locks=0 ] ( "" ) menuscript [ 0 locks=0 ] ( "" ) menuscriptlanguage [ 0 locks=0 ] ( "hscript" ) separator2 [ 0 locks=0 ] ( ) invisible [ 0 locks=0 ] ( "off" ) joinnext [ 0 locks=0 ] ( "off" ) disablewhen [ 0 locks=0 ] ( "" ) hidewhen [ 0 locks=0 ] ( "" ) callback [ 0 locks=0 ] ( "" ) tags [ 0 locks=0 ] ( "" ) help [ 0 locks=0 ] ( "" ) } HouLC1033600b82060bee1de0eb4bf632obj/grid1/cop2net1/vopcop2gen1/offset.userdata ___Version___18.5.408HouLC1033600ba5060bee1de006d0ac59vex.defcomment "" position 0 6 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed off outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981378 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba4060bee1de05af56f87vex.parm{ version 0.8 } HouLC1033600ba0060bee1de084719914vex.userdata ___Version___18.5.408HouLC1033600ba5060bee1de0061a1f05mat.defcomment "" position 0 3.75 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981378 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba4060bee1de0f7597b92mat.parm{ version 0.8 } HouLC1033600ba0060bee1de0d43f5e73mat.userdata ___Version___18.5.408HouLC1033600bb8060bee1de0e536f9c9obj/grid1/grid1.inittype = grid matchesdef = 0 HouLC1033600bb9060bee1de0028548c7obj/grid1/grid1.defsopflags sopflags = comment "" position 0 0 connectornextid 1 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { 0 "output1" } inputsNamed3 { } inputs { } stat { create 1622981383 modify 1622981551 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600bb8060bee1de024ff6386obj/grid1/grid1.parm{ version 0.8 type [ 0 locks=0 ] ( "poly" ) surftype [ 0 locks=0 ] ( "quads" ) orient [ 0 locks=0 ] ( "zx" ) size [ 0 locks=0 ] ( 10 10 ) t [ 0 locks=0 ] ( 0 0 0 ) r [ 0 locks=0 ] ( 0 0 0 ) rows [ 0 locks=0 ] ( 50 ) cols [ 0 locks=0 ] ( 50 ) orderu [ 0 locks=0 ] ( 4 ) orderv [ 0 locks=0 ] ( 4 ) interpu [ 0 locks=0 ] ( "on" ) interpv [ 0 locks=0 ] ( "on" ) } HouLC1033600bb4060bee1de0b9c37c1bobj/grid1/grid1.userdata ___Version___18.5.408HouLC1033600b88060bee1de0ac9cd799obj/grid1/cop2net1/vopcop2gen1.order6 global1 output1 turbnoise1 floattovec1 vectofloat1 offset HouLC1033600b8e060bee1de03601b70bobj/grid1/cop2net1/vopcop2gen1.net1 HouLC1033600bba060bee1de06f62d258obj/grid1/cop2net1.net1 HouLC1033600bb0060bee1de06ad65ecdobj/grid1/uvquickshade1.inittype = uvquickshade matchesdef = 1 HouLC1033600bb1060bee1de0e7741f08obj/grid1/uvquickshade1.defsopflags sopflags = comment "" position 0 -1 connectornextid 2 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { 1 "output1" } inputsNamed3 { 0 grid1 0 1 "input1" } inputs { 0 grid1 0 1 } stat { create 1622981546 modify 1622981648 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600bb0060bee1de0446851c0obj/grid1/uvquickshade1.parm{ version 0.8 group [ 0 locks=0 ] ( "" ) texture [ 0 locks=0 ] ( op:/obj/grid1/cop2net1/vopcop2gen1 ) g0 [ 0 locks=0 ] ( 0 ) texture_axis [ 0 locks=0 ] ( 1 ) texture_s [ 0 locks=0 ] ( 1 1 1 ) } HouLC1033600b8c060bee1de07a7f38efobj/grid1/uvquickshade1.userdata ___Version___HouLC1033600bba060bee1de0af841328obj/grid1/script1.inittype = script matchesdef = 0 HouLC1033600bbb060bee1de0f336a212obj/grid1/script1.defsopflags sopflags = comment "" position 0 -2 connectornextid 1 flags = lock off model off template off footprint off xray off bypass off display on render on highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { 0 uvquickshade1 1 1 "input1" } inputs { 0 uvquickshade1 0 1 } stat { create 1622981643 modify 1622981655 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600bba060bee1de0138c65e1obj/grid1/script1.parm{ version 0.8 maketimedependent [ 0 locks=0 ] ( "on" ) numscripts [ 0 locks=0 ] ( 1 ) enablescript1 [ 0 locks=0 ] ( "on" ) script1 [ 0 locks=0 ] ( "glcache -c" ) scriptlang1 [ 0 locks=0 ] ( hscript ) } HouLC1033600bb6060bee1de01b32a614obj/grid1/script1.userdata ___Version___18.5.408HouLC1033600bbd060bee1de087eb62d4obj/grid1.order4 grid1 cop2net1 uvquickshade1 script1 HouLC1033600ba3060bee1de0f18062cfobj/grid1.net1 HouLC1033600ba5060bee1de0048e5fbeobj.net1 HouLC1033600ba5060bee1de09156a472out.defcomment "" position 0 1.5 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981378 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba4060bee1de0d5970f51out.parm{ version 0.8 } HouLC1033600ba0060bee1de0009b79cfout.userdata ___Version___18.5.408HouLC1033600ba5060bee1de05f48a655out.net1 HouLC1033600baa060bee1de0563971c7ch.defcomment "" position 0 0.75 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981378 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba5060bee1de008c4757bch.parm{ version 0.8 } HouLC1033600ba1060bee1de064685c3cch.userdata ___Version___18.5.408HouLC1033600baa060bee1de01e49fb68ch.net1 HouLC1033600ba4060bee1de076989a54shop.defcomment "" position 0 2.25 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981378 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba7060bee1de02c7d5db5shop.parm{ version 0.8 } HouLC1033600ba3060bee1de0240584c2shop.userdata ___Version___18.5.408HouLC1033600ba4060bee1de0ca38512fshop.net1 HouLC1033600ba5060bee1de0c132d200img.defcomment "" position 0 3 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981378 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba4060bee1de00c04e9b6img.parm{ version 0.8 } HouLC1033600ba0060bee1de0c0f67cc3img.userdata ___Version___18.5.408HouLC1033600ba2060bee1de04ae9db06img/comp1.inittype = img matchesdef = 0 HouLC1033600ba3060bee1de0e2aa0b24img/comp1.defcomment "" position 0 0 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981280 modify 1622981378 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba2060bee1de027482685img/comp1.parm{ version 0.8 } HouLC1033600bbe060bee1de03d76e141img/comp1.userdata ___Version___18.5.408HouLC1033600ba3060bee1de04fbca55fimg/comp1.net1 HouLC1033600ba5060bee1de0e8f4ceb3img.net1 HouLC1033600ba5060bee1de03d423678vex.net1 HouLC1033600ba5060bee1de04f7fd12dmat.net1 HouLC1033600ba7060bee1de0134c5953stage.defcomment "" position 0 4.5 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on debug off outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981386 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba6060bee1de089b1225fstage.parm{ version 0.8 resolvercontextassetpath [ 0 locks=0 ] ( "" ) insertionpointdescriptor [ 0 locks=0 ] ( "" ) rendergallerysource [ 0 locks=0 ] ( $HIP/galleries/$HIPNAME.$OS/rendergallery.db ) } HouLC1033600ba2060bee1de0c521ad85stage.userdata ___Version___18.5.408HouLC1033600bbc060bee1de06bf67a33stage.datablocks__onload__.expansion expansionNSJb{+expanded&1}__onload__.loadmasks loadmasksg{ "populateall":true, "populatepaths":[ ], "mutelayers":[ ], "loadall":true, "loadpaths":[ ] } HouLC1033600ba7060bee1de085fbb0d4stage.net1 HouLC1033600ba7060bee1de03a684e0atasks.defcomment "" position 0 5.25 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981271 modify 1622981378 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600ba6060bee1de07ddb51d6tasks.parm{ version 0.8 } HouLC1033600ba2060bee1de0967a83e6tasks.userdata ___Version___18.5.408HouLC1033600bbe060bee1de01ea51163tasks/topnet1.inittype = topnet matchesdef = 0 HouLC1033600bbf060bee1de000d09658tasks/topnet1.defcomment "" position 0 0 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress off colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981280 modify 1622981382 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.8 0.8 0.8 delscript "" exprlanguage hscript end HouLC1033600bbe060bee1de0744b4461tasks/topnet1.parm{ version 0.8 cookcontrolssection [ 0 locks=0 ] ( 0 ) generatestatic [ 0 locks=0 ] ( 0 ) cookbutton [ 0 locks=0 ] ( 0 ) dirtybutton [ 0 locks=0 ] ( 0 ) cancelbutton [ 0 locks=0 ] ( 0 ) taskgraphsection [ 0 locks=0 ] ( 0 ) savetaskgraph [ 0 locks=0 ] ( 0 ) loadtaskgraph [ 0 locks=0 ] ( 0 ) taskgraphfile [ 0 locks=0 ] ( $HIP/$HIPNAME.taskgraph.$F.py ) taskgraphautosave [ 0 locks=0 ] ( "off" ) taskgraphsaverate [ 0 locks=0 ] ( 10 ) schedulersection [ 0 locks=0 ] ( 0 ) topscheduler [ 0 locks=0 ] ( localscheduler ) } HouLC1033600bba060bee1de07f8642fatasks/topnet1.userdata ___Version___18.5.408HouLC1033600b8f060bee1de025393678tasks/topnet1/localscheduler.inittype = localscheduler matchesdef = 0 HouLC1033600b8c060bee1de0a7224447tasks/topnet1/localscheduler.defcomment "" position 0 0 connectornextid 0 flags = lock off model off template off footprint off xray off bypass off display on render on highlight off unload off savedata off compress off colordefault on exposed on outputsNamed3 { } inputsNamed3 { } inputs { } stat { create 1622981280 modify 1622981381 author User1st@X11DPH-T access 0777 } color UT_Color RGB 0.478 0.478 0.478 delscript "" exprlanguage hscript end HouLC1033600b8f060bee1de0b31594c3tasks/topnet1/localscheduler.parm{ version 0.8 folder0 [ 0 locks=0 ] ( 0 0 ) folder4 [ 0 locks=0 ] ( 0 ) pdg_workingdir [ 0 locks=0 ] ( $HIP ) pdg_mapmode [ 0 locks=0 ] ( "0" ) pdg_usemapzone [ 0 locks=0 ] ( "off" ) pdg_mapzone [ 0 locks=0 ] ( $PDG_PATHMAP_ZONE ) socketcallbacks [ 0 locks=0 ] ( 1 ) folder5 [ 0 locks=0 ] ( 0 ) maxprocsmenu [ 0 locks=0 ] ( "0" ) maxprocs [ 0 locks=0 ] ( 1 ) verbose [ 0 locks=0 ] ( "off" ) folder1 [ 0 locks=0 ] ( 0 ) tempdirmenu [ 0 locks=0 ] ( "1" ) tempdirappendpid [ 0 locks=0 ] ( "on" ) tempdircustom [ 0 locks=0 ] ( $HOUDINI_TEMP_DIR/$HIPNAME/pdgtemp ) folder0_2 [ 0 locks=0 ] ( 0 ) local_single [ 0 locks=0 ] ( "off" ) local_is_CPU_number_set [ 0 locks=0 ] ( "off" ) local_CPUs_to_use [ 0 locks=0 ] ( 1 ) folder2 [ 0 locks=0 ] ( 0 ) local_echandleby [ 0 locks=0 ] ( "0" ) local_echandleall [ 0 locks=0 ] ( "on" ) local_eccustomcode [ 0 locks=0 ] ( 1 ) sepparm [ 0 locks=0 ] ( ) local_maximumretries [ 0 locks=0 ] ( 3 ) local_addfailcountattr [ 0 locks=0 ] ( "off" ) local_failcountattr [ 0 locks=0 ] ( failurecount ) folder3 [ 0 locks=0 ] ( 0 ) local_usehoudinimaxthreads [ 0 locks=0 ] ( "off" ) local_houdinimaxthreads [ 0 locks=0 ] ( 0 ) local_requireswindow [ 0 locks=0 ] ( "off" ) local_envunset [ 0 locks=0 ] ( "" ) local_envmulti [ 0 locks=0 ] ( 0 ) } HouLC1033600b8b060bee1de0270f4441tasks/topnet1/localscheduler.userdata ___Version___1HouLC1033600bbf060bee1de037bae678tasks/topnet1.net1 HouLC1033600ba7060bee1de0cc34da38tasks.net1 HouLC1033600bbb060bee1de050fced75.scenefilevisualizersHouLC1033600ba0060bee1de0babadb9a.applicationnetworkeditor -p '{\n}\n'imgdispopt -m 256 -P on -M on -A on -g 2.2 -G "* ^P ^Pz ^N ^M ^B ^V ^Af ^Nt" -B 1 -v split -V 2 2 -d h -a off -i 2 -b 0 0 0 -o "" -h on -H on -c 0.8 0.8 0.8 -C 1 1 1 -S 1 1 0 -R 6 -F dc -D "" -I "" -f "" -s off -r 256 256 -p on -l on -t on imgview -z 1 -p C 0 -c 0 -l on -s off -i imgview3 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 1 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 2 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 3 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 4 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 5 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 6 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 7 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 8 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 9 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 10 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 11 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 12 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 13 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 14 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 15 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview3 16 imgviewtime -V on -L on -G on -H on -P off -r 24 -u fr -g 0 -f on -e on -b on -d imgview3 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 1 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 2 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 3 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 4 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 5 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 6 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 7 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 8 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 9 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 10 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 11 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 12 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 13 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 14 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 15 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview3 16 networkeditor -p '{\n}\n'performance -c on -d on -f on -g off -j on -k on -m off -n on -o on -t off -v on -p on -y on -u on -e off -r absolute -R seconds -w tree panetab12 chopview -a 0 -c "" -k 1 -m 1 -b 1 -e 1 -f 0 -g 0 -H 1 -i 0 -j 1 -l 0 -n 1 -V 0 -y 0 -B 0 -s 0 -S 0.034375 -u 0 -v 0 -h -10 310 -r -1.5 1.5 Build.panetab13 imgdispopt -m 256 -P on -M on -A on -g 2.2 -G "* ^P ^Pz ^N ^M ^B ^V ^Af ^Nt" -B 1 -v split -V 2 2 -d h -a off -i 2 -b 0 0 0 -o "" -h on -H on -c 0.8 0.8 0.8 -C 1 1 1 -S 1 1 0 -R 6 -F dc -D "" -I "" -f "" -s off -r 256 256 -p on -l on -t on imgview -z 1 -p C 0 -c 0 -l on -s off -i imgview2 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 1 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 2 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 3 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 4 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 5 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 6 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 7 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 8 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 9 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 10 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 11 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 12 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 13 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 14 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 15 imgview2d -V on -L on -G on -H on -P off -m 0 -p 0 1 -b 1 1 0 -g 2.2 -d "" -c -1 -t off -i on -X on imgview2 16 imgviewtime -V on -L on -G on -H on -P off -r 24 -u fr -g 0 -f on -e on -b on -d imgview2 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 1 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 2 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 3 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 4 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 5 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 6 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 7 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 8 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 9 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 10 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 11 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 12 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 13 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 14 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 15 imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview2 16 viewerstow -b open -x stow -l open -m hide -c hide -d open Build.panetab1.world vieweroption -a 2 -h 0 -m 1 -r 'View: Mantra' Build.panetab1.world viewergrouplist -g off -s 0 0 -c on -t matchselect -m '*' -e on -p off -h on Build.panetab1.world vieweroption -p 0 -P '+geo -cam -light -muscle -bone -null -blend -other' Build.panetab1.world viewlayout -s 2 Build.panetab1.world viewerinspect Build.panetab1.world mode ( objects ) object_properties ( ) prim_properties ( ) enable ( 0 ) magnify ( 1 ) viewtype -t perspective Build.panetab1.world.`vpname("Build.panetab1.world",2)` viewtype -t ortho_top Build.panetab1.world.`vpname("Build.panetab1.world",1)` viewtype -t ortho_front Build.panetab1.world.`vpname("Build.panetab1.world",3)` viewtype -t ortho_right Build.panetab1.world.`vpname("Build.panetab1.world",4)` viewname -l on -n aaaa3 Build.panetab1.world.`vpname("Build.panetab1.world",2)` viewname -l on -n aaaa2 Build.panetab1.world.`vpname("Build.panetab1.world",1)` viewname -l on -n aaaa1 Build.panetab1.world.`vpname("Build.panetab1.world",3)` viewname -l on -n aaaa0 Build.panetab1.world.`vpname("Build.panetab1.world",4)` viewname -l off -n persp1 Build.panetab1.world.`vpname("Build.panetab1.world",2)` viewname -l off -n top1 Build.panetab1.world.`vpname("Build.panetab1.world",1)` viewname -l off -n front1 Build.panetab1.world.`vpname("Build.panetab1.world",3)` viewname -l off -n right1 Build.panetab1.world.`vpname("Build.panetab1.world",4)` viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L on -G off -B none -d uv -r unique scene Build.panetab1.world.persp1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L on -G off -B none -d uv -r scene selectscene Build.panetab1.world.persp1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L off -G on -B none -d uv -r unique ghostscene Build.panetab1.world.persp1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P on -p off -f off -o off -w on -s shade_wire -F off -l on -L on -G off -B none -d uv -r unique display Build.panetab1.world.persp1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P on -p off -f off -o off -w off -s wire -F off -l on -L off -G off -B none -d uv -r unique current Build.panetab1.world.persp1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s wire -F on -l on -L off -G on -B none -d uv -r unique template Build.panetab1.world.persp1 viewdisplay -B dark -b off -d off -C 2 -e 1 -F on -f off -g on -G '*' -h off -H on -j off -J off -L on -n 0.2 -o off -O on -q on -r on -s off -t on -V 2 -z off -y off -x off -X off -U 4 -Y 4 -T on -R on -i on -D on -k off Build.panetab1.world.persp1 viewdisplay -Q on -m on -v on Build.panetab1.world.persp1 viewdisplay -W off 0 0 Build.panetab1.world.persp1 viewdisplay -c on -l1 -K on -P points -p 3 Build.panetab1.world.persp1 viewdispopts -a on -b current -c 1 -C 60 -d on -D 1 -g on -i on -n on -N 1000000 -o off -p 10 -P off -r off -R on -S 768 -l 128 -m 0.05 -M 1024 -s on -t 0.5 -u uv -w 0.1 -W 0.9 -x on -X off Build.panetab1.world.persp1 vieweffect -a 2 -A 4 -b on -B 1 -d on -D on off -e 0.8 -E -30 -30 -100 -f 1 -F 0 -g 2.2 -G 0 -h 1 -H on -i on -I 1 -j on -J 50 -K 2 -k 1 -l '' -m on -M 2048 -o off -O 3 -p off -P 3 -q 1 -Q 2 -r 2048 2048 -s 2 -t 100 -T 100 -u off -U off -v 256 256 256 -w 0.05 -W off -x 0.4 0.4 0.4 -X 0.4 0.4 0.4 -y 0.4 0.4 0.4 -Y 0.0025 0.0025 0.0025 -z 0.01 -Z 1 Build.panetab1.world.persp1 viewinfotext -m off -s off -t on Build.panetab1.world.persp1 viewlight -a on -d on -e on -h off -l on -n 8 -s on Build.panetab1.world.persp1 viewbackground -b on -e on -q 1 -i off -m 0 0 -M 1 1 Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off persp Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off cam Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off top Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off front Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off right Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off bottom Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off back Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off left Build.panetab1.world.persp1 viewroto -S file -F '$HH/pic/uvgrid_grey.pic' -C '' -a on -o 0 0 -s 1 1 -B 0.2 -e off uv Build.panetab1.world.persp1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off image Build.panetab1.world.persp1 viewtransform Build.panetab1.world.persp1 version ( 3 ) flag ( Fx ) orthowidth ( 15.7135 ) focal ( 50 ) aperture ( 41.4214 ) window ( 0 1 0 1 ) winroll ( 0 ) clear ( 1 ) nearfar ( 0.509156 20025.1 ) aspect ( 1.33333 ) pixelaspect ( 1 ) txyz ( 0.488825 0.829524 19.9295 ) pxyz ( 4.83419 -0.442152 0.541588 ) rotation ( 0.800697 -0.383823 0.459961 -1.01449e-08 0.767793 0.640698 -0.59907 -0.513005 0.614769 ) homedistance ( 25.0916 ) homeadjboxwidth ( 15.7135 ) homeorthowidth ( 15.7135 ) homeradius ( 20 ) homeaxis ( 0 ) homecustom ( 0.707107 -0.353553 0.612372 0 0.866025 0.5 -0.707107 -0.353553 0.612372 ) adjustlimits ( 3 ) viewcamera -c '' Build.panetab1.world.persp1 vieworthogrid -d off -o 0 0 0 -s 0.2 0.2 -r 5 5 -R 1 Build.panetab1.world.persp1 viewuvgrid -r on -s 0.1 0.1 -P off -S 64 64 -O 0 0 -C on -t on Build.panetab1.world.persp1 viewagentopts -L on -b 0 -d 1 -l 0 -m 4 -p 1000 -w 1 Build.panetab1.world.persp1 viewonionskin -e on -a 4 -b 4 -i 6 -o 0.5 -A 1 1 1 -B 1 1 1 Build.panetab1.world.persp1 viewposteffects -D off -B off -t "" -f off -V off -S on -a 1 -b 5 -F 1 -g 1 -c 1 1 1 -C 1 1 1 -d 1e+06 -h 0 -H 100 10 -i 1 -I 1 -l 1 -n "" -o 1 -O 1 -r 0 1000 -R 1 200 -s 1 1 -u 0 -U 100 10 -v 0 Build.panetab1.world.persp1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L on -G off -B none -d uv -r unique scene Build.panetab1.world.top1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L on -G off -B none -d uv -r scene selectscene Build.panetab1.world.top1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L off -G on -B none -d uv -r unique ghostscene Build.panetab1.world.top1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P on -p off -f off -o off -w on -s shade_wire -F off -l on -L on -G off -B none -d uv -r unique display Build.panetab1.world.top1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P on -p off -f off -o off -w off -s wire -F off -l on -L off -G off -B none -d uv -r unique current Build.panetab1.world.top1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s wire -F on -l on -L off -G on -B none -d uv -r unique template Build.panetab1.world.top1 viewdisplay -B dark -b off -d off -C 2 -e 1 -F on -f off -g on -G '*' -h off -H on -j off -J off -L on -n 0.2 -o off -O on -q on -r on -s off -t on -V 2 -z off -y off -x off -X off -U 4 -Y 4 -T on -R on -i on -D on -k off Build.panetab1.world.top1 viewdisplay -Q on -m on -v on Build.panetab1.world.top1 viewdisplay -W off 0 0 Build.panetab1.world.top1 viewdisplay -c on -l1 -K on -P points -p 3 Build.panetab1.world.top1 viewdispopts -a on -b current -c 1 -C 60 -d on -D 1 -g on -i on -n on -N 1000000 -o off -p 10 -P off -r off -R on -S 768 -l 128 -m 0.05 -M 1024 -s on -t 0.5 -u uv -w 0.1 -W 0.9 -x on -X off Build.panetab1.world.top1 vieweffect -a 2 -A 4 -b on -B 1 -d on -D on off -e 0.8 -E -30 -30 -100 -f 1 -F 0 -g 2.2 -G 0 -h 1 -H on -i on -I 1 -j on -J 50 -K 2 -k 1 -l '' -m on -M 2048 -o off -O 3 -p off -P 3 -q 1 -Q 2 -r 2048 2048 -s 2 -t 100 -T 100 -u off -U off -v 256 256 256 -w 0.05 -W off -x 0.4 0.4 0.4 -X 0.4 0.4 0.4 -y 0.4 0.4 0.4 -Y 0.0025 0.0025 0.0025 -z 0.01 -Z 1 Build.panetab1.world.top1 viewinfotext -m off -s off -t on Build.panetab1.world.top1 viewlight -a on -d on -e on -h off -l on -n 8 -s on Build.panetab1.world.top1 viewbackground -b on -e on -q 1 -i off -m 0 0 -M 1 1 Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off persp Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off cam Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off top Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off front Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off right Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off bottom Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off back Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off left Build.panetab1.world.top1 viewroto -S file -F '$HH/pic/uvgrid_grey.pic' -C '' -a on -o 0 0 -s 1 1 -B 0.2 -e off uv Build.panetab1.world.top1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off image Build.panetab1.world.top1 viewtransform Build.panetab1.world.top1 version ( 3 ) flag ( Fox ) orthowidth ( 2.22222 ) focal ( 50 ) aperture ( 41.4214 ) window ( 0 1 0 1 ) winroll ( 0 ) clear ( 1 ) nearfar ( 0.0218355 3467.78 ) aspect ( 1.33333 ) pixelaspect ( 1 ) txyz ( 0 0 3.68246 ) pxyz ( 0 0 0 ) rotation ( 1 0 0 0 1.19209e-07 1 0 -1 1.19209e-07 ) homedistance ( 3.68246 ) homeadjboxwidth ( 2.22222 ) homeorthowidth ( 2.22222 ) homeradius ( 3.4641 ) homeaxis ( 0 ) homecustom ( 0.707107 -0.353553 0.612372 0 0.866025 0.5 -0.707107 -0.353553 0.612372 ) adjustlimits ( 3 ) vieworthogrid -d off -o 0 0 0 -s 0.2 0.2 -r 5 5 -R 1 Build.panetab1.world.top1 viewuvgrid -r on -s 0.1 0.1 -P off -S 64 64 -O 0 0 -C on -t on Build.panetab1.world.top1 viewagentopts -L on -b 0 -d 1 -l 0 -m 4 -p 1000 -w 1 Build.panetab1.world.top1 viewonionskin -e on -a 4 -b 4 -i 6 -o 0.5 -A 1 1 1 -B 1 1 1 Build.panetab1.world.top1 viewposteffects -D off -B off -t "" -f off -V off -S on -a 1 -b 5 -F 1 -g 1 -c 1 1 1 -C 1 1 1 -d 1e+06 -h 0 -H 100 10 -i 1 -I 1 -l 1 -n "" -o 1 -O 1 -r 0 1000 -R 1 200 -s 1 1 -u 0 -U 100 10 -v 0 Build.panetab1.world.top1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L on -G off -B none -d uv -r unique scene Build.panetab1.world.front1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L on -G off -B none -d uv -r scene selectscene Build.panetab1.world.front1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L off -G on -B none -d uv -r unique ghostscene Build.panetab1.world.front1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P on -p off -f off -o off -w on -s shade_wire -F off -l on -L on -G off -B none -d uv -r unique display Build.panetab1.world.front1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P on -p off -f off -o off -w off -s wire -F off -l on -L off -G off -B none -d uv -r unique current Build.panetab1.world.front1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s wire -F on -l on -L off -G on -B none -d uv -r unique template Build.panetab1.world.front1 viewdisplay -B dark -b off -d off -C 2 -e 1 -F on -f off -g on -G '*' -h off -H on -j off -J off -L on -n 0.2 -o off -O on -q on -r on -s off -t on -V 2 -z off -y off -x off -X off -U 4 -Y 4 -T on -R on -i on -D on -k off Build.panetab1.world.front1 viewdisplay -Q on -m on -v on Build.panetab1.world.front1 viewdisplay -W off 0 0 Build.panetab1.world.front1 viewdisplay -c on -l1 -K on -P points -p 3 Build.panetab1.world.front1 viewdispopts -a on -b current -c 1 -C 60 -d on -D 1 -g on -i on -n on -N 1000000 -o off -p 10 -P off -r off -R on -S 768 -l 128 -m 0.05 -M 1024 -s on -t 0.5 -u uv -w 0.1 -W 0.9 -x on -X off Build.panetab1.world.front1 vieweffect -a 2 -A 4 -b on -B 1 -d on -D on off -e 0.8 -E -30 -30 -100 -f 1 -F 0 -g 2.2 -G 0 -h 1 -H on -i on -I 1 -j on -J 50 -K 2 -k 1 -l '' -m on -M 2048 -o off -O 3 -p off -P 3 -q 1 -Q 2 -r 2048 2048 -s 2 -t 100 -T 100 -u off -U off -v 256 256 256 -w 0.05 -W off -x 0.4 0.4 0.4 -X 0.4 0.4 0.4 -y 0.4 0.4 0.4 -Y 0.0025 0.0025 0.0025 -z 0.01 -Z 1 Build.panetab1.world.front1 viewinfotext -m off -s off -t on Build.panetab1.world.front1 viewlight -a on -d on -e on -h off -l on -n 8 -s on Build.panetab1.world.front1 viewbackground -b on -e on -q 1 -i off -m 0 0 -M 1 1 Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off persp Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off cam Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off top Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off front Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off right Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off bottom Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off back Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off left Build.panetab1.world.front1 viewroto -S file -F '$HH/pic/uvgrid_grey.pic' -C '' -a on -o 0 0 -s 1 1 -B 0.2 -e off uv Build.panetab1.world.front1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off image Build.panetab1.world.front1 viewtransform Build.panetab1.world.front1 version ( 3 ) flag ( Fox ) orthowidth ( 2.22222 ) focal ( 50 ) aperture ( 41.4214 ) window ( 0 1 0 1 ) winroll ( 0 ) clear ( 1 ) nearfar ( 0.0218355 3467.78 ) aspect ( 1.33333 ) pixelaspect ( 1 ) txyz ( 0 0 3.68246 ) pxyz ( 0 0 0 ) rotation ( 1 0 0 0 1 0 0 0 1 ) homedistance ( 3.68246 ) homeadjboxwidth ( 2.22222 ) homeorthowidth ( 2.22222 ) homeradius ( 3.4641 ) homeaxis ( 0 ) homecustom ( 0.707107 -0.353553 0.612372 0 0.866025 0.5 -0.707107 -0.353553 0.612372 ) adjustlimits ( 3 ) vieworthogrid -d off -o 0 0 0 -s 0.2 0.2 -r 5 5 -R 1 Build.panetab1.world.front1 viewuvgrid -r on -s 0.1 0.1 -P off -S 64 64 -O 0 0 -C on -t on Build.panetab1.world.front1 viewagentopts -L on -b 0 -d 1 -l 0 -m 4 -p 1000 -w 1 Build.panetab1.world.front1 viewonionskin -e on -a 4 -b 4 -i 6 -o 0.5 -A 1 1 1 -B 1 1 1 Build.panetab1.world.front1 viewposteffects -D off -B off -t "" -f off -V off -S on -a 1 -b 5 -F 1 -g 1 -c 1 1 1 -C 1 1 1 -d 1e+06 -h 0 -H 100 10 -i 1 -I 1 -l 1 -n "" -o 1 -O 1 -r 0 1000 -R 1 200 -s 1 1 -u 0 -U 100 10 -v 0 Build.panetab1.world.front1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L on -G off -B none -d uv -r unique scene Build.panetab1.world.right1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L on -G off -B none -d uv -r scene selectscene Build.panetab1.world.right1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s shade -F off -l on -L off -G on -B none -d uv -r unique ghostscene Build.panetab1.world.right1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P on -p off -f off -o off -w on -s shade_wire -F off -l on -L on -G off -B none -d uv -r unique display Build.panetab1.world.right1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P on -p off -f off -o off -w off -s wire -F off -l on -L off -G off -B none -d uv -r unique current Build.panetab1.world.right1 viewdispset -m off always -n off always -c off always -u off always -x off always -N off always -C off always -b off always -M off always -v off always -V off always -U off always -h off -P off -p off -f off -o off -w off -s wire -F on -l on -L off -G on -B none -d uv -r unique template Build.panetab1.world.right1 viewdisplay -B dark -b off -d off -C 2 -e 1 -F on -f off -g on -G '*' -h off -H on -j off -J off -L on -n 0.2 -o off -O on -q on -r on -s off -t on -V 2 -z off -y off -x off -X off -U 4 -Y 4 -T on -R on -i on -D on -k off Build.panetab1.world.right1 viewdisplay -Q on -m on -v on Build.panetab1.world.right1 viewdisplay -W off 0 0 Build.panetab1.world.right1 viewdisplay -c on -l1 -K on -P points -p 3 Build.panetab1.world.right1 viewdispopts -a on -b current -c 1 -C 60 -d on -D 1 -g on -i on -n on -N 1000000 -o off -p 10 -P off -r off -R on -S 768 -l 128 -m 0.05 -M 1024 -s on -t 0.5 -u uv -w 0.1 -W 0.9 -x on -X off Build.panetab1.world.right1 vieweffect -a 2 -A 4 -b on -B 1 -d on -D on off -e 0.8 -E -30 -30 -100 -f 1 -F 0 -g 2.2 -G 0 -h 1 -H on -i on -I 1 -j on -J 50 -K 2 -k 1 -l '' -m on -M 2048 -o off -O 3 -p off -P 3 -q 1 -Q 2 -r 2048 2048 -s 2 -t 100 -T 100 -u off -U off -v 256 256 256 -w 0.05 -W off -x 0.4 0.4 0.4 -X 0.4 0.4 0.4 -y 0.4 0.4 0.4 -Y 0.0025 0.0025 0.0025 -z 0.01 -Z 1 Build.panetab1.world.right1 viewinfotext -m off -s off -t on Build.panetab1.world.right1 viewlight -a on -d on -e on -h off -l on -n 8 -s on Build.panetab1.world.right1 viewbackground -b on -e on -q 1 -i off -m 0 0 -M 1 1 Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off persp Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off cam Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off top Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off front Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off right Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off bottom Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off back Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off left Build.panetab1.world.right1 viewroto -S file -F '$HH/pic/uvgrid_grey.pic' -C '' -a on -o 0 0 -s 1 1 -B 0.2 -e off uv Build.panetab1.world.right1 viewroto -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 -e off image Build.panetab1.world.right1 viewtransform Build.panetab1.world.right1 version ( 3 ) flag ( Fox ) orthowidth ( 2.22222 ) focal ( 50 ) aperture ( 41.4214 ) window ( 0 1 0 1 ) winroll ( 0 ) clear ( 1 ) nearfar ( 0.0218355 3467.78 ) aspect ( 1.33333 ) pixelaspect ( 1 ) txyz ( 0 0 3.68246 ) pxyz ( 0 0 0 ) rotation ( 6.12323e-17 0 1 0 1 0 -1 0 6.12323e-17 ) homedistance ( 3.68246 ) homeadjboxwidth ( 2.22222 ) homeorthowidth ( 2.22222 ) homeradius ( 3.4641 ) homeaxis ( 0 ) homecustom ( 0.707107 -0.353553 0.612372 0 0.866025 0.5 -0.707107 -0.353553 0.612372 ) adjustlimits ( 3 ) vieworthogrid -d off -o 0 0 0 -s 0.2 0.2 -r 5 5 -R 1 Build.panetab1.world.right1 viewuvgrid -r on -s 0.1 0.1 -P off -S 64 64 -O 0 0 -C on -t on Build.panetab1.world.right1 viewagentopts -L on -b 0 -d 1 -l 0 -m 4 -p 1000 -w 1 Build.panetab1.world.right1 viewonionskin -e on -a 4 -b 4 -i 6 -o 0.5 -A 1 1 1 -B 1 1 1 Build.panetab1.world.right1 viewposteffects -D off -B off -t "" -f off -V off -S on -a 1 -b 5 -F 1 -g 1 -c 1 1 1 -C 1 1 1 -d 1e+06 -h 0 -H 100 10 -i 1 -I 1 -l 1 -n "" -o 1 -O 1 -r 0 1000 -R 1 200 -s 1 1 -u 0 -U 100 10 -v 0 Build.panetab1.world.right1 viewsnapshotoption -s off -h off -a 1 -v '*' -m 0 Build.panetab1.world cplane -o 0 0 0 -n 4.37114e-08 1 -4.37114e-08 -x 1.91069e-15 4.37114e-08 1 -l n -s 0.1 0.1 -c 40 40 -r 10 10 -d off Build.panetab1.world glcache -t 2252 -v 9011 panepath -d Build -f -p panetab14 /obj/grid1/script1 panepath -d Build -f -p panetab1 /obj/grid1/script1 panepath -d Build -f -p panetab2 /obj/grid1/script1 panepath -d Build -f -p panetab3 /obj/grid1/script1 panepath -d Build -f -p panetab11 /obj/grid1/script1 panepath -d Build -f -p panetab5 /obj/grid1/script1 panepath -d Build -f -p panetab6 /obj/grid1/script1 panepath -d Build -f -p panetab12 /obj/ panepath -d Build -f -p panetab7 /obj/grid1/cop2net1/vopcop2gen1 panepath -d Build -f -p panetab8 /obj/ panepath -d Build -f -p panetab9 /obj/grid1/script1 panepath -d Build -f -p panetab10 /obj/ panepath -d Build -f -p panetab15 /obj/grid1/cop2net1/vopcop2gen1 desk set Build radial menu set main viewupdate -u always audiopanel -s p '' audiopanel -s r off audiopanel -s s 24 audiopanel -s f 24 audiopanel -t p stop audiopanel -t l off audiopanel -t r on audiopanel -o m off audiopanel -o t on audiopanel -o u on audiopanel -o l 1 audiopanel -o r 1 audiopanel -o d 0 audiopanel -r d 0.2 audiopanel -m 0 audiopanel -a '' audiopanel -f 1 audiopanel -O 0 colorsettings -D -A -g 1 -l "" -p -s -v -i -r -c -f compproject -r 1920 1080 -a 1 -d fp16 -p 0 1 -P full -f 0 -F 0 -l on texcache -a off -r 2147483647 2147483647 -m 10000 -M 32678 shopvisible +I3D +VMantra +RIB HouLC1033600baa060bee1de0bf442759.takesHoudiniTakeFile 1.0 take name Main kids 0 e HouLC1033600ba5060bee1de06cd4f6d0.stylesNSJb{}HouLC1033600bbd060bee1de03504820d.contextoptions[ ] HouLC1033600ba8060bee1de024f702c4.cwdopcf / takeset Main HouLC1033600bb6060bee1de0f96ba020LIMITED_COMMERCIAL_FILE!!!