HouNC1033600baa0568cba5509a7e5952.start fplayback -i on -r on -f 1 -e on -h on -t on -a on -k on -s 1
tcur 0
fps 24
tset 0 10
frange 1 240
unitlength 1
unitmass 1
prompt '`strcat(oppwf(), " -> ")`'
HouNC1033600ba60568cba55043eeba0f.variables set -g ACTIVETAKE = 'Main'
set -g DRIVER = 'mantra2'
set -g DRIVERPATH = '/out/mantra2'
set -g E = '2.7182818284590452354'
set -g EYE = 'stereo'
set -g HIP = 'C:/Users/perkymind/Desktop'
set -g HIPFILE = 'C:/Users/perkymind/Desktop/particle_trail_question.hiplc.hipnc'
set -g HIPNAME = 'particle_trail_question.hiplc'
set -g JOB = 'C:/Users/12A527D'
set -g PI = '3.1415926535897932384'
set -g POSE = 'C:/Users/12A527D/Documents/houdini12.0/poselib'
set -g _HIP_SAVEPLATFORM = 'windows-x86_64-cl17'
set -g _HIP_SAVETIME = 'Tue Jan  5 22:55:17 2016'
set -g _HIP_SAVEVERSION = '14.0.335'
set -g _HIP_SHELFTOOLCOUNT = '1'
set -g status = '0'
HouNC1033600ba40568cba550dba55724.aliases 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'
HouNC1033600ba10568cba5504309e1eb.takeconfig takename -g take
HouNC1033600ba00568cba550e36d4a3d.hou.session HouNC1033600ba00568cba5508029b1f6.OPlibraries HouNC1033600ba20568cba5506c0e60b2.OPpreferences HouNC1033600ba00568cba55075766470.OPfallbacks Vop/floattovec C:/PROGRA~1/SIDEEF~1/HOUDIN~1.335/houdini/otls/OPlibScripted.hda
Vop/floattovec otls/OPlibScripted.hda
Vop/normalfalloff C:/PROGRA~1/SIDEEF~1/HOUDIN~1.335/houdini/otls/OPlibScripted.hda
Vop/normalfalloff otls/OPlibScripted.hda
Vop/twoway C:/PROGRA~1/SIDEEF~1/HOUDIN~1.335/houdini/otls/OPlibScripted.hda
Vop/twoway otls/OPlibScripted.hda
Driver/ifd C:/PROGRA~1/SIDEEF~1/HOUDIN~1.335/houdini/otls/OPlibScripted.hda
Driver/ifd otls/OPlibScripted.hda
HouNC1033600ba00568cba5508cfae7ce.OPdummydefs INDX              INDEX_SECTION      fVŒºU   Vop/floattovec  f  ÄVŒ´    Vop/normalfalloff  *  ªVŒ´    
Vop/twoway  Ô  ±VŒ´    
Driver/ifd  …  (ŒVŒ´          
floattovec   Float to Vector   $oplib:/Vop/floattovec?Vop/floattovec   VOP_floattovec           Vop   vop   VOPall       *        VŒºU        normalfalloff   Normal Falloff   *oplib:/Vop/normalfalloff?Vop/normalfalloff   VOP_normalfalloff           Vop   vop   VOPall       fog light shadow surface rsl*        VŒºU        twoway   Two Way Switch   oplib:/Vop/twoway?Vop/twoway   
VOP_twoway           Vop   vop   VOPall       *        VŒºU        ifd   Mantra   oplib:/Driver/ifd?Driver/ifd   
ROP_mantra           Driver   soho/dialogs   ROPsoho              'VŒºU  INDX              DialogScript      ˜TÕ·š/*
 * 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 <parameter.ds>

{
    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      ~TÕ·š/*
 * 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
 *	123 Front Street West, Suite 1401
 *	Toronto, Ontario
 *	Canada   M5J 2M2
 *	416-504-9876
 *
 * NAME:	normalfalloff.ds ( VOP )
 *
 * COMMENTS:
 */

#include <parameter.ds>

{
    name	"normalfalloff"
    script	"normalfalloff"
    label	"normalfalloff"

	

    outercode {
	INCLUDE_VOPLIB
    }

    code {
	""
	"vector $ii = ($isconnected_nI  != 0) ? $nI  : normalize(I);"
	"vector $nf = ($isconnected_nN  != 0) ? $nN  : normalize(N);"
	"if ($facefwd) $nf = vop_frontface($nf, $ii);"
	""
	"$falloff = clamp(vop_dot($nf,-$ii), 0.0, 1.0);"
	"if ($invert != 0) $falloff = 1-$falloff;"
	"$falloff = pow($falloff, $exp);"
	""
    }

    output	 	float 	falloff 	"falloff"
    input normal	nN			"Normal Vector"
    input vector	nI			"Incident Vector"
	
    VOP_FLT_INPUT_R (exp,	"Exponent",		1, 0, 10)
    VOP_TOGGLE_INPUT(invert,	"Invert?",		0)
    VOP_TOGGLE_INPUT(facefwd,	"Ensure Faces Point Forward", 0)

}
INDX              DialogScript      …TÕ·š/*
 * 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 <parameter.ds>

{
    name	"twoway"
    script	"twoway"
    label	"twoway"


    code {
	"#ifndef __vex"
	"  $result = ($condtype != 0 ? ($condition != 0 ? $input2 : $input1)"
	"                            : ($condition != 0 ? $input1 : $input2));"
	"#else"
        "  #if !strcmp($signature, \"b\")"
	"    float $scale = ($condtype != 0 ? ($condition != 0 ? 1 : 0)"
	"                                   : ($condition != 0 ? 0 : 1));"
	"    $result = (1-$scale)*$input1 + $scale*$input2;"
        "  #else"
	"    $result = ($condtype != 0 ? ($condition != 0 ? $input2 : $input1)"
	"                              : ($condition != 0 ? $input1 : $input2));"
	"  #endif"
        "#endif"
    }

    input	int	condition	"Condition Value (int)"
    input	float	input1		"Input 1"
    input	float	input2		"Input 2"
    output	float	result		"Output Value"

    signature	"Float"	 		default { }
    signature	"Integer"		i	{ int int int int }
    signature	"String"		s	{ int string string string }
    signature	"3D Vector" 		v 	{ int vector vector vector }
    signature	"3D Point" 		p 	{ int point point point }
    signature	"3D Normal" 		n 	{ int normal normal normal }
    signature	"RGB Color"	 	c 	{ int color color color }
    signature	"BSDF"	 		b 	{ int bsdf bsdf bsdf }
    signature	"4D Vector" 		v4 	{ int vector4 vector4 vector4 }
    signature	"3x3 Matrix" 		m3 	{ int matrix3 matrix3 matrix3 }
    signature	"4x4 Matrix" 		m 	{ int matrix matrix matrix }

    signature	"Uniform Float"	 	uf	{ ufloat ufloat ufloat ufloat }
    signature	"Uniform 3D Vector" 	uv 	{ ufloat uvector uvector uvector }
    signature	"Uniform 3D Point" 	up 	{ ufloat upoint upoint upoint }
    signature	"Uniform 3D Normal" 	un 	{ ufloat unormal unormal unormal }
    signature	"Uniform RGB Color"	uc 	{ ufloat ucolor ucolor ucolor }
    signature	"Uniform 4x4 Matrix" 	um 	{ ufloat umatrix umatrix umatrix }


    parm {
	name	condtype
	label	Condition
	type	int
	menu	{
	    "true"	"Use Input 1 If Condition True"
	    "false"	"Use Input 1 If Condition False"
	}
	default	{ 0 }
    }

    VOP_FLT_PARM(input2, "Input 2", 0)
    VOP_INT_PARM(input2_i, "Input 2", 0)
    VOP_STR_PARM(input2_s, "Input 2", "")
    VOP_VEC_PARM(input2_v, "Input 2", 0, 0, 0)
    VOP_VEC_PARM(input2_p, "Input 2", 0, 0, 0)
    VOP_VEC_PARM(input2_n, "Input 2", 0, 0, 0)
    VOP_CLR_PARM(input2_c, "Input 2", 1, 1, 1)
    VOP_VEC4_PARM(input2_v4, "Input 2", 0, 0, 0, 0)
    parm {
	name	input2_m3
	label	"Input 2"
	type	float
	size	9
	default	{ 1 0 0 0 1 0 0 0 1 }
    }
    parm {
	name	input2_m
	label	"Input 2"
	type	float
	size	16
	default	{ 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 }
    }

    VOP_FLT_PARM(input2_uf, "Input 2", 0)
    VOP_VEC_PARM(input2_uv, "Input 2", 0, 0, 0)
    VOP_VEC_PARM(input2_up, "Input 2", 0, 0, 0)
    VOP_VEC_PARM(input2_un, "Input 2", 0, 0, 0)
    VOP_VEC_PARM(input2_uc, "Input 2", 0, 0, 0)
    parm {
	name	input2_um
	label	"Input 2"
	type	float
	size	16
	default	{ 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 }
    }
    
    group { name "g0" obsolete 12.0 }
    group { name "g1" obsolete 12.0 }
    group { name "g2" obsolete 12.0 }
}

INDX              DialogScript      (`TÕ·œ/*
 * Dialog script for the IFD soho output driver
 */

#define RENDERSCRIPT(TOKEN, LABEL)	\
	parm	{ \
	    name	t##TOKEN \
	    label	"" \
	    type	toggle \
	    default	{ 1 } \
	    nolabel \
	    joinnext \
	} \
	parm	{ \
	    name	TOKEN \
	    label	LABEL \
	    type	file \
	    joinnext \
	    default	{ "" } \
	    disablewhen	{ { t##TOKEN == 0 } } \
	    parmtag	{ filechooser_mode	"read" } \
	} \
	parm	{ \
	    name	l##TOKEN \
	    label	"" \
	    type	ordinal \
	    nolabel \
	    default { "0" } \
	    menu { \
		"hscript"	"Hscript" \
		"python"	"Python" \
	    } \
	    disablewhen	{ { t##TOKEN == 0 } } \
	}

{
    name	"ifd"
    label	"Mantra"

    parm {
	name	camera
	label	"Camera"
	type	oppath
	opfilter	"obj/camera"
	default	{ "/obj/cam1" }
    }

    // @{
    // Taken from IFDmantra.ds
    parm	{
	name	override_camerares
	label	"Override Camera Resolution"
	type	toggle
	default	{ 0 }
    }
    parm {
	name	res_fraction
	label	"Resolution Scale"
	type	string
	default	{ "0.5" }
	menu	{
	    "0.1"		"1/10 (One Tenth Resolution)"
	    "0.2"		"1/5 (One Fifth Resolution)"
	    "0.25"		"1/4 (Quarter Resolution)"
	    "0.3333333"	"1/3 (One Third Resolution)"
	    "0.5"		"1/2 (Half Resolution)"
	    "0.6666666"	"2/3 (Two Thirds Resolution)"
	    "0.75"		"3/4 (Three Quarter Resolution)"
	    "specific"	"User Specified Resolution"
	}
	hidewhen	"{ override_camerares == 0 }"
    }
    parm {
	name	res_override
	label	Resolution

	type	intvector2
	default	{ 1280 720 }
	disablewhen	"{ res_fraction != \"specific\" }"
	hidewhen	"{ override_camerares == 0 }"
	joinnext
    }
    parm {
	name	res_overrideMenu
	label	"Choose Resolution"
	type	button
	nolabel
	callback	"opparm . res_override ( `arg(\"$script_value\", 0)` `arg(\"$script_value\", 1)` aspect_override ( `arg(\"$script_value\", 2)` )"
	disablewhen	"{ res_fraction != \"specific\" }"
	hidewhen	"{ override_camerares == 0 }"
	menumini	{
	    [ "echo `pythonexprs(\"__import__('toolutils').parseDialogScriptMenu('FBres')\")`" ] [ ]
	}
    }
    parm {
	name	aspect_override
	label	"Pixel Aspect Ratio"
	type	float
	size	1
	default	{ 1 }
	range	{ 0.05 2 }
	hidewhen	"{ override_camerares == 0 }"
	disablewhen	"{ res_fraction != \"specific\" }"
    }
    // End of resolution override parameters from IFDmantra.ds
    // @}

    //
    // Common rendering parameters for soho
    //
    group	{
	name	images
	label	"Images"

	// Invisible parameters
	parm {
	    name	soho_program
	    label	"soho Program"
	    type	file
	    parmtag	{ filechooser_mode	"read" }
	    default	{ "IFD.py" }
	    invisible
	}
	parm {
	    // When evaluating SHOPs, this parameter is used to build
	    // shader strings in the "correct" format.  For IFD, we want
	    // to set this to "VMantra" so that the correct clerk is
	    // invoked.  It's also used to determine overrides for
	    // viewport rendering (and the render state)
	    name	soho_shopstyle
	    label	"soho SHOP Style"
	    type	string
	    default	{ "VMantra" }
	    invisible
	}
	parm {
	    name	soho_ipr_support
	    label	"IPR Supported"
	    type	toggle
	    default	{ 1 }
	    invisible
	}
	parm
	{
	    name	soho_previewsupport
	    label	"Preview Supported"
	    type	toggle
	    default	{ 1 }
	    invisible
	}
	// Start of standard parameters
        parm {
	    // Taken from IFDmantra.ds
            name        "vm_picture"
            label       "Output Picture"
            type        file
            default     { "$HIP/render/$HIPNAME.$OS.$F4.exr" }
            menureplace {
                [ "echo `pythonexprs(\"__import__('toolutils').parseDialogScriptMenu('FBrender')\")`" ]
            }
            range       { 0 1 }
            export      none
            parmtag     { "filechooser_mode" "write" }
        }
        parm {
	    // Taken from IFDmantra.ds
            name        "vm_device"
            label       "Output Device"
            type        string
            default     { "" }
            menu        {
                ""      "Infer from filename"
                "Houdini"       "Houdini .pic format"
                "TIFF"  "Tagged Image File Format (TIFF)"
                "OpenEXR"       "Open EXR"
                "PNG"   "Portable Network Graphics (PNG)"
                "JPEG"  "JPEG"
                "RAT"   "Random Access Texture (RAT)"
            }
            range       { 0 1 }
            export      none
        }

	parm {
	    name	soho_mkpath
	    label	"Create Intermediate Directories"
	    type	toggle
	    default	{ 1 }
	}
	group {
	    name	output
	    label	"Output"
	}
	group {
	    name	extra_image_planes
	    label	"Extra Image Planes"
	}
	group {
	    name	deep_output
	    label	"Deep Output"
	}
	group {
	    name	meta_data
	    label	"Meta Data"
	}
    }
    group {
	// We just create an empty framework of tabs which gets
	// populated when the opproperty commands are run.
	name	rendering
	label	"Rendering"

	group {
	    name	sampling
	    label	Sampling
	}
	group {
	    name	limits
	    label	Limits
	}
	group {
	    name	shading
	    label	Shading
	}
	group {
	    name	render
	    label	"Render"
	}
	group {
	    name	dicing
	    label	Dicing
	}
	group {
	    name	statistics
	    label	Statistics
	}
    }
    group  {
	name	objects
	label	"Objects"
	parm {
	    name	vobject
	    label	"Candidate Objects"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/GEOMETRY!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "*" }
	    help	"Objects will not be output if their display flag is off"
	}
	parm {
	    name	forceobject
	    label	"Force Objects"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/GEOMETRY!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "" }
	    help	"Objects will be output regardless of the state of their display flag"
	}
	parm {
	    name	matte_objects
	    label	"Forced Matte"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/GEOMETRY!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "" }
	    help	"Objects forced to be output as matte objects"
	}
	parm {
	    name	phantom_objects
	    label	"Forced Phantom"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/GEOMETRY!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "" }
	    help	"Objects forced to be output as phantom objects"
	}
	parm {
	    name	excludeobject
	    label	"Exclude Objects"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/GEOMETRY!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "" }
	    help	"Objects which are not output"
	}
	parm {
	    name	"obj_light_sep"
	    label	"Separator"
	    type	separator
	}

	parm {
	    name	sololight
	    label	"Solo Light"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/LIGHT!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "" }
	    help	"Solo Lights"
	}
	parm {
	    name	alights
	    label	"Candidate Lights"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/LIGHT!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "*" }
	    help	"Lights will not be output if their dimmer channel is 0."
	    disablewhen	"{ sololight != \"\" }"
	}
	parm {
	    name	forcelights
	    label	"Force Lights"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/LIGHT!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "" }
	    help	"Lights will be output regardless of the value of their dimmer channel"
	    disablewhen	"{ sololight != \"\" }"
	}
	parm {
	    name	excludelights
	    label	"Exclude Lights"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/LIGHT!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "" }
	    help	"Lights will not be output under any circumstances."
	    disablewhen	"{ sololight != \"\" }"
	}
	parm {
	    name	soho_autoheadlight
	    label	"Headlight Creation"
	    type	toggle
	    default	{ 1 }
	    help	"By default, if there are no lights in the scene, a headlight will automatically be created.  To disable this, turn this toggle off".
	    disablewhen	"{ sololight != \"\" }"
	}

	parm {
	    name	"light_fog_sep"
	    label	"Separator"
	    type	separator
	}
	parm {
	    name	vfog
	    label	"Visible Fog"
	    type	oplist
	    parmtag	{ opfilter	"!!OBJ/FOG!!" }
	    parmtag	{ oprelative	"/obj" }
	    default	{ "*" }
	    help	"Objects will not be output if their display flag is off"
	}
    }
    group {
	name	scripts
	label	"Scripts"

	RENDERSCRIPT(prerender,		"Pre-Render Script")
	RENDERSCRIPT(preframe,		"Pre-Frame Script")
	RENDERSCRIPT(postframe,		"Post-Frame Script")
	RENDERSCRIPT(postrender,	"Post-Render Script")
    }
    group {
	name	driver
	label	"Driver"
	parm {
	    name	soho_pipecmd
	    label	"Command"
	    type	string
	    default	{ "mantra" }
	    disablewhen	"{ soho_outputmode != 0 }"
	    menureplace {
		"mantra"			"No command line overrides"
		"mantra -j 1"			"Use one CPU"
		"mantra -H host1,host2"		"Network rendering"
		"mantra -V 1"			"Verbose output"
		"mantra -V 2"			"More verbose output"
		"mantra -V p1"			"Verbose output with VEX profiling"
		"mantra -o consolewait"		"Verbose to console (Windows only)"
		"mantra -P pythonfilter"	"Filter IFD using python"
	    }
	}
	parm {
	    name	soho_outputmode
	    label	"Save IFD File To Disk"
	    type	toggle
	    nolabel
	    joinnext
	    default	{ 0 }
	}
	parm {
	    name	soho_diskfile
	    label	"Disk File"
	    type	file
	    parmtag	{ filechooser_mode	"write" }
	    default	{ "$HIP/test.ifd" }
	    disablewhen	"{ soho_outputmode != 1 }"
	}
	parm {
	    name	soho_compression
	    label	"File Compression"
	    type	string
	    default	{ "ext" }
	    disablewhen	"{ soho_outputmode != 1 soho_force_compression != 1 }"
	    menu {
		"ext"	"Use Filename Extension"
		"none"	"No Compression"
		"blosc"	"BLOSC Compression"
		"gzip"	"gzip Compression"
	    }
	    help	"Determines the file compression used when writing to a disk file (or if soho_force_compression is enabled)."
	}
	parm {
	    name	soho_foreground
	    label	"Block Until Render Complete"
	    type	toggle
	    default	{ 0 }
	    disablewhen	"{ soho_outputmode != 0 }"
	}
	parm {
	    name	soho_initsim
	    label	"Initialize Simulation OPs"
	    type	toggle
	    default	{ 0 }
	}
	parm {
	    name	soho_viewport_menu
	    label	"Show In Viewport Menu"
	    type	toggle
	    default	{ 1 }
	    help	"By default SOHO output drivers do not appear in the viewport menu.  Adding this property and turning it on will cause the driver to show up."
	}
    }
}
HouNC1033600bbd0568cba55093af9bf8expression.func # 265 bytes
# Take a random point on the unit circle in the XY plane and rotate it into the
# plane perpendicular to the velocity.
vector
fwsetup_spread()
{
    return (vector3(cos(rand($ID)*360), sin(rand($ID)*360), 0) * dihedral(vector3(0, 0, 1), vector3($VX, $VY, $VZ)));
}
HouNC1033600ba40568cba55076989a4ashop.def comment ""
position 5 3
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345864358
  modify 1452056564
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600ba70568cba5502c7d5db5shop.parm {
version 0.8
}
HouNC1033600ba30568cba550240584c2shop.userdata     ___Version___    14.0.335HouNC1033600ba20568cba5505f302607shop/glow.init type = vopmaterial
matchesdef = 0
HouNC1033600ba30568cba550581e2117shop/glow.def comment "Created from Gallery Entry: Glow

Mantra Glow Surface Shader"
position 0 0
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1452056564
  modify 1452056748
  author perkymind@THINK.THINK
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
creator gallery::glow
explicit 1
delscript ""
exprlanguage hscript
end
HouNC1033600bba0568cba5503e988622shop/glow.spareparmdef     group {
	name	"shading"
	label	"Surface"

	parm {
	    name	"glowColor"
	    label	"Glow Color"
	    type	color
	    size	3
	    default	{ "1" "1" "1" }
	    range	{ 0 1 }
	    export	none
	    parmtag	{ "parmvop" "1" }
	    parmtag	{ "shaderparmcontexts" "surface" }
	}
	parm {
	    name	"usePointColor"
	    label	"Tint with Point Color"
	    type	toggle
	    default	{ "on" }
	    range	{ 0 1 }
	    export	none
	    parmtag	{ "parmvop" "1" }
	    parmtag	{ "shaderparmcontexts" "surface" }
	}
	parm {
	    name	"usePointAlpha"
	    label	"Use Point Alpha"
	    type	toggle
	    default	{ "on" }
	    range	{ 0 1 }
	    export	none
	    parmtag	{ "parmvop" "1" }
	    parmtag	{ "shaderparmcontexts" "surface" }
	}
	parm {
	    name	"exp"
	    label	"Glow Ramp Rate"
	    type	float
	    default	{ "4" }
	    range	{ 0 10 }
	    export	none
	    parmtag	{ "parmvop" "1" }
	    parmtag	{ "shaderparmcontexts" "surface" }
	}
	parm {
	    name	"invert"
	    label	"Invert?"
	    type	toggle
	    default	{ "off" }
	    range	{ 0 1 }
	    export	none
	    parmtag	{ "parmvop" "1" }
	    parmtag	{ "shaderparmcontexts" "surface" }
	}
	parm {
	    name	"emitlight"
	    label	"Enable Emission"
	    type	toggle
	    default	{ "off" }
	    range	{ 0 1 }
	    export	none
	    parmtag	{ "parmvop" "1" }
	    parmtag	{ "shaderparmcontexts" "surface" }
	}
	parm {
	    name	"emission"
	    label	"Emission"
	    type	float
	    default	{ "1" }
	    disablewhen	"{ emitlight == 0 }"
	    range	{ 0 1 }
	    export	none
	    parmtag	{ "parmvop" "1" }
	    parmtag	{ "shaderparmcontexts" "surface" }
	}
    }

    group {
	name	"shading_1"
	label	"OpenGL"

	group {
	    name	"folder0"
	    label	"Surface"

	    parm {
		name	"ogl_light"
		label	"Use Lighting"
		type	toggle
		default	{ "1" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"sepparm6"
		label	"Separator"
		type	separator
		default	{ "" }
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_alpha"
		label	"OGL Alpha"
		type	float
		default	{ "1" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"ogl_cutout"
		label	"Transparent Texture Alpha"
		type	toggle
		default	{ "1" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"ogl_amb"
		label	"OGL Ambient"
		type	color
		size	3
		default	{ "1" "1" "1" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"ogl_emit"
		label	"OGL Emission"
		type	color
		size	3
		default	{ "ch(\"glowColorr\")" "ch(\"glowColorg\")" "ch(\"glowColorb\")" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"sepparm12"
		label	"Separator"
		type	separator
		default	{ "" }
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_diff"
		label	"OGL Diffuse"
		type	color
		size	3
		default	{ "1" "1" "1" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    multiparm {
		name	"ogl_numtex"
		label	"Texture Layers"
		parmtag	{ "spare_category" "OGL" }

		parm {
		    name	"ogl_tex#"
		    label	"Texture #"
		    type	image
		    default	{ "" }
		    help	"None"
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "filechooser_mode" "read" }
		}
		parm {
		    name	"ogl_tex_min_filter#"
		    label	"Minification Filter"
		    type	string
		    default	{ "GL_LINEAR_MIPMAP_LINEAR" }
		    help	"None"
		    menu	{
			"GL_NEAREST"	"Poor: Nearest"
			"GL_LINEAR"	"Poor: Linear"
			"GL_NEAREST_MIPMAP_NEAREST"	"Fastest (Nearest/Nearest)"
			"GL_LINEAR_MIPMAP_NEAREST"	"Better (Linear/Nearest)"
			"GL_NEAREST_MIPMAP_LINEAR"	"Good (Nearest/Linear)"
			"GL_LINEAR_MIPMAP_LINEAR"	"Best (Linear/Linear)"
		    }
		    range	{ 0 1 }
		    export	none
		}
		parm {
		    name	"ogl_tex_mag_filter#"
		    label	"Magnification Filter"
		    type	string
		    default	{ "GL_LINEAR" }
		    help	"None"
		    menu	{
			"GL_NEAREST"	"Nearest"
			"GL_LINEAR"	"Linear"
		    }
		    range	{ 0 1 }
		    export	none
		}
		parm {
		    name	"ogl_clamping_mode#"
		    label	"Clamp Texture"
		    type	toggle
		    default	{ "0" }
		    help	"None"
		    range	{ 0 1 }
		    export	none
		}
	    }

	    parm {
		name	"sepparm8"
		label	"Separator"
		type	separator
		default	{ "" }
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_spec"
		label	"OGL Specular"
		type	color
		size	3
		default	{ "1" "1" "1" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"ogl_specmap"
		label	"OGL Specular Map"
		type	image
		default	{ "" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "filechooser_mode" "read" }
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"ogl_speclayer"
		label	"Specular Layer"
		type	integer
		default	{ "0" }
		help	"None"
		disablewhen	"{ ogl_specmap == \"\" }"
		range	{ 0 15 }
		export	none
	    }
	    parm {
		name	"ogl_rough"
		label	"OGL Roughness"
		type	float
		default	{ "0.05" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"ogl_adjustshiny"
		label	"Adjust Shininess with Alpha Channel"
		type	toggle
		default	{ "off" }
		help	"None"
		disablewhen	"{ ogl_specmap == \"\" }"
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_shinyrange"
		label	"Shininess Range"
		type	vector2
		size	2
		default	{ "10" "30" }
		help	"None"
		disablewhen	"{ ogl_specmap == \"\" } { ogl_adjustshiny == 0 }"
		range	{ -1 1 }
		export	none
	    }
	    parm {
		name	"sepparm10"
		label	"Separator"
		type	separator
		default	{ "" }
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_opacitymap"
		label	"OGL Opacity Map"
		type	image
		default	{ "" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "filechooser_mode" "read" }
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"ogl_opacitylayer"
		label	"Opacity Layer"
		type	integer
		default	{ "0" }
		help	"None"
		disablewhen	"{ ogl_opacitymap == \"\" }"
		range	{ 0 15 }
		export	none
	    }
	}

	group {
	    name	"folder0_1"
	    label	"Displace"

	    parm {
		name	"ogl_bumpmap"
		label	"OGL Bump Map"
		type	image
		default	{ "" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "filechooser_mode" "read" }
	    }
	    parm {
		name	"ogl_bumptype"
		label	"Bump Map Type"
		type	string
		default	{ "height" }
		help	"None"
		disablewhen	"{ ogl_bumpmap == \"\" }"
		menu	{
		    "height"	"Height Map"
		    "uv"	"UV Bump Map"
		    "xyz"	"XYZ Bump Map"
		}
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_bumpscale"
		label	"Bump Scale"
		type	float
		default	{ "1" }
		help	"None"
		disablewhen	"{ ogl_bumpmap == \"\" }"
		range	{ 0 10 }
		export	none
	    }
	    parm {
		name	"ogl_bumpbias"
		label	"Bump Map Range"
		type	string
		default	{ "zeroone" }
		help	"None"
		disablewhen	"{ ogl_bumpmap == \"\" }"
		menu	{
		    "zeroone"	"0 to 1"
		    "centered"	"-1 to 1"
		}
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_bumplayer"
		label	"Bump Layer"
		type	integer
		default	{ "0" }
		help	"None"
		disablewhen	"{ ogl_bumpmap == \"\" }"
		range	{ 0 15 }
		export	none
	    }
	    parm {
		name	"ogl_bumpinvert"
		label	"Invert Bumps"
		type	toggle
		default	{ "0" }
		help	"None"
		disablewhen	"{ ogl_bumpmap == \"\" }"
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"sepparm7"
		label	"Separator"
		type	separator
		default	{ "" }
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_normalmap"
		label	"OGL Normal Map"
		type	image
		default	{ "" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "filechooser_mode" "read" }
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"ogl_normalbias"
		label	"Normal Map Range"
		type	string
		default	{ "zeroone" }
		help	"None"
		disablewhen	"{ ogl_normalmap == \"\" }"
		menu	{
		    "zeroone"	"0 to 1"
		    "centered"	"-1 to 1"
		}
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_normallayer"
		label	"Normal Layer"
		type	integer
		default	{ "0" }
		help	"None"
		disablewhen	"{ ogl_normalmap == \"\" }"
		range	{ 0 15 }
		export	none
		parmtag	{ "spare_category" "OGL" }
	    }
	    parm {
		name	"sepparm9"
		label	"Separator"
		type	separator
		default	{ "" }
		range	{ 0 1 }
		export	none
	    }
	}

	group {
	    name	"folder0_2"
	    label	"Environment"

	    parm {
		name	"ogl_envmap"
		label	"OGL Environment Map"
		type	image
		default	{ "" }
		help	"None"
		range	{ 0 1 }
		export	none
		parmtag	{ "filechooser_mode" "read" }
	    }
	    parm {
		name	"ogl_envrotate"
		label	"Env Map Rotation"
		type	vector
		size	3
		default	{ "0" "0" "0" }
		help	"None"
		disablewhen	"{ ogl_envmap == \"\" }"
		range	{ -1 1 }
		export	none
	    }
	    parm {
		name	"ogl_envrotorder"
		label	"Env Rotate Order"
		type	string
		default	{ "xyz" }
		help	"None"
		menu	{
		    "xyz"	"Rx Ry Rz"
		    "xzy"	"Rx Rz Ry"
		    "yxz"	"Ry Rx Rz"
		    "yzx"	"Ry Rz Rx"
		    "zxy"	"Rz Rx Ry"
		    "zyx"	"Rz Ry Rx"
		}
		range	{ 0 1 }
		export	none
	    }
	    parm {
		name	"ogl_envscale"
		label	"Reflection Intensity"
		type	float
		default	{ "0.1" }
		help	"None"
		disablewhen	"{ ogl_envmap == \"\" }"
		range	{ 0 2 }
		export	none
	    }
	}

    }

    group {
	name	"shading_2"
	label	"Compile"
	invisibletab

	parm {
	    name	"vop_compiler"
	    baseparm
	    export	none
	}
	parm {
	    name	"vop_forcecompile"
	    baseparm
	    export	none
	}
    }

    parm {
	name	"Cd"
	label	"Attribute Color"
	type	color
	invisible
	size	3
	default	{ "1" "1" "1" }
	range	{ 0 1 }
	export	none
	parmtag	{ "parmvop" "1" }
	parmtag	{ "shaderparmcontexts" "surface" }
    }
    parm {
	name	"Alpha"
	label	"Attribute Alpha"
	type	float
	invisible
	default	{ "1" }
	range	{ 0 1 }
	export	none
	parmtag	{ "parmvop" "1" }
	parmtag	{ "shaderparmcontexts" "surface" }
    }
    parm {
	name	"Ce"
	label	"Emission"
	type	float
	invisible
	size	3
	default	{ "0" "0" "0" }
	range	{ 0 10 }
	export	none
	parmtag	{ "parmvop" "1" }
	parmtag	{ "shaderparmcontexts" "surface" }
    }
HouNC1033600ba30568cba5503b124de9shop/glow.chn {
    channel ogl_emitr {
      lefttype = extend
      righttype = extend
      flags = 0
      segment { length = 0 expr = ch(\"glowColorr\") }
    }
    channel ogl_emitg {
      lefttype = extend
      righttype = extend
      flags = 0
      segment { length = 0 expr = ch(\"glowColorg\") }
    }
    channel ogl_emitb {
      lefttype = extend
      righttype = extend
      flags = 0
      segment { length = 0 expr = ch(\"glowColorb\") }
    }
  }
HouNC1033600ba20568cba55072c9de56shop/glow.parm {
version 0.8
vop_compiler	[ 0	locks=0	autoscope=0 ]	(	"vcc -r -q $VOP_INCLUDEPATH -o $VOP_OBJECTFILE -e $VOP_ERRORFILE $VOP_SOURCEFILE"	)
vop_forcecompile	[ 0	locks=0 ]	(	0	)
shading	[ 0	locks=0 ]	(	0	0	0	)
glowColor	[ 0	locks=0 ]	(	2	1	0	)
usePointColor	[ 0	locks=0 ]	(	"on"	)
usePointAlpha	[ 0	locks=0 ]	(	"on"	)
exp	[ 0	locks=0 ]	(	4	)
invert	[ 0	locks=0 ]	(	"off"	)
emitlight	[ 0	locks=0 ]	(	"off"	)
emission	[ 0	locks=0 ]	(	1	)
folder0	[ 0	locks=0 ]	(	0	0	0	)
ogl_light	[ 0	locks=0 ]	(	"on"	)
sepparm6	[ 0	locks=0 ]	(	)
ogl_alpha	[ 0	locks=0 ]	(	1	)
ogl_cutout	[ 0	locks=0 ]	(	"on"	)
ogl_amb	[ 0	locks=0 ]	(	1	1	1	)
ogl_emit	[ 0	locks=0 ]	(	[ ogl_emitr	2 ] 	[ ogl_emitg	1 ] 	[ ogl_emitb	0 ] 	)
sepparm12	[ 0	locks=0 ]	(	)
ogl_diff	[ 0	locks=0 ]	(	1	1	1	)
ogl_numtex	[ 0	locks=0	autoscope=0 ]	(	0	)
sepparm8	[ 0	locks=0 ]	(	)
ogl_spec	[ 0	locks=0 ]	(	1	1	1	)
ogl_specmap	[ 0	locks=0 ]	(	""	)
ogl_speclayer	[ 0	locks=0 ]	(	0	)
ogl_rough	[ 0	locks=0	autoscope=0 ]	(	0.050000000699999998	)
ogl_adjustshiny	[ 0	locks=0 ]	(	"off"	)
ogl_shinyrange	[ 0	locks=0 ]	(	10	30	)
sepparm10	[ 0	locks=0 ]	(	)
ogl_opacitymap	[ 0	locks=0 ]	(	""	)
ogl_opacitylayer	[ 0	locks=0 ]	(	0	)
ogl_bumpmap	[ 0	locks=0 ]	(	""	)
ogl_bumptype	[ 0	locks=0 ]	(	height	)
ogl_bumpscale	[ 0	locks=0 ]	(	1	)
ogl_bumpbias	[ 0	locks=0 ]	(	zeroone	)
ogl_bumplayer	[ 0	locks=0 ]	(	0	)
ogl_bumpinvert	[ 0	locks=0 ]	(	"off"	)
sepparm7	[ 0	locks=0 ]	(	)
ogl_normalmap	[ 0	locks=0 ]	(	""	)
ogl_normalbias	[ 0	locks=0 ]	(	zeroone	)
ogl_normallayer	[ 0	locks=0 ]	(	0	)
sepparm9	[ 0	locks=0 ]	(	)
ogl_envmap	[ 0	locks=0 ]	(	""	)
ogl_envrotate	[ 0	locks=0 ]	(	0	0	0	)
ogl_envrotorder	[ 0	locks=0 ]	(	xyz	)
ogl_envscale	[ 0	locks=0	autoscope=0 ]	(	0.10000000100000001	)
Cd	[ 0	locks=0 ]	(	1	1	1	)
Alpha	[ 0	locks=0 ]	(	1	)
Ce	[ 0	locks=0 ]	(	0	0	0	)
}
HouNC1033600bbe0568cba550e14105ceshop/glow.userdata     ___Version___    14.0.335HouNC1033600bba0568cba5509685de4dshop/glow/output1.init type = output
matchesdef = 0
HouNC1033600bbb0568cba550f635a808shop/glow/output1.def comment ""
position 17.1498 -8.80031
cachesize 1
connectornextid 4
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 exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
3 "shader"
}
inputsNamed3
{
0 	twoway3 6 1 "Cf"
1 	twoway1 6 1 "Of"
2 	twoway2 5 1 "Af"
}
inputs
{
0 	twoway3 0 1
1 	twoway1 0 1
2 	twoway2 0 1
}
stat
{
  create 1190394755
  modify 1276111853
  author liza@chaos
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bba0568cba550b95a1e3fshop/glow/output1.parm {
version 0.8
contexttype	[ 0	locks=0 ]	(	surface	)
outputcodelast	[ 0	locks=0 ]	(	"off"	)
parmorder	[ 0	locks=0 ]	(	"glowColor usePointColor usePointAlpha exp invert emitlight emission Cd Alpha"	)
}
HouNC1033600bb60568cba550d758fdfcshop/glow/output1.userdata     ___Version___    14.0.335HouNC1033600bb30568cba5509374ce39shop/glow/normalfalloff1.init type = normalfalloff
matchesdef = 0
HouNC1033600bb00568cba55013db9066shop/glow/normalfalloff1.def comment ""
position 9.56094 -8.73882
cachesize 1
connectornextid 10
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 exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
9 "falloff"
}
inputsNamed3
{
5 	"" "" 1 "nN"
6 	"" "" 1 "nI"
7 	exp 0 1 "exp"
8 	invert 0 1 "invert"
}
inputs
{
0 	"" 0 1
1 	"" 0 1
2 	exp 0 1
3 	invert 0 1
}
stat
{
  create 1190394775
  modify 1276111851
  author liza@chaos
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb30568cba55071f7469bshop/glow/normalfalloff1.parm {
version 0.8
exp	[ 0	locks=0 ]	(	1	)
invert	[ 0	locks=0 ]	(	"off"	)
facefwd	[ 0	locks=0 ]	(	"on"	)
}
HouNC1033600b8f0568cba55036678ad0shop/glow/normalfalloff1.userdata     ___Version___     HouNC1033600bb40568cba550586da6c7shop/glow/glowColor.init type = parameter
matchesdef = 0
HouNC1033600bb50568cba55063251fb3shop/glow/glowColor.def comment ""
position 10.3075 -7.24194
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "glowColor"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1190394822
  modify 1276111694
  author liza@chaos
  access 0777
}
color UT_Color RGB 1 1 0.6 
delscript ""
exprlanguage hscript
end
HouNC1033600bb40568cba5508bb000a5shop/glow/glowColor.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	glowColor	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	"Glow Color"	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"color"	)
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 ]	(	1	1	1	)
color4def	[ 0	locks=0 ]	(	0	0	0	0	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
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 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bb00568cba5506eac3aacshop/glow/glowColor.userdata     ___Version___    14.0.335HouNC1033600bb60568cba550a97b1c82shop/glow/floattovec1.init type = floattovec
matchesdef = 0
HouNC1033600bb70568cba5507402ac12shop/glow/floattovec1.def comment ""
position 12.807 -8.02293
cachesize 1
connectornextid 7
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 exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
6 "vec"
}
inputsNamed3
{
3 	multiply3 2 1 "fval1"
4 	multiply3 2 1 "fval2"
5 	multiply3 2 1 "fval3"
}
inputs
{
0 	multiply3 0 1
1 	multiply3 0 1
2 	multiply3 0 1
}
stat
{
  create 1190394840
  modify 1276111851
  author liza@chaos
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb60568cba5509bcc4787shop/glow/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	)
}
HouNC1033600bb20568cba550b26d117dshop/glow/floattovec1.userdata     ___Version___     HouNC1033600bbe0568cba5506a6eed08shop/glow/exp.init type = parameter
matchesdef = 0
HouNC1033600bbf0568cba550b3211220shop/glow/exp.def comment ""
position 7.93256 -8.08817
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "exp"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1190394912
  modify 1276111851
  author liza@chaos
  access 0777
}
color UT_Color RGB 1 1 0.6 
delscript ""
exprlanguage hscript
end
HouNC1033600bbe0568cba55003ee7b9ashop/glow/exp.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	exp	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	"Glow Ramp Rate"	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"float"	)
parmtypename	[ 0	locks=0 ]	(	""	)
floatdef	[ 0	locks=0 ]	(	4	)
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	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 0	locks=0 ]	(	)
coshaderadef	[ 0	locks=0 ]	(	""	)
structdef	[ 0	locks=0 ]	(	""	)
rangeflt	[ 0	locks=0 ]	(	0	10	)
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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
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 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bba0568cba5501eab6ee1shop/glow/exp.userdata     ___Version___    14.0.335HouNC1033600bb40568cba55012a75053shop/glow/multiply1.init type = multiply
matchesdef = 0
HouNC1033600bb50568cba55088dbbc50shop/glow/multiply1.def comment ""
position 12.5112 -6.95647
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
3 "product"
}
inputsNamed3
{
0 	twoway4 5 1 "input1"
1 	glowColor 0 1 "input2"
2 	multiply3 2 1 "input3"
}
inputs
{
0 	twoway4 0 1
1 	glowColor 0 1
2 	multiply3 0 1
}
stat
{
  create 1190394949
  modify 1276111851
  author liza@chaos
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb40568cba55092f01f07shop/glow/multiply1.parm {
version 0.8
}
HouNC1033600bb00568cba550c3e3d4edshop/glow/multiply1.userdata     ___Version___    14.0.335HouNC1033600bbb0568cba55073f5b6e2shop/glow/invert.init type = parameter
matchesdef = 0
HouNC1033600bb80568cba5500c4d4b6dshop/glow/invert.def comment ""
position 7.93256 -9.18773
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "invert"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1190396248
  modify 1276111657
  author liza@chaos
  access 0777
}
color UT_Color RGB 1 1 0.6 
delscript ""
exprlanguage hscript
end
HouNC1033600bbb0568cba55032b8cc1fshop/glow/invert.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	invert	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	Invert?	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"toggle"	)
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	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
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 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bb70568cba55005ae2162shop/glow/invert.userdata     ___Version___    14.0.335HouNC1033600bb40568cba550101a7d0cshop/glow/emitlight.init type = parameter
matchesdef = 0
HouNC1033600bb50568cba550e053a34dshop/glow/emitlight.def comment ""
position 13.2553 -5.0975
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "emitlight"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1203629697
  modify 1276111678
  author jlait@thule
  access 0777
}
color UT_Color RGB 1 1 0.6 
delscript ""
exprlanguage hscript
end
HouNC1033600bb40568cba5504a3ca5f5shop/glow/emitlight.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	emitlight	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	"Enable Emission"	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"toggle"	)
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	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
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 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bb00568cba550f0e472dbshop/glow/emitlight.userdata     ___Version___    14.0.335HouNC1033600bba0568cba550ad8a8612shop/glow/twoway1.init type = twoway
matchesdef = 0
HouNC1033600bbb0568cba550b28e82d8shop/glow/twoway1.def comment ""
position 14.9302 -8.1828
cachesize 1
connectornextid 7
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 exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
6 "result"
}
inputsNamed3
{
3 	emitlight 0 1 "condition"
4 	floattovec1 6 1 "input1"
5 	"" "" 1 "input2"
}
inputs
{
0 	emitlight 0 1
1 	floattovec1 0 1
2 	"" 0 1
}
stat
{
  create 1203629772
  modify 1276111851
  author jlait@thule
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bba0568cba5508bc9fa8dshop/glow/twoway1.parm {
version 0.8
signature	[ 0	locks=0 ]	(	v	)
condtype	[ 0	locks=0 ]	(	1	)
input2	[ 0	locks=0 ]	(	0	)
input2_i	[ 0	locks=0 ]	(	0	)
input2_s	[ 0	locks=0 ]	(	""	)
input2_v	[ 0	locks=0 ]	(	0	0	0	)
input2_p	[ 0	locks=0 ]	(	0	0	0	)
input2_n	[ 0	locks=0 ]	(	0	0	0	)
input2_c	[ 0	locks=0 ]	(	1	1	1	)
input2_v4	[ 0	locks=0 ]	(	0	0	0	0	)
input2_m3	[ 0	locks=0 ]	(	1	0	0	0	1	0	0	0	1	)
input2_m	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
input2_uf	[ 0	locks=0 ]	(	0	)
input2_uv	[ 0	locks=0 ]	(	0	0	0	)
input2_up	[ 0	locks=0 ]	(	0	0	0	)
input2_un	[ 0	locks=0 ]	(	0	0	0	)
input2_uc	[ 0	locks=0 ]	(	0	0	0	)
input2_um	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
}
HouNC1033600bb60568cba550f4969aa1shop/glow/twoway1.userdata     ___Version___     HouNC1033600bba0568cba550e8c3d2f7shop/glow/twoway2.init type = twoway
matchesdef = 0
HouNC1033600bbb0568cba550513811b9shop/glow/twoway2.def comment ""
position 14.9302 -9.21221
cachesize 1
connectornextid 6
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 exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
5 "result"
}
inputsNamed3
{
3 	"" "" 1 "condition"
4 	multiply3 2 1 "input1"
}
inputs
{
0 	"" 0 1
1 	multiply3 0 1
}
stat
{
  create 1203629851
  modify 1276111851
  author jlait@thule
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bba0568cba55095a78408shop/glow/twoway2.parm {
version 0.8
signature	[ 0	locks=0 ]	(	default	)
condtype	[ 0	locks=0 ]	(	1	)
input2	[ 0	locks=0 ]	(	0	)
input2_i	[ 0	locks=0 ]	(	0	)
input2_s	[ 0	locks=0 ]	(	""	)
input2_v	[ 0	locks=0 ]	(	0	0	0	)
input2_p	[ 0	locks=0 ]	(	0	0	0	)
input2_n	[ 0	locks=0 ]	(	0	0	0	)
input2_c	[ 0	locks=0 ]	(	1	1	1	)
input2_v4	[ 0	locks=0 ]	(	0	0	0	0	)
input2_m3	[ 0	locks=0 ]	(	1	0	0	0	1	0	0	0	1	)
input2_m	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
input2_uf	[ 0	locks=0 ]	(	0	)
input2_uv	[ 0	locks=0 ]	(	0	0	0	)
input2_up	[ 0	locks=0 ]	(	0	0	0	)
input2_un	[ 0	locks=0 ]	(	0	0	0	)
input2_uc	[ 0	locks=0 ]	(	0	0	0	)
input2_um	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
}
HouNC1033600bb60568cba550d35e3bc2shop/glow/twoway2.userdata     ___Version___     HouNC1033600bb50568cba5509d0f53c3shop/glow/emission.init type = parameter
matchesdef = 0
HouNC1033600bba0568cba5501943a58eshop/glow/emission.def comment ""
position 12.2586 -5.66122
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "emission"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1203629884
  modify 1276111628
  author jlait@thule
  access 0777
}
color UT_Color RGB 1 1 0.6 
delscript ""
exprlanguage hscript
end
HouNC1033600bb50568cba550c54a3951shop/glow/emission.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	emission	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	Emission	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"float"	)
parmtypename	[ 0	locks=0 ]	(	""	)
floatdef	[ 0	locks=0 ]	(	1	)
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	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
separator2	[ 0	locks=0 ]	(	)
invisible	[ 0	locks=0 ]	(	"off"	)
joinnext	[ 0	locks=0 ]	(	"off"	)
disablewhen	[ 0	locks=0 ]	(	"{ emitlight == 0 }"	)
hidewhen	[ 0	locks=0 ]	(	""	)
callback	[ 0	locks=0 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bb10568cba5508598b089shop/glow/emission.userdata     ___Version___    14.0.335HouNC1033600bba0568cba5506767d095shop/glow/twoway3.init type = twoway
matchesdef = 0
HouNC1033600bbb0568cba550d3df2a35shop/glow/twoway3.def comment ""
position 15.5756 -6.36908
cachesize 1
connectornextid 7
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 exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
6 "result"
}
inputsNamed3
{
3 	emitlight 0 1 "condition"
4 	multiply2 2 1 "input1"
5 	multiply1 3 1 "input2"
}
inputs
{
0 	emitlight 0 1
1 	multiply2 0 1
2 	multiply1 0 1
}
stat
{
  create 1203629927
  modify 1276111852
  author jlait@thule
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bba0568cba550791f1bb9shop/glow/twoway3.parm {
version 0.8
signature	[ 0	locks=0 ]	(	v	)
condtype	[ 0	locks=0 ]	(	0	)
input2	[ 0	locks=0 ]	(	0	)
input2_i	[ 0	locks=0 ]	(	0	)
input2_s	[ 0	locks=0 ]	(	""	)
input2_v	[ 0	locks=0 ]	(	0	0	0	)
input2_p	[ 0	locks=0 ]	(	0	0	0	)
input2_n	[ 0	locks=0 ]	(	0	0	0	)
input2_c	[ 0	locks=0 ]	(	1	1	1	)
input2_v4	[ 0	locks=0 ]	(	0	0	0	0	)
input2_m3	[ 0	locks=0 ]	(	1	0	0	0	1	0	0	0	1	)
input2_m	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
input2_uf	[ 0	locks=0 ]	(	0	)
input2_uv	[ 0	locks=0 ]	(	0	0	0	)
input2_up	[ 0	locks=0 ]	(	0	0	0	)
input2_un	[ 0	locks=0 ]	(	0	0	0	)
input2_uc	[ 0	locks=0 ]	(	0	0	0	)
input2_um	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
}
HouNC1033600bb60568cba55025c5d52eshop/glow/twoway3.userdata     ___Version___     HouNC1033600bb40568cba55014dfa77ashop/glow/multiply2.init type = multiply
matchesdef = 0
HouNC1033600bb50568cba550bec06da5shop/glow/multiply2.def comment ""
position 14.0078 -6.1031
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
2 "product"
}
inputsNamed3
{
0 	multiply1 3 1 "input1"
1 	emission 0 1 "input2"
}
inputs
{
0 	multiply1 0 1
1 	emission 0 1
}
stat
{
  create 1203629940
  modify 1276111973
  author jlait@thule
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb40568cba550554d922eshop/glow/multiply2.parm {
version 0.8
}
HouNC1033600bb00568cba55054cad1b0shop/glow/multiply2.userdata     ___Version___    14.0.335HouNC1033600bbf0568cba5508d5c550dshop/glow/Cd.init type = parameter
matchesdef = 0
HouNC1033600bbc0568cba550f3a4a086shop/glow/Cd.def comment ""
position 8.64447 -6.5892
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "Cd"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1181872479
  modify 1276111693
  author mark@beijing.sidefx.com
  access 0777
}
color UT_Color RGB 0.6 0.4 1 
delscript ""
exprlanguage hscript
end
HouNC1033600bbf0568cba550b02c12c6shop/glow/Cd.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	Cd	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	"Attribute Color"	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"color"	)
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 ]	(	1	1	1	)
color4def	[ 0	locks=0 ]	(	0	0	0	0	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
separator2	[ 0	locks=0 ]	(	)
invisible	[ 0	locks=0 ]	(	"on"	)
joinnext	[ 0	locks=0 ]	(	"off"	)
disablewhen	[ 0	locks=0 ]	(	""	)
hidewhen	[ 0	locks=0 ]	(	""	)
callback	[ 0	locks=0 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bbb0568cba5505a33e967shop/glow/Cd.userdata     ___Version___    14.0.335HouNC1033600bb00568cba550ba0d0becshop/glow/usePointColor.init type = parameter
matchesdef = 0
HouNC1033600bb10568cba5504a061a07shop/glow/usePointColor.def comment ""
position 8.64447 -5.39542
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "usePointColor"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1181944270
  modify 1276111691
  author liza@chaos
  access 0777
}
color UT_Color RGB 1 1 0.6 
delscript ""
exprlanguage hscript
end
HouNC1033600bb00568cba550e4d2ab33shop/glow/usePointColor.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	usePointColor	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	"Tint with Point Color"	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"toggle"	)
parmtypename	[ 0	locks=0 ]	(	""	)
floatdef	[ 0	locks=0 ]	(	0	)
intdef	[ 0	locks=0 ]	(	0	)
toggledef	[ 0	locks=0 ]	(	"on"	)
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	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
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 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600b8c0568cba550304d4699shop/glow/usePointColor.userdata     ___Version___    14.0.335HouNC1033600bba0568cba550806a2328shop/glow/twoway4.init type = twoway
matchesdef = 0
HouNC1033600bbb0568cba55018ebecb8shop/glow/twoway4.def comment ""
position 10.3075 -6.05851
cachesize 1
connectornextid 6
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 exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
5 "result"
}
inputsNamed3
{
3 	usePointColor 0 1 "condition"
4 	Cd 0 1 "input1"
}
inputs
{
0 	usePointColor 0 1
1 	Cd 0 1
}
stat
{
  create 1199730320
  modify 1276111628
  author liza@chaos
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bba0568cba550db136facshop/glow/twoway4.parm {
version 0.8
signature	[ 0	locks=0 ]	(	c	)
condtype	[ 0	locks=0 ]	(	0	)
input2	[ 0	locks=0 ]	(	0	)
input2_i	[ 0	locks=0 ]	(	0	)
input2_s	[ 0	locks=0 ]	(	""	)
input2_v	[ 0	locks=0 ]	(	0	0	0	)
input2_p	[ 0	locks=0 ]	(	0	0	0	)
input2_n	[ 0	locks=0 ]	(	0	0	0	)
input2_c	[ 0	locks=0 ]	(	1	1	1	)
input2_v4	[ 0	locks=0 ]	(	0	0	0	0	)
input2_m3	[ 0	locks=0 ]	(	1	0	0	0	1	0	0	0	1	)
input2_m	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
input2_uf	[ 0	locks=0 ]	(	0	)
input2_uv	[ 0	locks=0 ]	(	0	0	0	)
input2_up	[ 0	locks=0 ]	(	0	0	0	)
input2_un	[ 0	locks=0 ]	(	0	0	0	)
input2_uc	[ 0	locks=0 ]	(	0	0	0	)
input2_um	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
}
HouNC1033600bb60568cba550f51bc2bashop/glow/twoway4.userdata     ___Version___     HouNC1033600bb00568cba5501f4415adshop/glow/usePointAlpha.init type = parameter
matchesdef = 0
HouNC1033600bb10568cba5506a39a15ashop/glow/usePointAlpha.def comment ""
position 8.01717 -10.9308
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "usePointAlpha"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1181944270
  modify 1276111651
  author liza@chaos
  access 0777
}
color UT_Color RGB 1 1 0.6 
delscript ""
exprlanguage hscript
end
HouNC1033600bb00568cba55031612773shop/glow/usePointAlpha.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	usePointAlpha	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	"Use Point Alpha"	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"toggle"	)
parmtypename	[ 0	locks=0 ]	(	""	)
floatdef	[ 0	locks=0 ]	(	0	)
intdef	[ 0	locks=0 ]	(	0	)
toggledef	[ 0	locks=0 ]	(	"on"	)
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	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
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 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600b8c0568cba550510f5976shop/glow/usePointAlpha.userdata     ___Version___    14.0.335HouNC1033600bb60568cba5505d256557shop/glow/chooseAlpha.init type = twoway
matchesdef = 0
HouNC1033600bb70568cba550bbada021shop/glow/chooseAlpha.def comment ""
position 9.64968 -11.8078
cachesize 1
connectornextid 6
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 exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
5 "result"
}
inputsNamed3
{
3 	usePointAlpha 0 1 "condition"
4 	Alpha 0 1 "input1"
}
inputs
{
0 	usePointAlpha 0 1
1 	Alpha 0 1
}
stat
{
  create 1180714189
  modify 1276111628
  author liza@chaos
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb60568cba5501bd04fe3shop/glow/chooseAlpha.parm {
version 0.8
signature	[ 0	locks=0 ]	(	default	)
condtype	[ 0	locks=0 ]	(	0	)
input2	[ 0	locks=0 ]	(	1	)
input2_i	[ 0	locks=0 ]	(	1	)
input2_s	[ 0	locks=0 ]	(	""	)
input2_v	[ 0	locks=0 ]	(	1	1	1	)
input2_p	[ 0	locks=0 ]	(	1	1	1	)
input2_n	[ 0	locks=0 ]	(	1	1	1	)
input2_c	[ 0	locks=0 ]	(	1	1	1	)
input2_v4	[ 0	locks=0 ]	(	0	0	0	0	)
input2_m3	[ 0	locks=0 ]	(	1	0	0	0	1	0	0	0	1	)
input2_m	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
input2_uf	[ 0	locks=0 ]	(	1	)
input2_uv	[ 0	locks=0 ]	(	1	1	1	)
input2_up	[ 0	locks=0 ]	(	1	1	1	)
input2_un	[ 0	locks=0 ]	(	1	1	1	)
input2_uc	[ 0	locks=0 ]	(	1	1	1	)
input2_um	[ 0	locks=0 ]	(	1	0	0	0	0	1	0	0	0	0	1	0	0	0	0	1	)
}
HouNC1033600bb20568cba55005e144f1shop/glow/chooseAlpha.userdata     ___Version___     HouNC1033600bb80568cba55019fa9e6ashop/glow/Alpha.init type = parameter
matchesdef = 0
HouNC1033600bb90568cba55002d08f6cshop/glow/Alpha.def comment ""
position 8.01717 -12.5478
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
0 "Alpha"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1181872479
  modify 1276111648
  author mark@beijing.sidefx.com
  access 0777
}
color UT_Color RGB 0.6 0.4 1 
delscript ""
exprlanguage hscript
end
HouNC1033600bb80568cba5502305cd39shop/glow/Alpha.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	Alpha	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	"Attribute Alpha"	)
showlabel	[ 0	locks=0 ]	(	"on"	)
parmtype	[ 0	locks=0 ]	(	"float"	)
parmtypename	[ 0	locks=0 ]	(	""	)
floatdef	[ 0	locks=0 ]	(	1	)
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 ]	(	1	1	1	)
color4def	[ 0	locks=0 ]	(	0	0	0	0	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"off"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
separator2	[ 0	locks=0 ]	(	)
invisible	[ 0	locks=0 ]	(	"on"	)
joinnext	[ 0	locks=0 ]	(	"off"	)
disablewhen	[ 0	locks=0 ]	(	""	)
hidewhen	[ 0	locks=0 ]	(	""	)
callback	[ 0	locks=0 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bb40568cba550cad515e4shop/glow/Alpha.userdata     ___Version___    14.0.335HouNC1033600bb40568cba550352f6d38shop/glow/multiply3.init type = multiply
matchesdef = 0
HouNC1033600bb50568cba5508e52c463shop/glow/multiply3.def comment ""
position 11.076 -9.5119
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
2 "product"
}
inputsNamed3
{
0 	normalfalloff1 9 1 "input1"
1 	chooseAlpha 5 1 "input2"
}
inputs
{
0 	normalfalloff1 0 1
1 	chooseAlpha 0 1
}
stat
{
  create 1236207156
  modify 1276111851
  author stucker@finland
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb40568cba5506ca1f838shop/glow/multiply3.parm {
version 0.8
}
HouNC1033600bb00568cba550105cb2b5shop/glow/multiply3.userdata     ___Version___    14.0.335HouNC1033600bbf0568cba550709b430bshop/glow/Ce.init type = parameter
matchesdef = 0
HouNC1033600bbc0568cba550d321b71fshop/glow/Ce.def comment ""
position 17.1498 -4.93676
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
}
inputsNamed3
{
0 	twoway3 6 1 "input"
}
inputs
{
0 	twoway3 0 1
}
stat
{
  create 1238516157
  modify 1276111851
  author stucker@finland
  access 0777
}
color UT_Color RGB 0 0.533 0 
delscript ""
exprlanguage hscript
end
HouNC1033600bbf0568cba550b405bd2dshop/glow/Ce.parm {
version 0.8
parmscope	[ 0	locks=0 ]	(	shaderparm	)
parmaccess	[ 0	locks=0 ]	(	""	)
parmname	[ 0	locks=0 ]	(	Ce	)
parmprefix	[ 0	locks=0 ]	(	""	)
parmpostfix	[ 0	locks=0 ]	(	""	)
parmlabel	[ 0	locks=0 ]	(	Emission	)
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	)
coshaderdef	[ 0	locks=0 ]	(	""	)
floatadef	[ 0	locks=0 ]	(	)
intadef	[ 0	locks=0 ]	(	)
vector2adef	[ 0	locks=0 ]	(	)
vectoradef	[ 0	locks=0 ]	(	)
float4adef	[ 0	locks=0 ]	(	)
floatm2adef	[ 0	locks=0 ]	(	)
float9adef	[ 0	locks=0 ]	(	)
float16adef	[ 0	locks=0 ]	(	)
stringadef	[ 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"	)
parmuniform	[ 0	locks=0 ]	(	"on"	)
usebound	[ 0	locks=0 ]	(	"off"	)
exportparm	[ 0	locks=0 ]	(	"whenconnected"	)
exportcontext	[ 0	locks=0 ]	(	surface	)
providemenu	[ 0	locks=0 ]	(	"off"	)
menuchoices	[ 0	locks=0 ]	(	""	)
separator2	[ 0	locks=0 ]	(	)
invisible	[ 0	locks=0 ]	(	"on"	)
joinnext	[ 0	locks=0 ]	(	"off"	)
disablewhen	[ 0	locks=0 ]	(	""	)
hidewhen	[ 0	locks=0 ]	(	""	)
callback	[ 0	locks=0 ]	(	""	)
help	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bbb0568cba550c0507eccshop/glow/Ce.userdata     ___Version___    14.0.335HouNC1033600bb50568cba550b0166325shop/glow/collect1.init type = collect
matchesdef = 0
HouNC1033600bba0568cba5505367eb51shop/glow/collect1.def comment ""
position 18.8044 -8.37671
cachesize 1
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 off exposed on lowdetail off mediumdetail off highdetail on
outputsNamed3
{
}
inputsNamed3
{
0 	output1 3 1 "shader1"
}
inputs
{
0 	output1 0 1
}
stat
{
  create 1278598758
  modify 1278598762
  author jroberts@alabama.sidefx.com
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb50568cba5508b994bf7shop/glow/collect1.parm {
version 0.8
}
HouNC1033600bb10568cba55080c48665shop/glow/collect1.userdata     ___Version___    14.0.335HouNC1033600ba50568cba55006d0ac45vex.def comment ""
position 5.5 2.5
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345864359
  modify 1345864360
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600ba40568cba5505af56f87vex.parm {
version 0.8
}
HouNC1033600ba00568cba55084719914vex.userdata     ___Version___    14.0.335HouNC1033600ba50568cba5503897b9edobj.def comment ""
position 5 2
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345864357
  modify 1452056548
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600ba40568cba55029ff291eobj.parm {
version 0.8
}
HouNC1033600ba00568cba5501274efaaobj.userdata     ___Version___    14.0.335HouNC1033600ba30568cba5501c7b11f2obj/geo1.init type = geo
matchesdef = 0
HouNC1033600ba00568cba550b1b7ca3dobj/geo1.def objflags objflags =  origin off
pretransform UT_DMatrix4 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1
comment ""
position -0.188612 3.67205
cachesize 1
connectornextid 8
flags =  lock off model off template off footprint off xray off bypass off display on render off highlight off unload off savedata off compress off exposed on selectable on
outputsNamed3
{
1 "output1"
}
inputsNamed3
{
7 	"" "" 1 "input1"
}
inputs
{
0 	"" 0 1
}
stat
{
  create 1345864460
  modify 1452060834
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bbb0568cba5508b9cbc3fobj/geo1.spareparmdef     group {
	name	"stdswitcher5"
	label	"Transform"

	parm {
	    name	"keeppos"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"pre_xform"
	    baseparm
	    export	none
	}
	parm {
	    name	"xOrd"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"rOrd"
	    baseparm
	    export	none
	}
	parm {
	    name	"t"
	    baseparm
	    export	all
	}
	parm {
	    name	"r"
	    baseparm
	    export	all
	}
	parm {
	    name	"s"
	    baseparm
	    export	none
	}
	parm {
	    name	"p"
	    baseparm
	    export	none
	}
	parm {
	    name	"scale"
	    baseparm
	    export	none
	}
	parm {
	    name	"lookatpath"
	    baseparm
	    export	none
	}
	parm {
	    name	"lookup"
	    baseparm
	    export	none
	}
	parm {
	    name	"pathobjpath"
	    baseparm
	    export	none
	}
	parm {
	    name	"roll"
	    baseparm
	    export	none
	}
	parm {
	    name	"pos"
	    baseparm
	    export	none
	}
	parm {
	    name	"uparmtype"
	    baseparm
	    export	none
	}
	parm {
	    name	"pathorient"
	    baseparm
	    export	none
	}
	parm {
	    name	"up"
	    baseparm
	    export	none
	}
	parm {
	    name	"bank"
	    baseparm
	    export	none
	}
    }

    group {
	name	"stdswitcher5_1"
	label	"Material"

	parm {
	    name	"shop_materialpath"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"shop_materialopts"
	    baseparm
	    export	none
	}
    }

    group {
	name	"stdswitcher5_2"
	label	"Render"

	parm {
	    name	"tdisplay"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"display"
	    baseparm
	    export	none
	}
	parm {
	    name	"vm_phantom"
	    label	"Phantom"
	    type	toggle
	    default	{ "0" }
	    range	{ 0 1 }
	    export	none
	    parmtag	{ "spare_category" "Render" }
	}
	parm {
	    name	"vm_renderable"
	    label	"Renderable"
	    type	toggle
	    default	{ "1" }
	    range	{ 0 1 }
	    export	none
	    parmtag	{ "spare_category" "Render" }
	}
	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"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"reflectmask"
		label	"Reflection Mask"
		type	oplist
		default	{ "*" }
		help	"Objects that will be reflected on this object."
		range	{ 0 1 }
		export	none
		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."
		range	{ 0 1 }
		export	none
		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."
		range	{ 0 1 }
		export	none
		parmtag	{ "opexpand" "1" }
		parmtag	{ "opfilter" "!!OBJ/LIGHT!!" }
		parmtag	{ "oprelative" "/obj" }
		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)"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_volumefilterwidth"
		label	"Volume Filter Width"
		type	float
		default	{ "1" }
		range	{ 0.001 5 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_matte"
		label	"Matte shading"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_rayshade"
		label	"Raytrace Shading"
		type	toggle
		default	{ "0" }
		help	"Shade every sample rather than shading micropolygon vertices.  This setting enables the raytrace rendering engine on a per-object basis."
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	}

	group {
	    name	"folder0_1"
	    label	"Sampling"

	    parm {
		name	"geo_velocityblur"
		label	"Geometry Velocity Blur"
		type	toggle
		default	{ "0" }
		disablewhen	"{ allowmotionblur == 0 }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	}

	group {
	    name	"folder0_2"
	    label	"Dicing"

	    parm {
		name	"vm_shadingquality"
		label	"Shading Quality"
		type	float
		default	{ "1" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Dicing" }
	    }
	    parm {
		name	"vm_flatness"
		label	"Dicing Flatness"
		type	float
		default	{ "0.05" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Dicing" }
	    }
	    parm {
		name	"vm_raypredice"
		label	"Ray Predicing"
		type	integer
		default	{ "0" }
		menu	{
		    "off"	"Disable Predicing"
		    "on"	"Full Predicing"
		    "bounds"	"Precompute Bounds"
		}
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Dicing" }
	    }
	    parm {
		name	"vm_curvesurface"
		label	"Shade Curves As Surfaces"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Dicing" }
	    }
	}

	group {
	    name	"folder0_3"
	    label	"Geometry"

	    parm {
		name	"vm_rmbackface"
		label	"Backface Removal"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"shop_geometrypath"
		label	"Procedural Shader"
		type	oppath
		default	{ "" }
		range	{ 0 1 }
		export	none
		parmtag	{ "opfilter" "!!SHOP/GEOMETRY!!" }
		parmtag	{ "oprelative" "." }
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"vm_forcegeometry"
		label	"Force Procedural Geometry Output"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"vm_rendersubd"
		label	"Polygons As Subdivision (Mantra)"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"vm_renderpoints"
		label	"Render As Points (Mantra)"
		type	integer
		default	{ "0" }
		menu	{
		    "0"	"No Point Rendering"
		    "1"	"Render Only Points"
		    "2"	"Render Unconnected Points"
		}
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"vm_usenforpoints"
		label	"Use N For Point Rendering"
		type	toggle
		default	{ "0" }
		disablewhen	"{ vm_renderpoints == 0 }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"vm_metavolume"
		label	"Metaballs as Volume"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		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 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"vm_computeN"
		label	"Automatically Compute Normals"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"vm_overridedetail"
		label	"Ignore Geometry Attribute Shaders"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	}

    }

    group {
	name	"stdswitcher5_3"
	label	"Misc"

	parm {
	    name	"use_dcolor"
	    baseparm
	    export	none
	}
	parm {
	    name	"dcolor"
	    baseparm
	    export	none
	}
	parm {
	    name	"picking"
	    baseparm
	    export	none
	}
	parm {
	    name	"pickscript"
	    baseparm
	    export	none
	}
	parm {
	    name	"caching"
	    baseparm
	    export	none
	}
	parm {
	    name	"vport_shadeopen"
	    baseparm
	    export	none
	}
	parm {
	    name	"vport_displayassubdiv"
	    baseparm
	    invisible
	    export	none
	}
    }

HouNC1033600ba30568cba550aeafb1dbobj/geo1.parm {
version 0.8
stdswitcher	[ 0	locks=0 ]	(	0	0	0	0	)
keeppos	[ 0	locks=0 ]	(	"off"	)
pre_xform	[ 0	locks=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	)
scale	[ 0	locks=0 ]	(	1	)
lookatpath	[ 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/glow	)
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 ]	(	"off"	)
vport_shadeopen	[ 0	locks=0 ]	(	"off"	)
vport_displayassubdiv	[ 0	locks=0 ]	(	"off"	)
stdswitcher5	[ 0	locks=0 ]	(	1	1	1	1	)
vm_phantom	[ 0	locks=0 ]	(	"off"	)
vm_renderable	[ 0	locks=0 ]	(	"on"	)
folder0	[ 0	locks=0 ]	(	3	3	3	3	)
categories	[ 0	locks=0 ]	(	""	)
reflectmask	[ 0	locks=0 ]	(	*	)
refractmask	[ 0	locks=0 ]	(	*	)
lightmask	[ 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 ]	(	"on"	)
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_rendersubd	[ 0	locks=0 ]	(	"off"	)
vm_renderpoints	[ 0	locks=0 ]	(	0	)
vm_usenforpoints	[ 0	locks=0 ]	(	"off"	)
vm_metavolume	[ 0	locks=0 ]	(	"off"	)
vm_coving	[ 0	locks=0 ]	(	1	)
vm_computeN	[ 0	locks=0 ]	(	"on"	)
vm_overridedetail	[ 0	locks=0 ]	(	"off"	)
}
HouNC1033600bbf0568cba550ab9ac15aobj/geo1.userdata     ___Version___    14.0.335HouNC1033600bbb0568cba5508334b865obj/geo1/sphere2.init type = sphere
matchesdef = 0
HouNC1033600bb80568cba5502250876fobj/geo1/sphere2.def sopflags sopflags = 
comment ""
position -4.44517 3.72848
cachesize 1
connectornextid 7
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 exposed on
outputsNamed3
{
1 "output1"
}
inputsNamed3
{
6 	"" "" 1 "input1"
}
inputs
{
0 	"" 0 1
}
stat
{
  create 1345974510
  modify 1451810053
  author amitnarwani@amits-macbook-pro.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bbb0568cba550c5800c85obj/geo1/sphere2.parm {
version 0.8
type	[ 0	locks=0 ]	(	"poly"	)
surftype	[ 0	locks=0 ]	(	"quads"	)
rad	[ 0	locks=0 ]	(	0.10000000000000001	0.10000000000000001	0.10000000000000001	)
t	[ 0	locks=0 ]	(	0	0	0	)
scale	[ 0	locks=0 ]	(	1	)
orient	[ 0	locks=0 ]	(	"y"	)
freq	[ 0	locks=0 ]	(	2	)
rows	[ 0	locks=0 ]	(	10	)
cols	[ 0	locks=0 ]	(	10	)
orderu	[ 0	locks=0 ]	(	4	)
orderv	[ 0	locks=0 ]	(	4	)
imperfect	[ 0	locks=0 ]	(	"on"	)
upole	[ 0	locks=0 ]	(	"off"	)
accurate	[ 0	locks=0 ]	(	"on"	)
triangularpoles	[ 0	locks=0 ]	(	"off"	)
}
HouNC1033600bb70568cba55056f6dee6obj/geo1/sphere2.userdata     ___Version___    14.0.335HouNC1033600bbb0568cba55035c3b6ffobj/geo1/popnet2.init type = popnet
matchesdef = 0
HouNC1033600bb80568cba5508e4b4c88obj/geo1/popnet2.def sopflags sopflags = 
comment ""
position -4.44517 1.91187
cachesize 1
connectornextid 34
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 exposed on
outputsNamed3
{
4 "output1"
}
inputsNamed3
{
15 	xform3 1 1 "input1"
31 	"" "" 1 "input2"
32 	"" "" 1 "input3"
33 	"" "" 1 "input4"
}
inputs
{
0 	xform3 0 1
1 	"" 0 1
2 	"" 0 1
3 	"" 0 1
}
stat
{
  create 1345864519
  modify 1452060868
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bbb0568cba55077f3c3e4obj/geo1/popnet2.parm {
version 0.8
stdswitcher	[ 0	locks=0 ]	(	0	0	0	)
timestart	[ 0	locks=0 ]	(	0	)
timepreroll	[ 0	locks=0 ]	(	0	)
initialstate	[ 0	locks=0 ]	(	""	)
seed	[ 0	locks=0 ]	(	0	)
oversample	[ 0	locks=0 ]	(	1	)
maxparticles	[ 0	locks=0 ]	(	0	)
rmunused	[ 0	locks=0 ]	(	"on"	)
path1	[ 0	locks=0 ]	(	""	)
path2	[ 0	locks=0 ]	(	""	)
path3	[ 0	locks=0 ]	(	""	)
path4	[ 0	locks=0 ]	(	""	)
doppath	[ 0	locks=0 ]	(	""	)
objpattern	[ 0	locks=0 ]	(	""	)
geodatapath	[ 0	locks=0 ]	(	Geometry	)
}
HouNC1033600bb70568cba550eccaafaeobj/geo1/popnet2.userdata     ___Version___    14.0.335HouNC1033600bb30568cba5503dae20f7obj/geo1/popnet2/source1.init type = source
matchesdef = 0
HouNC1033600bb00568cba550e09767b5obj/geo1/popnet2/source1.def comment ""
position 1.6352 0.264916
cachesize 1
connectornextid 10
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 exposed on
outputsNamed3
{
1 "output1"
}
inputsNamed3
{
9 	"" "" 1 "input1"
}
inputs
{
0 	"" 0 1
}
stat
{
  create 1345864546
  modify 1452062865
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb30568cba55047dff18aobj/geo1/popnet2/source1.parm {
version 0.8
stdswitcher	[ 0	locks=0 ]	(	2	2	2	2	)
emittype	[ 0	locks=0 ]	(	"surfacerandom"	)
usecontextgeo	[ 0	locks=0 ]	(	"first"	)
soppath	[ 0	locks=0 ]	(	""	)
source	[ 0	locks=0 ]	(	""	)
ignorexform	[ 0	locks=0 ]	(	"off"	)
samplethreshold	[ 0	locks=0 ]	(	100	)
distributionattrib	[ 0	locks=0 ]	(	area	)
threshold	[ 0	locks=0 ]	(	1	)
densitymin	[ 0	locks=0 ]	(	0	)
usedensity	[ 0	locks=0 ]	(	"off"	)
impulseactivate	[ 8	locks=0 ]	(	1	)
impulserate	[ 0	locks=0 ]	(	1	)
constantactivate	[ 0	locks=0 ]	(	0	)
constantrate	[ 8	locks=0 ]	(	100	)
prob	[ 0	locks=0 ]	(	1	1	)
group	[ 0	locks=0 ]	(	""	)
preservegroup	[ 0	locks=0 ]	(	"off"	)
life	[ 0	locks=0 ]	(	1	)
lifevar	[ 0	locks=0 ]	(	1	)
accuratebirths	[ 0	locks=0 ]	(	"off"	)
attrib	[ 0	locks=0 ]	(	*	)
createlocalvar	[ 0	locks=0 ]	(	"off"	)
initvel	[ 0	locks=0 ]	(	"add"	)
inheritvel	[ 0	locks=0 ]	(	1	)
vel	[ 0	locks=0 ]	(	-1	0	0	)
var	[ 8	locks=0 ]	(	0	0	0	)
doellipse	[ 0	locks=0 ]	(	"on"	)
doid	[ 0	locks=0 ]	(	"on"	)
dogen	[ 0	locks=0 ]	(	"off"	)
doorigin	[ 0	locks=0 ]	(	"off"	)
originuse	[ 0	locks=0 ]	(	"indexgeo"	)
originindex	[ 0	locks=0 ]	(	0	)
dospeed	[ 0	locks=0 ]	(	"off"	)
}
HouNC1033600b8f0568cba5509706b677obj/geo1/popnet2/source1.userdata     ___Version___    14.0.335HouNC1033600bb80568cba550b870f677obj/geo1/popnet2.net 1
HouNC1033600bb80568cba5509255e013obj/geo1/xform3.init type = xform
matchesdef = 0
HouNC1033600bb90568cba550a93217a8obj/geo1/xform3.def sopflags sopflags = 
comment ""
position -4.44517 2.78317
cachesize 1
connectornextid 5
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 exposed on
outputsNamed3
{
1 "output1"
}
inputsNamed3
{
4 	sphere2 1 1 "input1"
}
inputs
{
0 	sphere2 0 1
}
stat
{
  create 1345882854
  modify 1452059648
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb80568cba550a87c69c0obj/geo1/xform3.parm {
version 0.8
group	[ 0	locks=0 ]	(	""	)
grouptype	[ 0	locks=0 ]	(	"guess"	)
xOrd	[ 0	locks=0 ]	(	"srt"	)
rOrd	[ 0	locks=0 ]	(	"xyz"	)
t	[ 0	locks=0 ]	(	0	5	0	)
r	[ 0	locks=0 ]	(	0	0	0	)
s	[ 0	locks=0 ]	(	1	1	1	)
shear	[ 0	locks=0 ]	(	0	0	0	)
p	[ 0	locks=0 ]	(	0	0	0	)
scale	[ 0	locks=0 ]	(	1	)
movecentroid	[ 0	locks=0 ]	(	0	)
updatenmls	[ 0	locks=0 ]	(	"on"	)
updateaffectednmls	[ 0	locks=0 ]	(	"off"	)
vlength	[ 0	locks=0 ]	(	"on"	)
invertxform	[ 0	locks=0 ]	(	"off"	)
}
HouNC1033600bb40568cba5509ccb394dobj/geo1/xform3.userdata     ___Version___    14.0.335HouNC1033600bb80568cba550ebf41a2aobj/geo1/cache1.init type = cache
matchesdef = 0
HouNC1033600bb90568cba550f07f9d08obj/geo1/cache1.def sopflags sopflags = 
comment ""
position -4.44517 1.05026
cachesize 1
connectornextid 6
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 exposed on
outputsNamed3
{
2 "output1"
}
inputsNamed3
{
0 	popnet2 4 1 "input1"
5 	"" "" 1 "input2"
}
inputs
{
0 	popnet2 0 1
1 	"" 0 1
}
stat
{
  create 1452056219
  modify 1452062894
  author perkymind@THINK.THINK
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb90568cba550c2d5a4a8obj/geo1/cache1.chn {
    channel range1 {
      lefttype = extend
      righttype = extend
      default = 1
      flags = 0
      segment { length = 0 value = 1 1 expr = $FSTART }
    }
    channel range2 {
      lefttype = extend
      righttype = extend
      default = 240
      flags = 0
      segment { length = 0 value = 240 240 expr = $FEND }
    }
    channel index {
      lefttype = extend
      righttype = extend
      flags = 0
      segment { length = 0 expr = $F }
    }
  }
HouNC1033600bb80568cba550229ad79aobj/geo1/cache1.parm {
version 0.8
range	[ 0	locks=0 ]	(	[ range1	1 ] 	[ range2	240 ] 	1	)
index	[ 8	locks=0 ]	(	[ index	1 ] 	)
param	[ 0	locks=0 ]	(	i	)
indextime	[ 0	locks=0 ]	(	"on"	)
loadmethod	[ 0	locks=0 ]	(	"needed"	)
reload	[ 0	locks=0 ]	(	0	)
clear	[ 0	locks=0 ]	(	0	)
clearframe	[ 0	locks=0 ]	(	0	)
cachepoints	[ 0	locks=0 ]	(	"off"	)
blendpos	[ 0	locks=0 ]	(	"off"	)
}
HouNC1033600bb40568cba5507264739bobj/geo1/cache1.userdata     ___Version___    14.0.335HouNC1033600bb80568cba550e387c609obj/geo1/trail1.init type = trail
matchesdef = 0
HouNC1033600bb90568cba5508b8d3bd1obj/geo1/trail1.def sopflags sopflags = 
comment ""
position -4.44517 0.146734
cachesize 1
connectornextid 2
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 exposed on
outputsNamed3
{
1 "output1"
}
inputsNamed3
{
0 	cache1 2 1 "input1"
}
inputs
{
0 	cache1 0 1
}
stat
{
  create 1452060820
  modify 1452062892
  author perkymind@THINK.THINK
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb80568cba550205130d2obj/geo1/trail1.parm {
version 0.8
result	[ 0	locks=0 ]	(	"poly"	)
length	[ 0	locks=0 ]	(	2	)
inc	[ 0	locks=0 ]	(	1	)
cache	[ 0	locks=0 ]	(	2	)
clear	[ 0	locks=0 ]	(	0	)
evalframe	[ 0	locks=0 ]	(	"on"	)
surftype	[ 0	locks=0 ]	(	"quads"	)
close	[ 0	locks=0 ]	(	"off"	)
velscale	[ 0	locks=0 ]	(	1	)
velapproximation	[ 0	locks=0 ]	(	"Backward Difference"	)
computeangular	[ 0	locks=0 ]	(	"off"	)
matchbyattribute	[ 0	locks=0 ]	(	"off"	)
attributetomatch	[ 0	locks=0 ]	(	id	)
}
HouNC1033600bb40568cba550a4887870obj/geo1/trail1.userdata     ___Version___    14.0.335HouNC1033600ba20568cba550fe9f3ac4obj/geo1.order 5
sphere2
popnet2
xform3
cache1
trail1
HouNC1033600ba00568cba5504c0702e5obj/geo1.net 1
HouNC1033600ba70568cba5501787724eobj.order 1
geo1
HouNC1033600ba50568cba550048e5fbeobj.net 1
HouNC1033600ba50568cba5509156a463out.def comment ""
position 5 0.5
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345864358
  modify 1345877077
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600ba40568cba550d5970f51out.parm {
version 0.8
}
HouNC1033600ba00568cba550009b79cfout.userdata     ___Version___    14.0.335HouNC1033600bbc0568cba550e20ceec5out/mantra2.init type = ifd
matchesdef = 0
HouNC1033600bbd0568cba5503fc12ab6out/mantra2.def comment ""
position -1.08814 0.288206
cachesize 1
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 off exposed on
outputsNamed3
{
0 "output1"
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345873035
  modify 1451810221
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600bb40568cba550f53b6743out/mantra2.spareparmdef     parm {
	name	"execute"
	baseparm
	joinnext
	export	none
    }
    parm {
	name	"renderdialog"
	baseparm
	export	none
    }
    parm {
	name	"trange"
	baseparm
	export	none
    }
    parm {
	name	"f"
	baseparm
	export	none
    }
    parm {
	name	"take"
	baseparm
	export	none
    }
    group {
	name	"main5"
	label	"Main"

	parm {
	    name	"soho_program"
	    baseparm
	    invisible
	    export	none
	}
	parm {
	    name	"soho_shopstyle"
	    baseparm
	    invisible
	    export	none
	}
	parm {
	    name	"camera"
	    baseparm
	    export	none
	}
	parm {
	    name	"soho_pipecmd"
	    baseparm
	    export	none
	}
	parm {
	    name	"soho_outputmode"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"soho_diskfile"
	    baseparm
	    export	none
	}
	parm {
	    name	"soho_foreground"
	    baseparm
	    export	none
	}
	parm {
	    name	"soho_initsim"
	    baseparm
	    export	none
	}
	parm {
	    name	"soho_viewport_menu"
	    baseparm
	    export	none
	}
    }

    group {
	name	"main5_1"
	label	"Objects"

	parm {
	    name	"vobject"
	    baseparm
	    export	none
	}
	parm {
	    name	"forceobject"
	    baseparm
	    export	none
	}
	parm {
	    name	"matte_objects"
	    baseparm
	    export	none
	}
	parm {
	    name	"phantom_objects"
	    baseparm
	    export	none
	}
	parm {
	    name	"excludeobject"
	    baseparm
	    export	none
	}
	parm {
	    name	"obj_light_sep"
	    baseparm
	    export	none
	}
	parm {
	    name	"sololight"
	    baseparm
	    export	none
	}
	parm {
	    name	"alights"
	    baseparm
	    export	none
	}
	parm {
	    name	"forcelights"
	    baseparm
	    export	none
	}
	parm {
	    name	"excludelights"
	    baseparm
	    export	none
	}
	parm {
	    name	"soho_autoheadlight"
	    baseparm
	    export	none
	}
	parm {
	    name	"light_fog_sep"
	    baseparm
	    export	none
	}
	parm {
	    name	"vfog"
	    baseparm
	    export	none
	}
    }

    group {
	name	"main5_2"
	label	"Properties"

	group {
	    name	"folder0"
	    label	"Output"

	    parm {
		name	"vm_picture"
		baseparm
		export	none
	    }
	    parm {
		name	"vm_device"
		baseparm
		export	none
	    }
	    parm {
		name	"vm_pfilter"
		label	"Pixel Filter"
		type	string
		default	{ "gaussian 2 2" }
		menureplace	{
		    "box 1 1"	"Unit Box Filter"
		    "gaussian 2 2"	"Gaussian 2x2"
		    "gaussian 3 3"	"Gaussian 3x3 (softer)"
		    "bartlett 2 2"	"Bartlett (triangle)"
		    "catrom 2 2"	"Catmull-Rom"
		    "hanning 2 2"	"Hanning"
		    "blackman 2 2"	"Blackman"
		    "sinc 2 2"	"Sinc (sharpening)"
		    "minmax min"	"Closest Sample Filtering"
		    "minmax max"	"Farthest Sample Filtering"
		    "minmax edge"	"Disable Edge Antialiasing"
		    "minmax ocover"	"Object With Most Pixel Coverage"
		    "minmax idcover"	"Object With Most Pixel Coverage (no filtering)"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_sfilter"
		label	"Sample Filter"
		type	string
		default	{ "alpha" }
		menu	{
		    "alpha"	"Opacity Filtering"
		    "closest"	"Closest Surface"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_quantize"
		label	"Quantization"
		type	string
		default	{ "half" }
		menu	{
		    "8"	"8 bit integer"
		    "16"	"16 bit integer"
		    "half"	"16 bit float"
		    "float"	"32 bit float"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_whitepoint"
		label	"White Point"
		type	float
		default	{ "1" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_subpixel"
		label	"Sub-Pixel Output"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"override_camerares"
		baseparm
		export	none
	    }
	    parm {
		name	"res_fraction"
		baseparm
		export	none
	    }
	    parm {
		name	"res_override"
		baseparm
		joinnext
		export	none
	    }
	    parm {
		name	"res_overrideMenu"
		baseparm
		export	none
	    }
	    parm {
		name	"aspect_override"
		baseparm
		export	none
	    }
	    parm {
		name	"vm_tile_render"
		label	"Tiled Render"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_tile_count_x"
		label	"Horizontal Tiles"
		type	integer
		default	{ "4" }
		hidewhen	"{ vm_tile_render == 0 }"
		range	{ 1! 8 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_tile_count_y"
		label	"Vertical Tiles"
		type	integer
		default	{ "4" }
		hidewhen	"{ vm_tile_render == 0 }"
		range	{ 1! 8 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_tile_index"
		label	"Tile Index"
		type	integer
		default	{ "0" }
		hidewhen	"{ vm_tile_render == 0 }"
		range	{ 0 63 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_deepresolver"
		label	"Deep Resolver"
		type	string
		default	{ "null" }
		menu	{
		    "null"	"No Deep Resolver"
		    "shadow"	"Deep Shadow Map"
		    "camera"	"Deep Camera Map"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output" }
	    }
	    parm {
		name	"vm_dcmfilename"
		label	"DCM Filename"
		type	file
		default	{ "$HIP/dcm.rat" }
		disablewhen	"{ vm_deepresolver != camera }"
		range	{ 0 1 }
		export	none
		parmtag	{ "filechooser_mode" "read_and_write" }
		parmtag	{ "spare_category" "Output" }
	    }
	    multiparm {
		name	"vm_numaux"
		label	"Extra Image Planes"
		parmtag	{ "spare_category" "Output" }

		parm {
		    name	"vm_disable_plane#"
		    label	"Disable Plane #"
		    type	toggle
		    default	{ "0" }
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_variable_plane#"
		    label	"VEX Variable"
		    type	string
		    default	{ "" }
		    help	"The VEX variable (global or output parameter)"
		    disablewhen	"{ vm_disable_plane# == 1 }"
		    menureplace	{
			"Cf"	"Cf (color)"
			"Of"	"Of (opacity)"
			"Af"	"Af (alpha)"
			"P"	"P (position)"
			"Pz"	"Pz (position-z)"
			"N"	"N (normal)"
			"Render_Time"	"Diagnostic: Render Time"
			"Op_Id"	"Diagnostic: Node Id"
			"Prim_Id"	"Diagnostic: Primitive Id"
			"Shading_Samples"	"Diagnostic: Shading Samples"
			"Opacity_Samples"	"Diagnostic: Opacity Samples"
			"direct_diffuse"	"Direct diffuse"
			"direct_reflect"	"Direct reflect"
			"direct_refract"	"Direct refract"
			"direct_volume"	"Direct volume"
			"direct_emission"	"Direct emission"
			"direct_noshadow"	"Direct unshadowed"
			"direct_shadow"	"Direct shadow matte"
			"direct_reflectivity"	"Direct reflectivity"
			"indirect_diffuse"	"Indirect diffuse"
			"indirect_reflect"	"Indirect reflect"
			"indirect_refract"	"Indirect refract"
			"indirect_volume"	"Indirect volume"
			"indirect_emission"	"Indirect emission"
			"indirect_noshadow"	"Indirect unshadowed"
			"indirect_shadow"	"Indirect shadow matte"
			"all_diffuse"	"Combined diffuse"
			"all_reflect"	"Combined reflect"
			"all_refract"	"Combined refract"
			"all_volume"	"Combined volume"
			"all_emission"	"Combined emission"
			"direct"	"Combined direct"
			"indirect"	"Combined indirect"
			"sss_single"	"Single scattering"
			"sss_multi"	"Multi scattering"
			"level"	"Ray-level"
			"diffuselevel"	"Diffuse ray-level"
			"specularlevel"	"Specular ray-level"
			"volumelevel"	"Volume ray-level"
			"direct_samples"	"Direct ray samples"
			"indirect_samples"	"Indirect ray samples"
		    }
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "script_callback" "opparm . vm_vextype_plane$script_multiparm_index ( `ifs(index(\",Pz,Af,Render_Time,Op_Id,Prim_Id,Shading_Samples,Opacity_Samples,level,specularlevel,diffuselevel,direct_samples,indirect_samples,\", \",$script_value,\")>=0, \"float\", \"vector\")` ); opparm . vm_sfilter_plane$script_multiparm_index ( `ifs(index(\",direct_emission,Ce,\", \",$script_value,\")>=0, \"fullopacity\", \"alpha\")` )" }
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_vextype_plane#"
		    label	"VEX Type"
		    type	string
		    default	{ "vector" }
		    help	"The type associated with the VEX variable"
		    disablewhen	"{ vm_disable_plane# == 1 }"
		    menu	{
			"float"	"Float Type"
			"vector"	"Vector Type"
			"vector4"	"Vector4 Type"
		    }
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_channel_plane#"
		    label	"Channel Name #"
		    type	string
		    default	{ "" }
		    help	"The channel name -- if left blank, this will use the variable name"
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_usefile_plane#"
		    label	"Different File"
		    type	toggle
		    nolabel
		    joinnext
		    default	{ "0" }
		    help	"Save this deep raster plane to a different disk file than the main image.\\nThis does *not* work when rendering to mplay."
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" } { vm_picture == ip }"
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_filename_plane#"
		    label	"Different File"
		    type	file
		    default	{ "" }
		    help	"Save this deep raster plane to a different disk file than the main image.\\nThis does *not* work when rendering to mplay."
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" } { vm_picture == ip } { vm_usefile_plane# == 0 }"
		    menureplace	{
			[ "echo `pythonexprs(\"__import__('toolutils').parseDialogScriptMenu('FBrender')\")`" ]
		    }
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "filechooser_mode" "write" }
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_quantize_plane#"
		    label	"Quantize"
		    type	string
		    default	{ "float" }
		    help	"image:quantize"
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    menu	{
			"8"	"8 bit integer"
			"16"	"16 bit integer"
			"half"	"16 bit float"
			"float"	"32 bit float"
		    }
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_sfilter_plane#"
		    label	"Sample Filter"
		    type	string
		    default	{ "alpha" }
		    help	"image:sfilter"
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    menu	{
			"alpha"	"Opacity Filtering"
			"fullopacity"	"Full Opacity Filtering"
			"closest"	"Closest Surface"
		    }
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_pfilter_plane#"
		    label	"Pixel Filter"
		    type	string
		    default	{ "" }
		    help	"image:pfilter"
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    menureplace	{
			""	"Inherit from main plane"
			"box 1 1"	"Unit Box Filter"
			"gaussian 2 2"	"Gaussian 2x2"
			"gaussian 3 3"	"Gaussian 3x3 (softer)"
			"bartlett 2 2"	"Bartlett (triangle)"
			"catrom 2 2"	"Catmull-Rom"
			"hanning 2 2"	"Hanning"
			"blackman 2 2"	"Blackman"
			"sinc 2 2"	"Sinc (sharpening)"
			"minmax min"	"Closest Sample Filtering"
			"minmax max"	"Farthest Sample Filtering"
			"minmax edge"	"Disable Edge Antialiasing"
			"minmax ocover"	"Object With Most Pixel Coverage"
			"minmax idcover"	"Object With Most Pixel Coverage (no filtering)"
		    }
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_gamma_plane#"
		    label	"Gamma"
		    type	float
		    default	{ "1" }
		    help	"image:gamma"
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    range	{ 0.001 3 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_gain_plane#"
		    label	"Gain"
		    type	float
		    default	{ "1" }
		    help	"image:gain"
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    range	{ 0.001 10 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_dither_plane#"
		    label	"Dither"
		    type	float
		    default	{ "0.5" }
		    help	"image:dither"
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_whitepoint_plane#"
		    label	"White Point"
		    type	float
		    default	{ "1" }
		    help	"image:whitepoint"
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "spare_category" "Output" }
		}
		parm {
		    name	"vm_lightexport#"
		    label	"Light Exports"
		    type	integer
		    default	{ "0" }
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" }"
		    menu	{
			"0"	"No light exports"
			"1"	"Export variable for each light"
			"2"	"Merge all lights into single channel"
		    }
		    range	{ 0 10 }
		    export	none
		    parmtag	{ "spare_category" "" }
		}
		parm {
		    name	"vm_lightexport_scope#"
		    label	"Light Mask"
		    type	oplist
		    default	{ "*" }
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" } { vm_lightexport# == 0 }"
		    range	{ 0 1 }
		    export	none
		    parmtag	{ "opexpand" "1" }
		    parmtag	{ "opfilter" "!!OBJ/LIGHT!!" }
		    parmtag	{ "oprelative" "/" }
		}
		parm {
		    name	"vm_lightexport_select#"
		    label	"Light Selection"
		    type	string
		    default	{ "*" }
		    disablewhen	"{ vm_disable_plane# == 1 } { vm_variable_plane# == \"\" } { vm_lightexport# == 0 }"
		    range	{ 0 1 }
		    export	none
		}
	    }

	}

	group {
	    name	"folder0_1"
	    label	"Output Options"

	    parm {
		name	"vm_image_artist"
		label	"Artist"
		type	string
		default	{ "" }
		help	"Used by many image formats to store the artist"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	    parm {
		name	"vm_image_comment"
		label	"Comment"
		type	string
		default	{ "" }
		help	"Used by many image formats to store a comment"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	    parm {
		name	"vm_image_hostname"
		label	"Hostname"
		type	string
		default	{ "" }
		help	"Used by many image formats to store the rendering host"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	    parm {
		name	"vm_image_mplay_direction"
		label	"MPlay Tile Order"
		type	string
		default	{ "middle" }
		menu	{
		    "middle"	"Interactive (starting in middle)"
		    "top"	"Top down"
		    "bottom"	"Bottom up"
		    "hilbert"	"Hilbert Curve"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	    parm {
		name	"vm_image_mplay_label"
		label	"MPlay Session Label"
		type	string
		default	{ "" }
		help	"Use an MPlay session label for this output driver. This allows multiple active MPlay sessions, each with its own label. All images with the same session label are routed to the MPlay session with the matching label."
		menureplace	{
		    "`pythonexprs(\"__import__('os').getpid()\")`"	"One per Houdini Process"
		    "$HIPNAME"	"One per Houdini File Name (.hip)"
		    "$OS"	"One per Output Driver Name (ROP)"
		    ""	"One MPlay session only"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	    parm {
		name	"vm_image_mplay_gamma"
		label	"MPlay Gamma"
		type	float
		default	{ "1" }
		range	{ 0.001 4 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	    parm {
		name	"vm_image_jpeg_quality"
		label	"JPEG Quality"
		type	integer
		default	{ "100" }
		range	{ 20 100 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	    parm {
		name	"vm_image_tiff_compression"
		label	"TIFF Compression"
		type	string
		default	{ "LZW" }
		menu	{
		    "None"	"No compression"
		    "LZW"	"LZW Compression"
		    "AdobeDeflate"	"Adobe Deflate"
		    "PackBits"	"PackBits"
		    "JPEG"	"JPEG"
		    "PixarLog"	"Pixar Log"
		    "SGILog"	"LogLuv"
		    "SGILog24"	"LogLuv (24 bit)"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	    parm {
		name	"vm_image_exr_compression"
		label	"EXR Compression"
		type	string
		default	{ "piz" }
		menu	{
		    "none"	"No compression"
		    "rle"	"Runlength Encoding"
		    "zips"	"ZIP, Single scanline"
		    "zip"	"ZIP, Multi-scanline blocks"
		    "piz"	"PIZ Wavelet"
		    "pix"	"PXR24 (32 bit float compression, lossy)"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Output Options" }
	    }
	}

	group {
	    name	"folder0_2"
	    label	"Render"

	    parm {
		name	"vm_renderengine"
		label	"Rendering Engine"
		type	string
		default	{ "micropoly" }
		menu	{
		    "micropoly"	"Micropolygon Rendering"
		    "raytrace"	"Ray Tracing"
		    "pbrmicropoly"	"Micropolygon Physically Based Rendering"
		    "pbrraytrace"	"Physically Based Rendering"
		    "photon"	"Photon Map Generation"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_bucketsize"
		label	"Tile Size"
		type	integer
		default	{ "16" }
		range	{ 1 64 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_opacitylimit"
		label	"Opacity Limit"
		type	float
		default	{ "0.995" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_usemaxthreads"
		label	"Use Max Processors"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_threadcount"
		label	"Thread Count"
		type	integer
		default	{ "1" }
		disablewhen	"{ vm_usemaxthreads == 1 }"
		range	{ 1 4 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_usecacheratio"
		label	"Cache Limit"
		type	integer
		default	{ "1" }
		menu	{
		    "0"	"Fixed Size"
		    "1"	"Proportion of Physical Memory"
		}
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_cacheratio"
		label	"Cache Memory Ratio"
		type	float
		default	{ "0.25" }
		hidewhen	"{ vm_usecacheratio != 1 }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_cachesize"
		label	"Cache Size (MB)"
		type	intlog
		default	{ "1000" }
		hidewhen	"{ vm_usecacheratio == 1 }"
		range	{ 100 100000 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_octreestyle"
		label	"Ray Tracing Accelerator"
		type	string
		default	{ "kdtree" }
		menu	{
		    "kdtree"	"KD-Tree"
		    "bboxtree"	"Bounding Volume Hierarchy"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_kdmemfactor"
		label	"KD-Tree Memory Factor"
		type	float
		default	{ "1" }
		disablewhen	"{ vm_octreestyle != kdtree }"
		range	{ 0.001 2 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_uvobject"
		label	"UV Render Object"
		type	oppath
		default	{ "" }
		range	{ 0 1 }
		export	none
		parmtag	{ "opfilter" "!!OBJ/GEOMETRY!!" }
		parmtag	{ "oprelative" "/obj" }
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_uvattribute"
		label	"UV Attribute"
		type	string
		default	{ "uv" }
		disablewhen	"{ vm_uvobject == \"\" }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_hidden"
		label	"Enable Hiding"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"render_viewcamera"
		label	"Create Image From Viewing Camera"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"render_any_shadowmap"
		label	"Auto-Generate Shadow Maps"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"render_any_envmap"
		label	"Auto-Generate Environment Maps"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"render_any_photonmap"
		label	"Auto-Generate Photon Maps"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_otlfullpath"
		label	"Output OTLs with full paths"
		type	toggle
		default	{ "0" }
		help	"Toggling this parameter on will expand any variables in OTL paths, breaking the dependency on Houdini environment variables, but possibly making the IFD less portable"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	    parm {
		name	"vm_embedvex"
		label	"Force VEX Shader Embedding"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Render" }
	    }
	}

	group {
	    name	"folder0_3"
	    label	"Sampling"

	    parm {
		name	"vm_dof"
		label	"Enable Depth Of Field"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"allowmotionblur"
		label	"Allow Motion Blur"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_traceblur"
		label	"Raytrace Motion Blur"
		type	toggle
		default	{ "0" }
		help	"Enables raytraced motion blur in micropolygon rendering"
		disablewhen	"{ allowmotionblur == 0 } { vm_renderengine != micropoly vm_renderengine != pbrmicropoly }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_motionfactor"
		label	"Motion Factor"
		type	float
		default	{ "0" }
		disablewhen	"{ allowmotionblur == 0 vm_dof == 0 }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"xform_motionsamples"
		label	"Xform Time Samples"
		type	integer
		default	{ "2" }
		disablewhen	"{ allowmotionblur == 0 }"
		range	{ 1 10 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"geo_motionsamples"
		label	"Geo Time Samples"
		type	integer
		default	{ "1" }
		disablewhen	"{ allowmotionblur == 0 }"
		range	{ 1 10 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"shutteroffset"
		label	"Shutter Offset"
		type	float
		default	{ "1" }
		help	"Shifts the shutter center opening. 0 is motion blur around the current frame; -1 samples the motion blur from shutter time prior to current frame, up to the current frame; and 1 samples the motion blur for the shutter time starting from the current frame."
		disablewhen	"{ allowmotionblur == 0 }"
		range	{ -1 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_imageblur"
		label	"Allow Image Motion Blur"
		type	toggle
		default	{ "1" }
		help	"This setting controls whether mantra computes motion blur for direct visibility.  When disabled, mantra will render without motion blur but still compute motion blurred positions so that you can use getBlurP() in shaders to export motion vectors."
		disablewhen	"{ allowmotionblur == 0 }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_samples"
		label	"Pixel Samples"
		type	intvector2
		size	2
		default	{ "3" "3" }
		range	{ 1 32 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_jitter"
		label	"Jitter"
		type	float
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_samplelock"
		label	"Sample Lock"
		type	toggle
		default	{ "1" }
		help	"When enabled, mantra will use the same pixel sampling pattern across frames in an animation to eliminate flicker.  If the static noise pattern produced by locked samples is visually distracting, this parameter can be disabled to produce a varying sampling pattern between frames"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_dorayvariance"
		label	"Ray Variance Antialiasing"
		type	toggle
		default	{ "1" }
		help	"Enables variance antialiasing for raytracing."
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_minraysamples"
		label	"Min Ray Samples"
		type	integer
		default	{ "1" }
		help	"Minimum number of raytracing samples per micropolygon or pixel sample"
		range	{ 1 64 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_maxraysamples"
		label	"Max Ray Samples"
		type	integer
		default	{ "9" }
		help	"Maximum number of raytracing samples per micropolygon or pixel sample"
		disablewhen	"{ vm_dorayvariance == 0 }"
		range	{ 1 64 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_variance"
		label	"Noise Level"
		type	float
		default	{ "0.05" }
		help	"Noise threshold used for ray variance antialiasing.  Lower values produce less noisy images."
		disablewhen	"{ vm_dorayvariance == 0 }"
		range	{ 0 0.1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_volumestepsize"
		label	"Volume Step Size"
		type	float
		default	{ "0.1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_volumeshadowquality"
		label	"Volume Shadow Quality"
		type	float
		default	{ "1" }
		help	"A factor to proportionally decrease the sampling quality for volume shadows.  Smaller values will cause mantra to use a larger step size for shadow rays.  A value of 1 will produce equal quality for shadow rays and shading rays."
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_transparent"
		label	"Stochastic Transparency"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_transparentsamples"
		label	"Transparent Samples"
		type	integer
		default	{ "1" }
		disablewhen	"{ vm_transparent == 0 }"
		range	{ 1 16 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	    parm {
		name	"vm_randomseed"
		label	"Random Seed"
		type	integer
		default	{ "0" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Sampling" }
	    }
	}

	group {
	    name	"folder0_4"
	    label	"Shading"

	    parm {
		name	"vm_reflectlimit"
		label	"Reflect Limit"
		type	integer
		default	{ "10" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_refractlimit"
		label	"Refract Limit"
		type	integer
		default	{ "10" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_diffuselimit"
		label	"Diffuse Limit"
		type	integer
		default	{ "0" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_volumelimit"
		label	"Volume Limit"
		type	integer
		default	{ "0" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_raybias"
		label	"Raytracing Bias"
		type	float
		default	{ "0.001" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_biasnormal"
		label	"Bias Along Normal"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_colorspace"
		label	"Color Space"
		type	string
		default	{ "linear" }
		help	"Sampling color space for variance antialiasing.  Setting this to Gamma 2.2 will cause darker parts of the image to receive more samples."
		menu	{
		    "linear"	"Linear"
		    "gamma"	"Gamma 2.2"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_raylimiteval"
		label	"At Ray Limit"
		type	string
		default	{ "none" }
		menu	{
		    "none"	"Use Black Background"
		    "direct"	"Use Direct Lighting as Background Color"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	    parm {
		name	"vm_smoothcolor"
		label	"Smooth Grid Colors"
		type	toggle
		default	{ "1" }
		disablewhen	"{ vm_renderengine != micropoly vm_renderengine != pbrmicropoly }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Shading" }
	    }
	}

	group {
	    name	"folder0_5"
	    label	"PBR"

	    parm {
		name	"vm_pbrshader"
		label	"PBR Shader"
		type	oppath
		default	{ "" }
		disablewhen	"{ vm_renderengine == micropoly } { vm_renderengine == raytrace }"
		range	{ 0 1 }
		export	none
		parmtag	{ "opfilter" "!!SHOP/ATMOSPHERE!!" }
		parmtag	{ "oprelative" "." }
		parmtag	{ "spare_category" "PBR" }
	    }
	    parm {
		name	"vm_pbrphotonshader"
		label	"PBR Photon Shader"
		type	oppath
		default	{ "" }
		disablewhen	"{ vm_renderengine == micropoly } { vm_renderengine == raytrace }"
		range	{ 0 1 }
		export	none
		parmtag	{ "opfilter" "!!SHOP/ATMOSPHERE!!" }
		parmtag	{ "oprelative" "." }
		parmtag	{ "spare_category" "PBR" }
	    }
	    parm {
		name	"vm_pbrpathtype"
		label	"Allowable Paths"
		type	string
		default	{ "diffuse" }
		disablewhen	"{ vm_renderengine == micropoly } { vm_renderengine == raytrace }"
		menu	{
		    "diffuse"	"Specular, Diffuse Paths"
		    "all"	"All Paths"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "PBR" }
	    }
	    parm {
		name	"vm_colorlimit"
		label	"Color Limit"
		type	float
		default	{ "10" }
		disablewhen	"{ vm_renderengine != pbrraytrace vm_renderengine != pbrmicropoly }"
		range	{ 0 20 }
		export	none
		parmtag	{ "spare_category" "PBR" }
	    }
	    parm {
		name	"vm_pbrreflectratio"
		label	"Min Reflection Ratio"
		type	float
		default	{ "0" }
		disablewhen	"{ vm_renderengine == micropoly } { vm_renderengine == raytrace }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "PBR" }
	    }
	}

	group {
	    name	"folder0_6"
	    label	"Statistics"

	    parm {
		name	"soho_spoolrenderoutput"
		label	"Render Output"
		type	ordinal
		default	{ "on" }
		help	"Controls whether to capture the render output and add to the node info"
		menu	{
		    "off"	"Don't capture render output"
		    "on"	"Capture render output for graphical apps"
		    "force"	"Capture render output for all apps"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Statistics" }
	    }
	    parm {
		name	"vm_verbose"
		label	"Verbose Level"
		type	integer
		default	{ "0" }
		range	{ 0 5 }
		export	none
		parmtag	{ "spare_category" "Statistics" }
	    }
	    parm {
		name	"vm_vexprofile"
		label	"VEX Profiling"
		type	integer
		default	{ "0" }
		menu	{
		    "0"	"No VEX Profiling"
		    "1"	"Execution profiling"
		    "2"	"Profiling and NAN detection"
		}
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Statistics" }
	    }
	    parm {
		name	"vm_alfprogress"
		label	"Alfred Style Progress"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Statistics" }
	    }
	    parm {
		name	"vm_tilecallback"
		label	"Python Tile Callback"
		type	file
		default	{ "" }
		range	{ 0 1 }
		export	none
		parmtag	{ "filechooser_mode" "read" }
		parmtag	{ "spare_category" "Statistics" }
	    }
	}

	group {
	    name	"folder0_7"
	    label	"Dicing"

	    parm {
		name	"vm_shadingfactor"
		label	"Shading Quality Multiplier"
		type	float
		default	{ "1" }
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Dicing" }
	    }
	    parm {
		name	"vm_measure"
		label	"Geometry Measuring"
		type	string
		default	{ "nonraster" }
		menu	{
		    "nonraster"	"Non-Raster Measuring"
		    "raster"	"Raster Space Measuring"
		    "uniform"	"Uniform Measuring"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Dicing" }
	    }
	    parm {
		name	"vm_measurezimportance"
		label	"Z-Importance"
		type	float
		default	{ "0" }
		disablewhen	"{ vm_measure != nonraster }"
		range	{ 0 10 }
		export	none
		parmtag	{ "spare_category" "Dicing" }
	    }
	}

	group {
	    name	"folder0_8"
	    label	"Geometry"

	    parm {
		name	"vm_binarygeometry"
		label	"Save Binary Geometry"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	    parm {
		name	"vm_savegroups"
		label	"Save Geometry Groups"
		type	toggle
		default	{ "1" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Geometry" }
	    }
	}

	group {
	    name	"folder0_9"
	    label	"Irradiance"

	    parm {
		name	"vm_gienable"
		label	"Enable Irradiance Cache"
		type	toggle
		default	{ "0" }
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Irradiance" }
	    }
	    parm {
		name	"vm_gierror"
		label	"Irradiance Error"
		type	float
		default	{ "0.1" }
		disablewhen	"{ vm_gienable != 1 }"
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Irradiance" }
	    }
	    parm {
		name	"vm_gimaxspacing"
		label	"Max Spacing (Pixels)"
		type	float
		default	{ "20" }
		disablewhen	"{ vm_gienable != 1 }"
		range	{ 0 20 }
		export	none
		parmtag	{ "spare_category" "Irradiance" }
	    }
	    parm {
		name	"vm_giminspacing"
		label	"Min Spacing (Pixels)"
		type	float
		default	{ "1.5" }
		disablewhen	"{ vm_gienable != 1 }"
		range	{ 0 20 }
		export	none
		parmtag	{ "spare_category" "Irradiance" }
	    }
	    parm {
		name	"vm_gifile"
		label	"Irradiance Cache File"
		type	file
		default	{ "" }
		disablewhen	"{ vm_gienable != 1 }"
		range	{ 0 1 }
		export	none
		parmtag	{ "filechooser_mode" "read_and_write" }
		parmtag	{ "spare_category" "Irradiance" }
	    }
	    parm {
		name	"vm_gifilemode"
		label	"Read/Write Mode"
		type	string
		default	{ "" }
		disablewhen	"{ vm_gienable != 1 }"
		menu	{
		    ""	"None"
		    "r"	"Read"
		    "w"	"Write"
		    "rw"	"Read/Write"
		}
		range	{ 0 1 }
		export	none
		parmtag	{ "spare_category" "Irradiance" }
	    }
	}

    }

    group {
	name	"main5_3"
	label	"Scripts"

	parm {
	    name	"tprerender"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"prerender"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"lprerender"
	    baseparm
	    export	none
	}
	parm {
	    name	"tpreframe"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"preframe"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"lpreframe"
	    baseparm
	    export	none
	}
	parm {
	    name	"tpostframe"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"postframe"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"lpostframe"
	    baseparm
	    export	none
	}
	parm {
	    name	"tpostrender"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"postrender"
	    baseparm
	    joinnext
	    export	none
	}
	parm {
	    name	"lpostrender"
	    baseparm
	    export	none
	}
    }

    parm {
	name	"renderpreview"
	baseparm
	export	none
    }
    parm {
	name	"soho_ipr_support"
	baseparm
	invisible
	export	none
    }
    parm {
	name	"soho_previewsupport"
	baseparm
	invisible
	export	none
    }
    parm {
	name	"soho_mkpath"
	baseparm
	export	none
    }
    parm {
	name	"soho_compression"
	baseparm
	export	none
    }
HouNC1033600bbc0568cba550cfe04724out/mantra2.parm {
version 0.8
execute	[ 0	locks=0 ]	(	0	)
renderpreview	[ 0	locks=0 ]	(	0	)
renderdialog	[ 0	locks=0 ]	(	0	)
trange	[ 0	locks=0 ]	(	"off"	)
f	[ 0	locks=0 ]	(	1	240	1	)
take	[ 0	locks=0 ]	(	_current_	)
camera	[ 0	locks=0 ]	(	/obj/cam1	)
override_camerares	[ 0	locks=0 ]	(	"off"	)
res_fraction	[ 0	locks=0 ]	(	specific	)
res_override	[ 0	locks=0 ]	(	640	480	)
res_overrideMenu	[ 0	locks=0 ]	(	0	)
aspect_override	[ 0	locks=0 ]	(	1	)
images	[ 0	locks=0 ]	(	0	0	0	0	0	)
soho_program	[ 0	locks=0 ]	(	IFD.py	)
soho_shopstyle	[ 0	locks=0 ]	(	VMantra	)
soho_ipr_support	[ 0	locks=0 ]	(	"on"	)
soho_previewsupport	[ 0	locks=0 ]	(	"on"	)
vm_picture	[ 0	locks=0 ]	(	"$HIP/Desktop/sparks test/sparks.$F4.tiff"	)
vm_device	[ 0	locks=0 ]	(	TIFF	)
soho_mkpath	[ 0	locks=0 ]	(	"on"	)
output	[ 0	locks=0 ]	(	0	0	0	0	)
sampling	[ 0	locks=0 ]	(	0	0	0	0	0	0	)
vobject	[ 0	locks=0 ]	(	*	)
forceobject	[ 0	locks=0 ]	(	""	)
matte_objects	[ 0	locks=0 ]	(	""	)
phantom_objects	[ 0	locks=0 ]	(	""	)
excludeobject	[ 0	locks=0 ]	(	""	)
obj_light_sep	[ 0	locks=0 ]	(	)
sololight	[ 0	locks=0 ]	(	""	)
alights	[ 0	locks=0 ]	(	*	)
forcelights	[ 0	locks=0 ]	(	""	)
excludelights	[ 0	locks=0 ]	(	""	)
soho_autoheadlight	[ 0	locks=0 ]	(	"on"	)
light_fog_sep	[ 0	locks=0 ]	(	)
vfog	[ 0	locks=0 ]	(	*	)
tprerender	[ 0	locks=0 ]	(	"on"	)
prerender	[ 0	locks=0 ]	(	""	)
lprerender	[ 0	locks=0 ]	(	"hscript"	)
tpreframe	[ 0	locks=0 ]	(	"on"	)
preframe	[ 0	locks=0 ]	(	""	)
lpreframe	[ 0	locks=0 ]	(	"hscript"	)
tpostframe	[ 0	locks=0 ]	(	"on"	)
postframe	[ 0	locks=0 ]	(	""	)
lpostframe	[ 0	locks=0 ]	(	"hscript"	)
tpostrender	[ 0	locks=0 ]	(	"on"	)
postrender	[ 0	locks=0 ]	(	""	)
lpostrender	[ 0	locks=0 ]	(	"hscript"	)
soho_pipecmd	[ 0	locks=0 ]	(	mantra	)
soho_outputmode	[ 0	locks=0 ]	(	"off"	)
soho_diskfile	[ 0	locks=0 ]	(	$HIP/test.ifd	)
soho_compression	[ 0	locks=0 ]	(	ext	)
soho_foreground	[ 0	locks=0 ]	(	"off"	)
soho_initsim	[ 0	locks=0 ]	(	"off"	)
soho_viewport_menu	[ 0	locks=0 ]	(	"on"	)
main5	[ 0	locks=0 ]	(	2	2	2	2	)
folder0	[ 0	locks=0 ]	(	3	3	3	3	3	3	3	3	3	3	)
vm_pfilter	[ 0	locks=0 ]	(	"gaussian 2 2"	)
vm_sfilter	[ 0	locks=0 ]	(	alpha	)
vm_quantize	[ 0	locks=0 ]	(	half	)
vm_whitepoint	[ 0	locks=0 ]	(	1	)
vm_subpixel	[ 0	locks=0 ]	(	"off"	)
vm_tile_render	[ 0	locks=0 ]	(	"off"	)
vm_tile_count_x	[ 0	locks=0 ]	(	4	)
vm_tile_count_y	[ 0	locks=0 ]	(	4	)
vm_tile_index	[ 0	locks=0 ]	(	0	)
vm_deepresolver	[ 0	locks=0 ]	(	null	)
vm_dcmfilename	[ 0	locks=0 ]	(	$HIP/dcm.rat	)
vm_numaux	[ 0	locks=0 ]	(	0	)
vm_image_artist	[ 0	locks=0 ]	(	""	)
vm_image_comment	[ 0	locks=0 ]	(	""	)
vm_image_hostname	[ 0	locks=0 ]	(	""	)
vm_image_mplay_direction	[ 0	locks=0 ]	(	middle	)
vm_image_mplay_label	[ 0	locks=0 ]	(	""	)
vm_image_mplay_gamma	[ 0	locks=0 ]	(	1	)
vm_image_jpeg_quality	[ 0	locks=0 ]	(	100	)
vm_image_tiff_compression	[ 0	locks=0 ]	(	None	)
vm_image_exr_compression	[ 0	locks=0 ]	(	piz	)
vm_renderengine	[ 0	locks=0 ]	(	micropoly	)
vm_bucketsize	[ 0	locks=0 ]	(	16	)
vm_opacitylimit	[ 0	locks=0 ]	(	0.995	)
vm_usemaxthreads	[ 0	locks=0 ]	(	"on"	)
vm_threadcount	[ 0	locks=0 ]	(	1	)
vm_usecacheratio	[ 0	locks=0 ]	(	1	)
vm_cacheratio	[ 0	locks=0 ]	(	0.25	)
vm_cachesize	[ 0	locks=0 ]	(	1000	)
vm_octreestyle	[ 0	locks=0 ]	(	kdtree	)
vm_kdmemfactor	[ 0	locks=0 ]	(	1	)
vm_uvobject	[ 0	locks=0 ]	(	""	)
vm_uvattribute	[ 0	locks=0 ]	(	uv	)
vm_hidden	[ 0	locks=0 ]	(	"on"	)
render_viewcamera	[ 0	locks=0 ]	(	"on"	)
render_any_shadowmap	[ 0	locks=0 ]	(	"on"	)
render_any_envmap	[ 0	locks=0 ]	(	"on"	)
render_any_photonmap	[ 0	locks=0 ]	(	"on"	)
vm_otlfullpath	[ 0	locks=0 ]	(	"off"	)
vm_embedvex	[ 0	locks=0 ]	(	"off"	)
vm_dof	[ 0	locks=0 ]	(	"off"	)
allowmotionblur	[ 0	locks=0 ]	(	"on"	)
vm_traceblur	[ 0	locks=0 ]	(	"off"	)
vm_motionfactor	[ 0	locks=0 ]	(	0	)
xform_motionsamples	[ 0	locks=0 ]	(	2	)
geo_motionsamples	[ 0	locks=0 ]	(	1	)
shutteroffset	[ 0	locks=0 ]	(	1	)
vm_imageblur	[ 0	locks=0 ]	(	"on"	)
vm_samples	[ 8	locks=0 ]	(	15	15	)
vm_jitter	[ 0	locks=0 ]	(	1	)
vm_samplelock	[ 0	locks=0 ]	(	"off"	)
vm_dorayvariance	[ 0	locks=0 ]	(	"on"	)
vm_minraysamples	[ 0	locks=0 ]	(	1	)
vm_maxraysamples	[ 0	locks=0 ]	(	9	)
vm_variance	[ 0	locks=0 ]	(	0.050000000000000003	)
vm_volumestepsize	[ 0	locks=0 ]	(	0.10000000000000001	)
vm_volumeshadowquality	[ 0	locks=0 ]	(	1	)
vm_transparent	[ 0	locks=0 ]	(	"on"	)
vm_transparentsamples	[ 0	locks=0 ]	(	1	)
vm_randomseed	[ 0	locks=0 ]	(	0	)
vm_reflectlimit	[ 0	locks=0 ]	(	10	)
vm_refractlimit	[ 0	locks=0 ]	(	10	)
vm_diffuselimit	[ 0	locks=0 ]	(	0	)
vm_volumelimit	[ 0	locks=0 ]	(	0	)
vm_raybias	[ 0	locks=0 ]	(	0.001	)
vm_biasnormal	[ 0	locks=0 ]	(	"off"	)
vm_colorspace	[ 0	locks=0 ]	(	linear	)
vm_raylimiteval	[ 0	locks=0 ]	(	none	)
vm_smoothcolor	[ 0	locks=0 ]	(	"on"	)
vm_pbrshader	[ 0	locks=0 ]	(	""	)
vm_pbrphotonshader	[ 0	locks=0 ]	(	""	)
vm_pbrpathtype	[ 0	locks=0 ]	(	diffuse	)
vm_colorlimit	[ 0	locks=0 ]	(	10	)
vm_pbrreflectratio	[ 0	locks=0 ]	(	0	)
soho_spoolrenderoutput	[ 0	locks=0 ]	(	"on"	)
vm_verbose	[ 0	locks=0 ]	(	0	)
vm_vexprofile	[ 0	locks=0 ]	(	0	)
vm_alfprogress	[ 0	locks=0 ]	(	"off"	)
vm_tilecallback	[ 0	locks=0 ]	(	""	)
vm_shadingfactor	[ 0	locks=0 ]	(	1	)
vm_measure	[ 0	locks=0 ]	(	nonraster	)
vm_measurezimportance	[ 0	locks=0 ]	(	0	)
vm_binarygeometry	[ 0	locks=0 ]	(	"on"	)
vm_savegroups	[ 0	locks=0 ]	(	"on"	)
vm_gienable	[ 0	locks=0 ]	(	"off"	)
vm_gierror	[ 0	locks=0 ]	(	0.10000000000000001	)
vm_gimaxspacing	[ 0	locks=0 ]	(	20	)
vm_giminspacing	[ 0	locks=0 ]	(	1.5	)
vm_gifile	[ 0	locks=0 ]	(	""	)
vm_gifilemode	[ 0	locks=0 ]	(	""	)
}
HouNC1033600bb80568cba550a3e93536out/mantra2.userdata     ___Version___     HouNC1033600ba50568cba5505f48a655out.net 1
HouNC1033600ba40568cba5504dbf87f3part.def comment ""
position 5.5 1.5
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345864358
  modify 1345864359
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600ba70568cba5501f98c19bpart.parm {
version 0.8
}
HouNC1033600ba30568cba5506175d763part.userdata     ___Version___    14.0.335HouNC1033600ba40568cba550db764dccpart.net 1
HouNC1033600baa0568cba550563971d7ch.def comment ""
position 4.5 1
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345864358
  modify 1345864359
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600ba50568cba55008c4757bch.parm {
version 0.8
}
HouNC1033600ba10568cba55064685c3cch.userdata     ___Version___    14.0.335HouNC1033600baa0568cba5501e49fb68ch.net 1
HouNC1033600bbd0568cba55008321e41shop/glow.order 22
output1
normalfalloff1
glowColor
floattovec1
exp
multiply1
invert
emitlight
twoway1
twoway2
emission
twoway3
multiply2
Cd
usePointColor
twoway4
usePointAlpha
chooseAlpha
Alpha
multiply3
Ce
collect1
HouNC1033600ba30568cba550bb4f0e6bshop/glow.net 1
HouNC1033600ba40568cba550ca38512fshop.net 1
HouNC1033600ba50568cba550c132d21dimg.def comment ""
position 4.5 2.5
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345864359
  modify 1345864365
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600ba40568cba5500c04e9b6img.parm {
version 0.8
}
HouNC1033600ba00568cba550c0f67cc3img.userdata     ___Version___    14.0.335HouNC1033600ba20568cba5504ae9db06img/comp1.init type = img
matchesdef = 0
HouNC1033600ba30568cba550e2aa0b35img/comp1.def comment ""
position 0 0
cachesize 1
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 exposed on
outputsNamed3
{
}
inputsNamed3
{
}
inputs
{
}
stat
{
  create 1345864365
  modify 1345864365
  author 12A527D@M323G1002.sidm.student.local
  access 0777
}
color UT_Color RGB 0.8 0.8 0.8 
delscript ""
exprlanguage hscript
end
HouNC1033600ba20568cba55027482685img/comp1.parm {
version 0.8
}
HouNC1033600bbe0568cba5503d76e141img/comp1.userdata     ___Version___    14.0.335HouNC1033600ba30568cba5504fbca55fimg/comp1.net 1
HouNC1033600ba50568cba550e8f4ceb3img.net 1
HouNC1033600ba50568cba5503d423678vex.net 1
HouNC1033600bbb0568cba55050fced75.scenefilevisualizers HouNC1033600ba00568cba550babad9a1.application neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/Limit/show_particles/popnet1 1.68431  -0.48903 1.2 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /shop -5.83508  -6.18278 0.482253 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/Limit/show_particles -2.15463  -0.045465 0.833333 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/Limit 2.12655  2.12087 1 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/BounceSplit -4.68929  2.96542 1 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/FireworksSetup/Firework_Source -1.30509  -1.70943 1 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/FireworksSetup/Show_Particles -3.175  -2.73676 1 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/geo1/popnet2 -0.544236  -4.68694 1 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/geo1 -7.74075  -1.08054 0.833333 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj/FireworksSetup -1.59713  0.889302 1 panetab7
neteditor -d pm_01 -b 0 -l 0 -f '' -q 1.000000 -v /obj -2.96181  0.702283 1 panetab7
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.38125 -u 0 -v 0 -h -10 310 -r -1.5 1.5 pm_01.panetab13
imgdispopt -m 10 -P on -M off -A on -g 2.2 -G "C Left Right" -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 0.8 0.8 0.8 -R 6 -F dc -D "" -I "" -f "" -s off -r 256 256 -p on -l off -t on
imgview -z 1 -p (none) 0 -c 0 -l on -s off -i imgview4
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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4 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 imgview4
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 1
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 2
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 3
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 4
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 5
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 6
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 7
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 8
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 9
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 10
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 11
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 12
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 13
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 14
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 15
imgviewhist -V on -L on -G on -H on -P off -c -1 -h 0 -i on imgview4 16
viewerstow -b stow -x open -l open -m hide -c hide -d open pm_01.panetab1.world
vieweroption -a 0 -h 0 -m 1 -r 'View: Mantra' pm_01.panetab1.world
viewergrouplist -g off -s 0 0 -c  on -t matchselect -m '*' -e on pm_01.panetab1.world
viewlayout -s 2 pm_01.panetab1.world
viewerinspect pm_01.panetab1.world mode ( objects ) object_properties ( ) prim_properties ( ) enable ( 0 ) magnify ( 1 )
viewtype -t perspective pm_01.panetab1.world.`vpname("pm_01.panetab1.world",2)`
viewtype -t ortho_top pm_01.panetab1.world.`vpname("pm_01.panetab1.world",1)`
viewtype -t ortho_front pm_01.panetab1.world.`vpname("pm_01.panetab1.world",3)`
viewtype -t ortho_right pm_01.panetab1.world.`vpname("pm_01.panetab1.world",4)`
viewname -l on -n aaaa3 pm_01.panetab1.world.`vpname("pm_01.panetab1.world",2)`
viewname -l on -n aaaa2 pm_01.panetab1.world.`vpname("pm_01.panetab1.world",1)`
viewname -l on -n aaaa1 pm_01.panetab1.world.`vpname("pm_01.panetab1.world",3)`
viewname -l on -n aaaa0 pm_01.panetab1.world.`vpname("pm_01.panetab1.world",4)`
viewname -l off -n persp1 pm_01.panetab1.world.`vpname("pm_01.panetab1.world",2)`
viewname -l off -n top1 pm_01.panetab1.world.`vpname("pm_01.panetab1.world",1)`
viewname -l off -n front1 pm_01.panetab1.world.`vpname("pm_01.panetab1.world",3)`
viewname -l off -n right1 pm_01.panetab1.world.`vpname("pm_01.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 -F off -l on -L on -G off -B none -r unique scene pm_01.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 -F off -l on -L on -G off -B none -r scene selectscene pm_01.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 -F off -l on -L off -G on -B none -r unique ghostscene pm_01.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 -F off -l on -L on -G off -B none -r unique display pm_01.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 -F off -l on -L off -G off -B none -r unique current pm_01.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 -F on -l on -L off -G on -B none -r unique template pm_01.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 on -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 pm_01.panetab1.world.persp1
viewdisplay -Q on -m on -v on pm_01.panetab1.world.persp1
viewdisplay -W  off 0 0 pm_01.panetab1.world.persp1
viewdisplay -c on -K on -P points -p 3 pm_01.panetab1.world.persp1
viewdispopts -a on -c 1 -g on -s on -w 0.1 -x on -X off pm_01.panetab1.world.persp1
vieweffect -a 0 -A 4 -b on -B 0 -c on -d on -D on off -e 0.8 -E -30 -30 -100 -f 1 -F 0 -g 2.2 -G 0 -h 1 -H off -i on -I 1 -j on -J 20 -K 2 -k 1 -l '' -m on -M 512 -o off -O 3 -p off -P 3 -q 1 -Q 2 -r 1024 1024 -s 1 -t 100 -T 100 -u off -U off -v 128 128 128 -w 0.05 -W off -x 0.8 0.8 0.8 -X 0.2 0.2 0.2 -y 0.8 0.8 0.8 -Y 0.0025 0.0025 0.0025 -z 0.25 -Z 1 pm_01.panetab1.world.persp1
viewinfotext -m off pm_01.panetab1.world.persp1
viewlight  -a on -d on -e on -h off -l on -n 8 -s on pm_01.panetab1.world.persp1
viewbackground -b on -e on -q 1 -i off -m 0 0 -M 1 1 pm_01.panetab1.world.persp1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 persp pm_01.panetab1.world.persp1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 cam pm_01.panetab1.world.persp1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 top pm_01.panetab1.world.persp1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 front pm_01.panetab1.world.persp1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 right pm_01.panetab1.world.persp1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 bottom pm_01.panetab1.world.persp1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 back pm_01.panetab1.world.persp1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 left pm_01.panetab1.world.persp1
viewroto  -S file -F '$HH/pic/uvgrid_grey.pic' -C '' -a on -o 0 0 -s 1 1 -B 0.2 uv pm_01.panetab1.world.persp1
viewtransform pm_01.panetab1.world.persp1 version ( 3 )  flag ( Fx )  orthowidth ( 25.1416 )  focal ( 50 )  aperture ( 41.4214 )  window ( 0 0.657958 0 0.657958 )  winroll ( 0 )  clear ( 1 )  nearfar ( 0.1 8006.24 )  aspect ( 1.33333 )  pixelaspect ( 1 )  txyz ( -0.604692 6.35822 -0.0161689 )  pxyz ( -3.18308 10.9503 -0.63315 )  rotation ( 0.99093 0.107278 -0.0809277 -0.0247838 0.7378 0.674565 0.132075 -0.66644 0.733766  )  homedistance ( 6.24306 )  homeadjboxwidth ( 3.1427 )  homeorthowidth ( 6.28539 )  homeradius ( 8 )  homeaxis ( 0 )  homecustom ( 0.707107 -0.353553 0.612372 0 0.866025 0.5 -0.707107 -0.353553 0.612372  )  adjustlimits ( 3 )  
viewcamera -c '' pm_01.panetab1.world.persp1
vieworthogrid -d on -o 0 0 0 -s 0.5 0.5 -r 8 8 pm_01.panetab1.world.persp1
viewuvgrid -r on -s 0.1 0.1 -P off -S 64 64 -O 0 0 -C on -t on pm_01.panetab1.world.persp1
viewagentopts  -L on -b 0 -d 1 -l 0 -m 4 -p 1000 pm_01.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 -F off -l on -L on -G off -B none -r unique scene pm_01.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 -F off -l on -L on -G off -B none -r scene selectscene pm_01.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 -F off -l on -L off -G on -B none -r unique ghostscene pm_01.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 -F off -l on -L on -G off -B none -r unique display pm_01.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 -F off -l on -L off -G off -B none -r unique current pm_01.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 -F on -l on -L off -G on -B none -r unique template pm_01.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 on -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 pm_01.panetab1.world.top1
viewdisplay -Q on -m on -v on pm_01.panetab1.world.top1
viewdisplay -W  off 0 0 pm_01.panetab1.world.top1
viewdisplay -c on -K on -P points -p 3 pm_01.panetab1.world.top1
viewdispopts -a on -c 1 -g on -s on -w 0.1 -x on -X off pm_01.panetab1.world.top1
vieweffect -a 0 -A 4 -b on -B 0 -c on -d on -D on off -e 0.8 -E -30 -30 -100 -f 1 -F 0 -g 2.2 -G 0 -h 1 -H off -i on -I 1 -j on -J 20 -K 2 -k 1 -l '' -m on -M 512 -o off -O 3 -p off -P 3 -q 1 -Q 2 -r 1024 1024 -s 1 -t 100 -T 100 -u off -U off -v 128 128 128 -w 0.05 -W off -x 0.8 0.8 0.8 -X 0.2 0.2 0.2 -y 0.8 0.8 0.8 -Y 0.0025 0.0025 0.0025 -z 0.25 -Z 1 pm_01.panetab1.world.top1
viewinfotext -m off pm_01.panetab1.world.top1
viewlight  -a on -d on -e on -h off -l on -n 8 -s on pm_01.panetab1.world.top1
viewbackground -b on -e on -q 1 -i off -m 0 0 -M 1 1 pm_01.panetab1.world.top1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 persp pm_01.panetab1.world.top1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 cam pm_01.panetab1.world.top1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 top pm_01.panetab1.world.top1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 front pm_01.panetab1.world.top1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 right pm_01.panetab1.world.top1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 bottom pm_01.panetab1.world.top1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 back pm_01.panetab1.world.top1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 left pm_01.panetab1.world.top1
viewroto  -S file -F '$HH/pic/uvgrid_grey.pic' -C '' -a on -o 0 0 -s 1 1 -B 0.2 uv pm_01.panetab1.world.top1
viewtransform pm_01.panetab1.world.top1 version ( 3 )  flag ( Fo )  orthowidth ( 2.22222 )  focal ( 50 )  aperture ( 41.4214 )  window ( 0 1 0 1 )  winroll ( 0 )  clear ( 1 )  nearfar ( 0.1 3467.78 )  aspect ( 1.33333 )  pixelaspect ( 1 )  txyz ( 0 0 3.68246 )  pxyz ( 0 0 0 )  rotation ( 1 0 0 0 1.19209e-007 1 0 -1 1.19209e-007  )  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 on -o 0 0 0 -s 0.5 0.5 -r 8 8 pm_01.panetab1.world.top1
viewuvgrid -r on -s 0.1 0.1 -P off -S 64 64 -O 0 0 -C on -t on pm_01.panetab1.world.top1
viewagentopts  -L on -b 0 -d 1 -l 0 -m 4 -p 1000 pm_01.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 -F off -l on -L on -G off -B none -r unique scene pm_01.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 -F off -l on -L on -G off -B none -r scene selectscene pm_01.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 -F off -l on -L off -G on -B none -r unique ghostscene pm_01.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 -F off -l on -L on -G off -B none -r unique display pm_01.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 -F off -l on -L off -G off -B none -r unique current pm_01.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 -F on -l on -L off -G on -B none -r unique template pm_01.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 on -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 pm_01.panetab1.world.front1
viewdisplay -Q on -m on -v on pm_01.panetab1.world.front1
viewdisplay -W  off 0 0 pm_01.panetab1.world.front1
viewdisplay -c on -K on -P points -p 3 pm_01.panetab1.world.front1
viewdispopts -a on -c 1 -g on -s on -w 0.1 -x on -X off pm_01.panetab1.world.front1
vieweffect -a 0 -A 4 -b on -B 0 -c on -d on -D on off -e 0.8 -E -30 -30 -100 -f 1 -F 0 -g 2.2 -G 0 -h 1 -H off -i on -I 1 -j on -J 20 -K 2 -k 1 -l '' -m on -M 512 -o off -O 3 -p off -P 3 -q 1 -Q 2 -r 1024 1024 -s 1 -t 100 -T 100 -u off -U off -v 128 128 128 -w 0.05 -W off -x 0.8 0.8 0.8 -X 0.2 0.2 0.2 -y 0.8 0.8 0.8 -Y 0.0025 0.0025 0.0025 -z 0.25 -Z 1 pm_01.panetab1.world.front1
viewinfotext -m off pm_01.panetab1.world.front1
viewlight  -a on -d on -e on -h off -l on -n 8 -s on pm_01.panetab1.world.front1
viewbackground -b on -e on -q 1 -i off -m 0 0 -M 1 1 pm_01.panetab1.world.front1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 persp pm_01.panetab1.world.front1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 cam pm_01.panetab1.world.front1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 top pm_01.panetab1.world.front1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 front pm_01.panetab1.world.front1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 right pm_01.panetab1.world.front1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 bottom pm_01.panetab1.world.front1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 back pm_01.panetab1.world.front1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 left pm_01.panetab1.world.front1
viewroto  -S file -F '$HH/pic/uvgrid_grey.pic' -C '' -a on -o 0 0 -s 1 1 -B 0.2 uv pm_01.panetab1.world.front1
viewtransform pm_01.panetab1.world.front1 version ( 3 )  flag ( Fo )  orthowidth ( 2.22222 )  focal ( 50 )  aperture ( 41.4214 )  window ( 0 1 0 1 )  winroll ( 0 )  clear ( 1 )  nearfar ( 0.1 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 on -o 0 0 0 -s 0.5 0.5 -r 8 8 pm_01.panetab1.world.front1
viewuvgrid -r on -s 0.1 0.1 -P off -S 64 64 -O 0 0 -C on -t on pm_01.panetab1.world.front1
viewagentopts  -L on -b 0 -d 1 -l 0 -m 4 -p 1000 pm_01.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 -F off -l on -L on -G off -B none -r unique scene pm_01.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 -F off -l on -L on -G off -B none -r scene selectscene pm_01.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 -F off -l on -L off -G on -B none -r unique ghostscene pm_01.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 -F off -l on -L on -G off -B none -r unique display pm_01.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 -F off -l on -L off -G off -B none -r unique current pm_01.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 -F on -l on -L off -G on -B none -r unique template pm_01.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 on -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 pm_01.panetab1.world.right1
viewdisplay -Q on -m on -v on pm_01.panetab1.world.right1
viewdisplay -W  off 0 0 pm_01.panetab1.world.right1
viewdisplay -c on -K on -P points -p 3 pm_01.panetab1.world.right1
viewdispopts -a on -c 1 -g on -s on -w 0.1 -x on -X off pm_01.panetab1.world.right1
vieweffect -a 0 -A 4 -b on -B 0 -c on -d on -D on off -e 0.8 -E -30 -30 -100 -f 1 -F 0 -g 2.2 -G 0 -h 1 -H off -i on -I 1 -j on -J 20 -K 2 -k 1 -l '' -m on -M 512 -o off -O 3 -p off -P 3 -q 1 -Q 2 -r 1024 1024 -s 1 -t 100 -T 100 -u off -U off -v 128 128 128 -w 0.05 -W off -x 0.8 0.8 0.8 -X 0.2 0.2 0.2 -y 0.8 0.8 0.8 -Y 0.0025 0.0025 0.0025 -z 0.25 -Z 1 pm_01.panetab1.world.right1
viewinfotext -m off pm_01.panetab1.world.right1
viewlight  -a on -d on -e on -h off -l on -n 8 -s on pm_01.panetab1.world.right1
viewbackground -b on -e on -q 1 -i off -m 0 0 -M 1 1 pm_01.panetab1.world.right1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 persp pm_01.panetab1.world.right1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 cam pm_01.panetab1.world.right1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 top pm_01.panetab1.world.right1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 front pm_01.panetab1.world.right1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 right pm_01.panetab1.world.right1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 bottom pm_01.panetab1.world.right1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 back pm_01.panetab1.world.right1
viewroto  -S file -F '' -C '' -a on -o 0 0 -s 1 1 -B 1 left pm_01.panetab1.world.right1
viewroto  -S file -F '$HH/pic/uvgrid_grey.pic' -C '' -a on -o 0 0 -s 1 1 -B 0.2 uv pm_01.panetab1.world.right1
viewtransform pm_01.panetab1.world.right1 version ( 3 )  flag ( Fo )  orthowidth ( 2.22222 )  focal ( 50 )  aperture ( 41.4214 )  window ( 0 1 0 1 )  winroll ( 0 )  clear ( 1 )  nearfar ( 0.1 3467.78 )  aspect ( 1.33333 )  pixelaspect ( 1 )  txyz ( 0 0 3.68246 )  pxyz ( 0 0 0 )  rotation ( 6.12323e-017 0 1 0 1 0 -1 0 6.12323e-017  )  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 on -o 0 0 0 -s 0.5 0.5 -r 8 8 pm_01.panetab1.world.right1
viewuvgrid -r on -s 0.1 0.1 -P off -S 64 64 -O 0 0 -C on -t on pm_01.panetab1.world.right1
viewagentopts  -L on -b 0 -d 1 -l 0 -m 4 -p 1000 pm_01.panetab1.world.right1
viewsnapshotoption -s off -h off -a 1 -v '*' pm_01.panetab1.world
cplane -o -2 0 -2 -n 0 1 0 -x 0 0 1 -l n -s 0.1 0.1 -c 40 40 -r 10 10 -d on pm_01.panetab1.world
glcache -t 512 -v 2048
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/pop_example_meteor1/semisphere_template -2.14382  -0.558626 0.833333 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/FireworksSetup/Show_Particles -3.17499  -1.30735 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/geo1/popnet2 -1.58637  -1.91213 0.622485 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/FireworksSetup/Show_Particles/popnet1 2.27064  -1.20891 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/geo1/popnet1 -0.937062  -2.72598 0.720235 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/BounceSplit/Show_Particles -5.71482  -0.114838 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/geo2 -1.68334  -2.45705 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/pop_example_meteor1/particle_source -3.33691  -0.631457 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/pop_example_meteor1 -5.29074  2.92491 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/FireworksSetup/Firework_Source -1.41098  -1.08002 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/pop_example_meteor1/show_particles -3.52984  2.46279 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /shop -2.58715  -0.168215 1.2 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/BounceSplit -4.89979  3.20141 0.833333 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/Limit/show_particles -2.79764  0.0565489 0.694444 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/Limit 0.936357  4.51107 1.2 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /out -2.37507  -0.884284 1.44 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/geo2/vopsop1 3.6652  0.856659 2.0736 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/Limit/show_particles/popnet1 0.741176  -0.0419715 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/pop_example_meteor1/popnet1 2.3104  -0.939397 1 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/geo1 -6.11313  1.48797 0.681898 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj -3.07267  0.348522 0.694444 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/FireworksSetup -2.02129  2.40596 1.2 panetab7
neteditor -d Build -b 0 -l 0 -f '' -q 1.000000 -v /obj/pop_example_meteor1/collision_surface -2.57491  -1.34262 1 panetab7
performance -c on -d on -f on -g off -k on -m off -n on -o on -t off -v on -y on -u on -e off -r absolute -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 1 -y 0 -B 0 -s 0 -S 0.5 -u 0 -v 0 -h -10 310 -r -1.5 1.5 Build.panetab13
imgview -p '(' none -z 1 ')' 0 -c 0 -l on -s off -i imgview4
imgview -p '(' none -z 1 ')' 0 -c 0 -l on -s off -i imgview2
imgdispopt -m 10 -P on -M off -A on -g 2.2 -G "C Left Right" -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 0.8 0.8 0.8 -R 6 -F dc -D "" -I "" -f "" -s off -r 256 256 -p on -l off -t on
imgview -z 1 -p (none) 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
omparm "Follow Path" followpath /obj/geo1 "invisible(1)"
panepath -d pm_01 -f -p panetab1 /obj/geo1/cache1
panepath -d pm_01 -f -p panetab2 /obj/geo1/cache1
panepath -d pm_01 -f -p panetab3 /obj/geo1/cache1
panepath -d pm_01 -f -p panetab4 /img/
panepath -d pm_01 -f -p panetab13 /ch/
panepath -d pm_01 -f -p panetab11 /obj/geo1/cache1
panepath -d pm_01 -f -p panetab7 /obj/geo1/cache1
panepath -d pm_01 -f -p panetab9 /obj/geo1/cache1
desk set pm_01
viewupdate -u always
audiopanel -s p ''
audiopanel -s r off
audiopanel -s s 1
audiopanel -s f 45
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 2.2 -l "" -p -s -v -i -r -c -f
pomadd -e on -p on -c on -s on -r 1 0 0 'Render Region' renderregion
pomadd -e on -p on -c on -s on -r 1 0 0 'Render Region1' renderregion
compproject -r 640 480 -a 1 -d i8 -p 0 255 -P full -f 0 -F 0 -l on
texcache  -a off -r 2147483647 2147483647 -m 10000 -M 3067
shopvisible +OGL +OGL2 +I3D +VMantra +RIB
HouNC1033600baa0568cba550bf442759.takes HoudiniTakeFile 1.0
take name Main kids 0
   e
HouNC1033600ba80568cba55024f702c4.cwd opcf /
takeset Main
HouNC1033600bba0568cba5508919230fNON_COMMERCIAL_FILE!!! 