0
0
mirror of http://GITTEA.DEV/O/O synced 2024-09-30 12:10:46 +00:00
This commit is contained in:
0000OOOO0000 2023-02-11 03:00:51 +02:00 committed by GitHub
parent c4c4df0346
commit 79bd5bb6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 1779 additions and 0 deletions

View File

@ -0,0 +1,213 @@
// Magic: 2a8df1fc
// Automatically generated PSI dialog (PSI version 19.0.720)
// Sat Feb 11 03:57:24 2023
f_tmp = FLOAT_FIELD; // dialog.top.ui
gspace.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
gspace.label = PARM_LABEL("Grid Spacing", "gspace") WIDTH(1.5);
PARM(float, 2, "gspace", none, none, "X,Y")
RANGE(0,1) LABELREF(gspace.label)
HSTRETCH;
{ WIDTH(0.1) }
}
gcount.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
gcount.label = PARM_LABEL("Grid Count", "gcount") WIDTH(1.5);
PARM(integer, 2, "gcount", none, none, "X,Y")
RANGE(1,100) LOCK_RANGE_MIN LABELREF(gcount.label)
HSTRETCH;
{ WIDTH(0.1) }
}
gruler.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
gruler.label = PARM_LABEL("Grid Ruler", "gruler") WIDTH(1.5);
PARM(integer, 2, "gruler", none, none, "X,Y")
RANGE(0,10) LOCK_RANGE_MIN LABELREF(gruler.label)
HSTRETCH;
{ WIDTH(0.1) }
}
origin.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
origin.label = PARM_LABEL("Origin", "origin") WIDTH(1.5);
PARM(float, 3, "origin", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(origin.label)
HSTRETCH;
{ WIDTH(0.1) }
}
rotation.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
rotation.label = PARM_LABEL("Rotation", "rotation") WIDTH(1.5);
PARM(float, 3, "rotation", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(rotation.label)
HSTRETCH;
{ WIDTH(0.1) }
}
rotationorder.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Rotation Order", "rotationorder") WIDTH(1.5);
{ WIDTH(0.09) }
rotationorder.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
upvector.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
upvector.label = PARM_LABEL("Up-Vector", "upvector") WIDTH(1.5);
PARM(float, 3, "upvector", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(upvector.label)
HSTRETCH;
{ WIDTH(0.1) }
}
lockup.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Lock Up-Vector to:", "lockup") WIDTH(1.5);
{ WIDTH(0.09) }
lockup.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
targetnormal.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
targetnormal.label = PARM_LABEL("Target Normal", "targetnormal") WIDTH(1.5);
PARM(float, 3, "targetnormal", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(targetnormal.label)
HSTRETCH;
{ WIDTH(0.1) }
}
targetxaxis.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
targetxaxis.label = PARM_LABEL("Target X Axis", "targetxaxis") WIDTH(1.5);
PARM(float, 3, "targetxaxis", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(targetxaxis.label)
HSTRETCH;
{ WIDTH(0.1) }
}
fetchaxes.join =
{
LAYOUT(horizontal) HSTRETCH JUSTIFY(left, center)
fetchaxes.gad = ROW
{
JUSTIFY(left, center)
{ WIDTH(0.18) }
PARM_BUTTON("fetchaxes", "Fetch Axes")
push VALUE(fetchaxes.val);
{ WIDTH(0.1) }
}
applyaxes.gad = ROW
{
JUSTIFY(left, center)
{ WIDTH(0.18) }
{ }
{ WIDTH(0.1) }
PARM_BUTTON("applyaxes", "Apply Axes")
push VALUE(applyaxes.val);
{ WIDTH(0.1) }
}
}
parmgroup_orientbyaxes.gad =
GROUP simple "Orient by Axes" flat
{
VALUE(parmgroup_orientbyaxes.gad.val) LAYOUT(vertical) HSTRETCH
targetnormal.gad;
targetxaxis.gad;
fetchaxes.join;
}
parmgroup_extras.gad =
GROUP collapsible "Extras" flat
{
VALUE(parmgroup_extras.gad.val) LAYOUT(vertical) HSTRETCH
parmgroup_orientbyaxes.gad;
}
dialog_norm.gad =
{
LAYOUT(vertical) SPACING(0.02) HSTRETCH
gspace.gad;
gcount.gad;
gruler.gad;
origin.gad;
rotation.gad;
rotationorder.gad;
upvector.gad;
lockup.gad;
parmgroup_extras.gad;
}
// dialog.bot.ui
extrastuffstowbar_minimize.val := 1;
dialog = OPENNOTIFIER
{
LAYOUT(vertical) SPACING(0.02) LOOK(bg) VALUE(open.val_) HSTRETCH
{ HEIGHT(1p) LOOK(bg) HSTRETCH }
dialog_norm.gad;
}

View File

@ -0,0 +1,217 @@
// Magic: 9f46d10b
// Automatically generated PSI dialog (PSI version 19.0.720)
// Sat Feb 11 03:57:23 2023
f_tmp = FLOAT_FIELD; // dialog.top.ui
gspace.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
gspace.label = PARM_LABEL("Grid Spacing", "gspace") WIDTH(1.5);
PARM(float, 2, "gspace", none, none, "X,Y")
RANGE(0,1) LABELREF(gspace.label)
HSTRETCH;
{ WIDTH(0.1) }
}
gcount.gad = NULL { }
gruler.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
gruler.label = PARM_LABEL("Grid Ruler", "gruler") WIDTH(1.5);
PARM(integer, 2, "gruler", none, none, "X,Y")
RANGE(0,10) LOCK_RANGE_MIN LABELREF(gruler.label)
HSTRETCH;
{ WIDTH(0.1) }
}
origin.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
origin.label = PARM_LABEL("Origin", "origin") WIDTH(1.5);
PARM(float, 3, "origin", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(origin.label)
HSTRETCH;
{ WIDTH(0.1) }
}
rotation.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
rotation.label = PARM_LABEL("Rotation", "rotation") WIDTH(1.5);
PARM(float, 3, "rotation", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(rotation.label)
HSTRETCH;
{ WIDTH(0.1) }
}
rotationorder.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Rotation Order", "rotationorder") WIDTH(1.5);
{ WIDTH(0.09) }
rotationorder.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
upvector.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
upvector.label = PARM_LABEL("Up-Vector", "upvector") WIDTH(1.5);
PARM(float, 3, "upvector", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(upvector.label)
HSTRETCH;
{ WIDTH(0.1) }
}
lockup.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Lock Up-Vector to:", "lockup") WIDTH(1.5);
{ WIDTH(0.09) }
lockup.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
rulertype.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Ruler Type", "rulertype") WIDTH(1.5);
{ WIDTH(0.09) }
rulertype.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
targetnormal.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
targetnormal.label = PARM_LABEL("Target Normal", "targetnormal") WIDTH(1.5);
PARM(float, 3, "targetnormal", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(targetnormal.label)
HSTRETCH;
{ WIDTH(0.1) }
}
targetxaxis.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
targetxaxis.label = PARM_LABEL("Target X Axis", "targetxaxis") WIDTH(1.5);
PARM(float, 3, "targetxaxis", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(targetxaxis.label)
HSTRETCH;
{ WIDTH(0.1) }
}
fetchaxes.join =
{
LAYOUT(horizontal) HSTRETCH JUSTIFY(left, center)
fetchaxes.gad = ROW
{
JUSTIFY(left, center)
{ WIDTH(0.18) }
PARM_BUTTON("fetchaxes", "Fetch Axes")
push VALUE(fetchaxes.val);
{ WIDTH(0.1) }
}
applyaxes.gad = ROW
{
JUSTIFY(left, center)
{ WIDTH(0.18) }
{ }
{ WIDTH(0.1) }
PARM_BUTTON("applyaxes", "Apply Axes")
push VALUE(applyaxes.val);
{ WIDTH(0.1) }
}
}
parmgroup_orientbyaxes.gad =
GROUP simple "Orient by Axes" flat
{
VALUE(parmgroup_orientbyaxes.gad.val) LAYOUT(vertical) HSTRETCH
targetnormal.gad;
targetxaxis.gad;
fetchaxes.join;
}
parmgroup_extras.gad =
GROUP collapsible "Extras" flat
{
VALUE(parmgroup_extras.gad.val) LAYOUT(vertical) HSTRETCH
parmgroup_orientbyaxes.gad;
}
dialog_norm.gad =
{
LAYOUT(vertical) SPACING(0.02) HSTRETCH
gspace.gad;
gcount.gad;
gruler.gad;
origin.gad;
rotation.gad;
rotationorder.gad;
upvector.gad;
lockup.gad;
rulertype.gad;
parmgroup_extras.gad;
}
// dialog.bot.ui
extrastuffstowbar_minimize.val := 1;
dialog = OPENNOTIFIER
{
LAYOUT(vertical) SPACING(0.02) LOOK(bg) VALUE(open.val_) HSTRETCH
{ HEIGHT(1p) LOOK(bg) HSTRETCH }
dialog_norm.gad;
}

View File

@ -0,0 +1,203 @@
// Magic: e6d36f40
// Automatically generated PSI dialog (PSI version 19.0.720)
// Sat Feb 11 03:58:09 2023
f_tmp = FLOAT_FIELD; // dialog.top.ui
fpnav.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.08) }
PARM_BUTTON("fpnav", "First Person Navigation") toggle VALUE(fpnav.val);
{ HSTRETCH }
{ WIDTH(0.1) }
}
mouselook.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Look Around with Mouse", "mouselook") WIDTH(1.5);
{ WIDTH(0.09) }
mouselook.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
lockvert.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.08) }
PARM_BUTTON("lockvert", "Lock Vertical Movement") toggle VALUE(lockvert.val);
{ HSTRETCH }
{ WIDTH(0.1) }
}
invertmousey.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.08) }
PARM_BUTTON("invertmousey", "Invert Mouse Up/Down") toggle VALUE(invertmousey.val);
{ HSTRETCH }
{ WIDTH(0.1) }
}
keybindings.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Key Bindings", "keybindings") WIDTH(1.5);
{ WIDTH(0.09) }
keybindings.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
movespeed.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
movespeed.label = PARM_LABEL("Movement Speed", "movespeed") WIDTH(1.5);
PARM(float, 1, "movespeed", none, none) RANGE(0.0001,10)
LOCK_RANGE_MIN LABELREF(movespeed.label) HSTRETCH;
{ WIDTH(0.1) }
}
turnrate.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
turnrate.label = PARM_LABEL("Turn Rate", "turnrate") WIDTH(1.5);
PARM(float, 1, "turnrate", none, none) RANGE(0.0001,10)
LOCK_RANGE_MIN LABELREF(turnrate.label) HSTRETCH;
{ WIDTH(0.1) }
}
wheelrate.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
wheelrate.label = PARM_LABEL("Mouse Wheel Sensitivity", "wheelrate") WIDTH(1.5);
PARM(float, 1, "wheelrate", none, none) RANGE(0.0001,10)
LOCK_RANGE_MIN LABELREF(wheelrate.label) HSTRETCH;
{ WIDTH(0.1) }
}
resetspeed.gad = ROW
{
JUSTIFY(left, center)
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.1) }
PARM_BUTTON("resetspeed", "Reset Speed")
push VALUE(resetspeed.val);
{ WIDTH(0.1) }
}
reticle.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
reticle.label = PARM_LABEL("Reticle Intensity", "reticle") WIDTH(1.5);
PARM(float, 1, "reticle", none, none) RANGE(0,1)
LABELREF(reticle.label) HSTRETCH;
{ WIDTH(0.1) }
}
reticlesize.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
reticlesize.label = PARM_LABEL("Reticle Size", "reticlesize") WIDTH(1.5);
PARM(float, 1, "reticlesize", none, none) RANGE(0,2)
LOCK_RANGE_MIN LABELREF(reticlesize.label) HSTRETCH;
{ WIDTH(0.1) }
}
savedefaults.gad = ROW
{
JUSTIFY(left, center)
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.1) }
PARM_BUTTON("savedefaults", "Save as Defaults")
push VALUE(savedefaults.val);
{ WIDTH(0.1) }
}
dialog_norm.gad =
{
LAYOUT(vertical) SPACING(0.02) HSTRETCH
fpnav.gad;
mouselook.gad;
lockvert.gad;
invertmousey.gad;
keybindings.gad;
movespeed.gad;
turnrate.gad;
wheelrate.gad;
resetspeed.gad;
reticle.gad;
reticlesize.gad;
savedefaults.gad;
}
// dialog.bot.ui
extrastuffstowbar_minimize.val := 1;
dialog = OPENNOTIFIER
{
LAYOUT(vertical) SPACING(0.02) LOOK(bg) VALUE(open.val_) HSTRETCH
{ HEIGHT(1p) LOOK(bg) HSTRETCH }
dialog_norm.gad;
}

View File

@ -0,0 +1,132 @@
// Magic: 91513496
// Automatically generated PSI dialog (PSI version 19.0.720)
// Sat Feb 11 03:57:24 2023
f_tmp = FLOAT_FIELD; // dialog.top.ui
camera.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Target Camera", "camera") WIDTH(1.5);
{ WIDTH(0.09) }
camera.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
save.gad = ROW
{
JUSTIFY(left, center)
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.1) }
PARM_BUTTON("save", "Save View to Camera")
push VALUE(save.val);
{ WIDTH(0.1) }
}
keyframes.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.08) }
PARM_BUTTON("keyframes", "Add Keyframes") toggle VALUE(keyframes.val);
{ HSTRETCH }
{ WIDTH(0.1) }
}
channels.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.08) }
PARM_BUTTON("channels", "Add Channels") toggle VALUE(channels.val);
{ HSTRETCH }
{ WIDTH(0.1) }
}
psource.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Source of Pivot", "psource") WIDTH(1.5);
{ WIDTH(0.09) }
psource.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
p.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
p.label = PARM_LABEL("Pivot Point", "p") WIDTH(1.5);
PARM(float, 3, "p", none, none, "X,Y,Z")
RANGE(0,1) LABELREF(p.label)
HSTRETCH;
{ WIDTH(0.1) }
}
pobject.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Pivot Object", "pobject") WIDTH(1.5);
{ WIDTH(0.09) }
pobject.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
dialog_norm.gad =
{
LAYOUT(vertical) SPACING(0.02) HSTRETCH
camera.gad;
save.gad;
keyframes.gad;
channels.gad;
psource.gad;
p.gad;
pobject.gad;
}
// dialog.bot.ui
extrastuffstowbar_minimize.val := 1;
dialog = OPENNOTIFIER
{
LAYOUT(vertical) SPACING(0.02) LOOK(bg) VALUE(open.val_) HSTRETCH
{ HEIGHT(1p) LOOK(bg) HSTRETCH }
dialog_norm.gad;
}

View File

@ -0,0 +1,588 @@
// Magic: 1a171278
// Automatically generated PSI dialog (PSI version 19.0.720)
// Sat Feb 11 03:57:24 2023
f_tmp = FLOAT_FIELD; // dialog.top.ui
style.join =
{
LAYOUT(horizontal) HSTRETCH JUSTIFY(left, center)
style.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center)
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Style", "style") WIDTH(1.5);
{ WIDTH(0.09) }
style.menu;
{ }
{ WIDTH(0.1) }
}
class.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center)
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Class", "class") ;
{ WIDTH(0.09) }
class.menu;
{ }
{ WIDTH(0.1) }
}
}
attrib.gad = ROW
{
HSTRETCH JUSTIFY(left, center)
{ WIDTH(0.18) }
attrib.label = PARM_LABEL("Attribute", "attrib") WIDTH(1.5);
PARM_FIELD(string, "attrib") VALUE(attrib.val)
LABELREF(attrib.label) HSTRETCH;
attrib.menu SIZE(0.26, 0.26) LOOK(menuiconbutton);
{ WIDTH(0.1) }
}
visibility.join =
{
LAYOUT(horizontal) HSTRETCH JUSTIFY(left, center)
visibility.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center)
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE(" Visibility", "visibility") WIDTH(1.5);
{ WIDTH(0.09) }
visibility.menu;
{ }
{ WIDTH(0.1) }
}
decorradius.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
decorradius.label = PARM_LABEL(" Radius", "decorradius") ;
PARM(float, 1, "decorradius", none, none) RANGE(0,1)
LABELREF(decorradius.label) HSTRETCH;
{ WIDTH(0.1) }
}
}
group.gad = ROW
{
HSTRETCH JUSTIFY(left, center)
{ WIDTH(0.18) }
group.label = PARM_LABEL("Group", "group") WIDTH(1.5);
PARM_FIELD(string, "group") VALUE(group.val)
LABELREF(group.label) HSTRETCH;
group.menu SIZE(0.26, 0.26) LOOK(menuiconbutton);
{ WIDTH(0.1) }
}
pointsize.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
pointsize.label = PARM_LABEL("Point Size", "pointsize") WIDTH(1.5);
PARM(float, 1, "pointsize", none, none) RANGE(3,6)
LABELREF(pointsize.label) HSTRETCH;
{ WIDTH(0.1) }
}
lengthscale.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
lengthscale.label = PARM_LABEL("Length Scale", "lengthscale") WIDTH(1.5);
PARM(float, 1, "lengthscale", none, none) RANGE(0,1)
LABELREF(lengthscale.label) HSTRETCH;
{ WIDTH(0.1) }
}
unitlength.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
unitlength.label = PARM_LABEL("Unit Length", "unitlength") WIDTH(1.5);
PARM(float, 1, "unitlength", none, none) RANGE(1.0000000000000001e-05,1)
LOCK_RANGE_MIN LABELREF(unitlength.label) HSTRETCH;
{ WIDTH(0.1) }
}
normalize.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.08) }
PARM_BUTTON("normalize", "Normalize Vectors") toggle VALUE(normalize.val);
{ HSTRETCH }
{ WIDTH(0.1) }
}
arrowheads.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.08) }
PARM_BUTTON("arrowheads", "Show Arrow Tips") toggle VALUE(arrowheads.val);
{ HSTRETCH }
{ WIDTH(0.1) }
}
vectorcoloring.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Coloring", "vectorcoloring") WIDTH(1.5);
{ WIDTH(0.09) }
vectorcoloring.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
colorattrib.gad = ROW
{
HSTRETCH JUSTIFY(left, center)
{ WIDTH(0.18) }
colorattrib.label = PARM_LABEL("Color Attribute", "colorattrib") WIDTH(1.5);
PARM_FIELD(string, "colorattrib") VALUE(colorattrib.val)
LABELREF(colorattrib.label) HSTRETCH;
colorattrib.menu SIZE(0.26, 0.26) LOOK(menuiconbutton);
{ WIDTH(0.1) }
}
ramptype.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Color Mapping", "ramptype") WIDTH(1.5);
{ WIDTH(0.09) }
ramptype.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
colorramp.si_rampedit = COLOR_RAMP VALUE(colorramp.ramp_val)
LAYOUT(horizontal) HSTRETCH;
colorramp.multiramp =
{
LAYOUT(vertical) STRETCH
HMARGIN(0.18, 0.1) NO_MARGIN_SPACING_SCALE
ROW
{
JUSTIFY(left,center) SPACING(0.1) VMARGIN(0.02) HSTRETCH
COL
{
JUSTIFY(right,center) WIDTH(1.5)
LABEL "Point No.";
}
colorramp.pointno.gad
= INT_SLIDER_FIELD VALUE(colorramp.pointno.val) HSTRETCH;
}
}
colorramp.buttons.gad = COL
{
VSTRETCH
ICON_BUTTON_STRIP
{
LAYOUT(horizontal) INITSIZE(20p, 20p)
ACTION_ICONBUTTON "BUTTONS_delete"
HELP("Remove Point") VALUE(colorramp.delpoint.val);
ACTION_ICONBUTTON "BUTTONS_add"
HELP("Add Point") VALUE(colorramp.addpoint.val);
}
{ VSTRETCH }
colorramp.toggleparms.gad
= ACTION_ICONBUTTON "BUTTONS_show_controls"
HELP("Hide Controls", "h.pane.parms.toggle_ramp_parms")
VALUE(colorramp.toggle.val)
LOOKFLAT UI_FLAT_ICON_BTN_SIZE_TINY;
}
colorramp.parm =
{
LAYOUT(vertical) HSTRETCH JUSTIFY(left, center)
colorramp.ramp.gad = ROW
{
MARGIN(0.02) SPACING(0.02) JUSTIFY(left, top) HSTRETCH
colorramp.buttons.gad VSTRETCH;
colorramp.si_rampedit HSTRETCH;
}
}
colorramp.gad =
{
LAYOUT(vertical) MARGIN(2p) HSTRETCH
HMARGIN(0.18, 0.1) NO_MARGIN_SPACING_SCALE
{
LAYOUT(horizontal) HSTRETCH
PARM_LABEL_SIMPLE("Custom Ramp", "colorramp");
{ HSTRETCH }
ACTION_ICONBUTTON "BUTTONS_ramp_flip_x" VALUE(colorramp.reverse.val)
LOOKFLAT HELP("Reverse Domain") UI_FLAT_ICON_BTN_SIZE_SMALL;
ACTION_ICONBUTTON "BUTTONS_ramp_flip_y" VALUE(colorramp.complement.val)
LOOKFLAT HELP("Complement Ramp") UI_FLAT_ICON_BTN_SIZE_SMALL;
colorramp.presets
= ACTION_MENU_ICONBUTTON "BUTTONS_gear"
LOOKFLAT HELP("Presets") UI_FLAT_ICON_BTN_SIZE_SMALL;
}
{
LAYOUT(vertical) MARGIN(2p) SPACING(0.02) HSTRETCH
colorramp.parm;
SWITCHER tight
{
LAYOUT(overlap) VALUE(colorramp.hideparms.val) HSTRETCH
colorramp.multiramp;
{}
}
}
}
rangespec.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Range", "rangespec") WIDTH(1.5);
{ WIDTH(0.09) }
rangespec.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
minscalar.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
minscalar.label = PARM_LABEL("Min", "minscalar") WIDTH(1.5);
PARM(float, 1, "minscalar", none, none) RANGE(0,1)
LABELREF(minscalar.label) HSTRETCH;
{ WIDTH(0.1) }
}
maxscalar.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
maxscalar.label = PARM_LABEL("Max", "maxscalar") WIDTH(1.5);
PARM(float, 1, "maxscalar", none, none) RANGE(0,1)
LABELREF(maxscalar.label) HSTRETCH;
{ WIDTH(0.1) }
}
centerscalar.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
centerscalar.label = PARM_LABEL("Center", "centerscalar") WIDTH(1.5);
PARM(float, 1, "centerscalar", none, none) RANGE(0,1)
LABELREF(centerscalar.label) HSTRETCH;
{ WIDTH(0.1) }
}
widthscalar.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
widthscalar.label = PARM_LABEL("Width", "widthscalar") WIDTH(1.5);
PARM(float, 1, "widthscalar", none, none) RANGE(0,1)
LABELREF(widthscalar.label) HSTRETCH;
{ WIDTH(0.1) }
}
clamptype.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Out Of Range Values", "clamptype") WIDTH(1.5);
{ WIDTH(0.09) }
clamptype.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
treatasscalar.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
{ WIDTH(1.5) }
{ WIDTH(0.08) }
PARM_BUTTON("treatasscalar", "Treat As Scalar") toggle VALUE(treatasscalar.val);
{ HSTRETCH }
{ WIDTH(0.1) }
}
using.join =
{
LAYOUT(horizontal) HSTRETCH JUSTIFY(left, center)
using.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center)
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Using", "using") WIDTH(1.5);
{ WIDTH(0.09) }
using.menu;
{ }
{ WIDTH(0.1) }
}
component.gad =
{
LAYOUT(horizontal) HSTRETCH
{ WIDTH(0.18) }
component.label = PARM_LABEL("", "component") ;
PARM(integer, 1, "component", none, none) RANGE(0,3)
LOCK_RANGE_MIN LABELREF(component.label) HSTRETCH;
{ WIDTH(0.1) }
}
}
refvec.gad = ROW
{
HSTRETCH
{ WIDTH(0.18) }
refvec.label = PARM_LABEL("Reference Vector", "refvec") WIDTH(1.5);
PARM(float, 3, "refvec", none, none, "#1,#2,#3")
RANGE(0,1) LABELREF(refvec.label)
HSTRETCH;
{ WIDTH(0.1) }
}
markercolor.gad =
{
LAYOUT (horizontal) HSTRETCH
{ WIDTH(0.18) }
markercolor.label = PARM_LABEL("Marker Color", "markercolor") WIDTH(1.5);
PARM(float, 4, "markercolor", none, COLOR, "R,G,B,A")
LABELREF(markercolor.label) HSTRETCH;
{ WIDTH(0.1) }
}
trail.gad =
{
LAYOUT (horizontal) HSTRETCH
{ WIDTH(0.18) }
trail.label = PARM_LABEL("Trail Color", "trail") WIDTH(1.5);
PARM(float, 4, "trail", none, COLOR, "R,G,B,A")
LABELREF(trail.label) HSTRETCH;
{ WIDTH(0.1) }
}
textcolor.gad =
{
LAYOUT (horizontal) HSTRETCH
{ WIDTH(0.18) }
textcolor.label = PARM_LABEL("Text Color", "textcolor") WIDTH(1.5);
PARM(float, 3, "textcolor", none, COLOR, "R,G,B")
LABELREF(textcolor.label) HSTRETCH;
{ WIDTH(0.1) }
}
fontsize.gad =
{
LAYOUT(horizontal) JUSTIFY(left, center) HSTRETCH
{ WIDTH(0.18) }
PARM_LABEL_SIMPLE("Font Size", "fontsize") WIDTH(1.5);
{ WIDTH(0.09) }
fontsize.menu;
{ HSTRETCH }
{ WIDTH(0.1) }
}
xcolor.gad =
{
LAYOUT (horizontal) HSTRETCH
{ WIDTH(0.18) }
xcolor.label = PARM_LABEL("X Color", "xcolor") WIDTH(1.5);
PARM(float, 4, "xcolor", none, COLOR, "R,G,B,A")
LABELREF(xcolor.label) HSTRETCH;
{ WIDTH(0.1) }
}
ycolor.gad =
{
LAYOUT (horizontal) HSTRETCH
{ WIDTH(0.18) }
ycolor.label = PARM_LABEL("Y Color", "ycolor") WIDTH(1.5);
PARM(float, 4, "ycolor", none, COLOR, "R,G,B,A")
LABELREF(ycolor.label) HSTRETCH;
{ WIDTH(0.1) }
}
zcolor.gad =
{
LAYOUT (horizontal) HSTRETCH
{ WIDTH(0.18) }
zcolor.label = PARM_LABEL("Z Color", "zcolor") WIDTH(1.5);
PARM(float, 4, "zcolor", none, COLOR, "R,G,B,A")
LABELREF(zcolor.label) HSTRETCH;
{ WIDTH(0.1) }
}
dialog_norm.gad =
{
LAYOUT(vertical) SPACING(0.02) HSTRETCH
style.join;
attrib.gad;
visibility.join;
group.gad;
pointsize.gad;
lengthscale.gad;
unitlength.gad;
normalize.gad;
arrowheads.gad;
vectorcoloring.gad;
colorattrib.gad;
ramptype.gad;
colorramp.gad;
rangespec.gad;
minscalar.gad;
maxscalar.gad;
centerscalar.gad;
widthscalar.gad;
clamptype.gad;
treatasscalar.gad;
using.join;
refvec.gad;
markercolor.gad;
trail.gad;
textcolor.gad;
fontsize.gad;
xcolor.gad;
ycolor.gad;
zcolor.gad;
}
// dialog.bot.ui
extrastuffstowbar_minimize.val := 1;
dialog = OPENNOTIFIER
{
LAYOUT(vertical) SPACING(0.02) LOOK(bg) VALUE(open.val_) HSTRETCH
{ HEIGHT(1p) LOOK(bg) HSTRETCH }
dialog_norm.gad;
}

View File

@ -0,0 +1,15 @@
OTL
{
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibMuscle.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibMocap.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibLop.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibLegacyAutoRig.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibExamples.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibDriver.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibDop.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibCop2.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibChop.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/OPlibAutoRigs.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/houdini/otls/MaterialX.hda
C:/O/O_ERAWTFOS_O_SOFTWARE_O/O_SMARGORP_O_PROGRAMS_O/O_AIDIV_O_VIDIA_O/O_D3_O_3D_O/O_INIDUOH_O_HOUDINI_O/O_027_0_91_O_19_0_720_O/packages/kinefx/otls/OPlibKineFX.hda
}

View File

@ -0,0 +1,53 @@
alphaname.val := "A";
cache.inactive.reduce := 1;
cache.inactive.size := 256;
cache.maxresx := 10000;
cache.maxresy := 10000;
cache.size := 256;
cache.useperformance := 1;
cineon.convert := 1;
cineon.gamma := 0.600000024;
cineon.iwhite := 95;
cineon.lutfile := "";
cineon.white := 685;
color.enable := 1;
colorname.val := "C";
cook.collapsible := 1;
cook.cookonstart := 1;
cook.fastminxres := 1280;
cook.fastminyres := 1280;
cook.imageupdatestyle := 1;
cook.interactivefraction := 4;
cook.multithreaded := 1;
cook.numthreads := 2;
cook.progress := 2;
cook.usefastinteractive := 1;
cook.usefastonslowonly := 1;
cook.usegpu := 0;
depthname.val := "Pz";
generator.b := 0.600000024;
generator.enable := 1;
generator.g := 0.699999988;
generator.r := 0.5;
lumname.val := "L";
maskname.val := "M";
normalname.val := "N";
pixel.b := 0.699999988;
pixel.enable := 1;
pixel.g := 0.600000024;
pixel.r := 0.5;
pointname.val := "P";
selector.newviewforgens := 0;
selector.nogeninputs := 0;
selector.nooptional := 0;
selector.placecurrent := 0;
tile.sizeX := 320;
tile.sizeY := 320;
timing.b := 0.5;
timing.enable := 1;
timing.g := 0.699999988;
timing.r := 0.699999988;
vex.b := 0.699999988;
vex.enable := 1;
vex.g := 0.5;
vex.r := 0.699999988;

View File

@ -0,0 +1,155 @@
allowadaptivesubd.val := 1;
altkeyviewcontrols.val := 1;
alwayscommitparm.val := 0;
anim.addedfunc.val := "";
anim.autofunc.val := 1;
anim.autokeytuples.val := 0;
anim.autoslope.val := 2;
anim.autoupdatechannels.val := 1;
anim.firstfunc.val := "bezier()";
anim.followscopedchannelreferences.val := 1;
anim.holdlastkey.val := 0;
anim.includeanim.val := 0;
anim.includechild.val := 0;
anim.includeconstraints.val := 0;
anim.keepchannelselection.val := 0;
anim.nopendingkey.val := 1;
anim.rotationfunc.val := "bezier()";
anim.setautoscope.val := 1;
anim.setfirstkey.val := "";
anim.setkey.val := 1;
anim.slope.val := 0;
anim.underlinescoped.val := 1;
anim.underlinescopedcolor.val := 1;
autohighlight.val := 1;
autosaveinterval.val := 1;
autosetviewpivotonselection.val := 0;
chops.deftimeslice.val := 0;
chops.maxtimeslice.val := 60;
chops.mincooks.val := 0;
cop.cineonlut.val := "";
defaulthoming.val := 0;
delayinactiveviewports.val := 0;
directeddollydefault.val := 1;
exttools.filecompare.options := "";
exttools.filecompare.path := "";
exttools.foldercompare.options := "";
exttools.foldercompare.path := "";
general.audionotification_errors.val := 0;
general.audionotification_messages.val := 0;
general.audionotification_questions.val := 0;
general.audionotification_warnings.val := 0;
general.coppreview.val := 1;
general.desk.val := "Build";
general.filebrowserimages.val := 0;
general.lefthandmenus.val := 0;
general.lod.val := 2;
general.newfilesavesceneformat.val := 0;
general.panecoloring.val := 0;
general.voppreview.val := 0;
handles.axistoorienttonormal.val := "Up";
handles.colorxform.val := 1;
handles.defaultgimbal.val := 0;
handles.defaultworldalign.val := 4;
handles.defaultxformglobal.val := 0;
handles.extendedaxes.val := 0;
handles.hidelockedparts.val := 1;
handles.indirectdrag.val := 1;
handles.indirectdragprefertranslateoverrotate.val := 1;
handles.indirectdragprefertranslateoverscale.val := 0;
handles.indirectdragprefertranslateovervrotate.val := 0;
handles.indirectdragspidermethod.val := 1;
handles.indirectdragtranslatemethod.val := 1;
handles.keepalign.val := 1;
handles.openchanneleditor.val := 0;
handles.pickdistance.val := 5;
handles.planartranslatetargets.val := 1;
handles.scale.val := 0.200000003;
handles.scalehandlestyle.val := 1;
handles.scope.val := 2;
handles.translateinside.val := 0;
handles.translateinsideobscuresbackaxes.val := 0;
handles.tumbleinside.val := 1;
handles.useviewdirtohiderotaterings.val := 0;
handles.viewaxisrotatering.val := 1;
instantiateinstalledassets.val := 1;
keepfloatwindowsontop.val := 0;
loadwarndeprecatedops.val := 0;
locatecomponents.val := 1;
misc.destructive_revert.val := 0;
misc.externalhelpurl.val := "";
misc.helpaddress.val := "0.0.0.0";
misc.helpuseipv6.val := 0;
misc.make_spare_parms.val := 1;
misc.parmdel_warnings.val := 0;
misc.revert_invisible.val := 1;
misc.useexternalhelp.val := 0;
notify.echohotkey := 1;
notify.errors.location := 0;
notify.helptip.location := 0;
notify.timelimit.duration := 5;
notify.timelimit.enable := 1;
objcache.memory.val := "Always";
objcache.memorylimit.val := 153600;
objects.folderflipping.val := 1;
objects.highlight.val := 1;
objects.keepPos.val := 2;
objects.keepPosMoving.val := 2;
objects.kinoverride.val := 0;
objects.linkchanneleditor.val := 1;
objects.linkchopviewer.val := 0;
objects.openchanneleditor.val := 1;
objects.overwriteanim.val := 0;
objects.pickingmenu.val := 0;
objects.selectsubnet.val := 0;
offsetzoomdefault.val := 1;
oldtumble.val := 3;
orientation.val := "Y Up";
parmdialog.embedviseditor.val := 1;
perfmon.rampprefs.val := "0 0.45 0.82 0.08 1 0 0.4 0.9 0.45 0 1 0 0.75 0.8 0 0 1 0 ";
pl.pathbehaviour.val := 0;
pl.showAll.val := 0;
pl.showHidden.val := 0;
render.activerenderers.val := "Mantra";
render.showallrops.val := 1;
saveviewcmds.val := 2;
scripting.exprlanguage := "hscript";
scrollstyle.val := 0;
selector.areaselvisible.val := 0;
selector.fullloops.val := 0;
selector.geopickdistance.val := 5;
selector.useexisting.val := 1;
setpivottumbledefault.val := 1;
showmenu.val := 1;
smoothlines.val := 1;
sopcache.level.val := 1;
sopcache.memory.val := "Never";
sopcache.memorylimit.val := 1024;
sopcache.unload.val := "Flag";
sopstates.exportcookselectiontype.val := 0;
states.bones.autoenablecplane.val := 0;
states.curve.autoenablecplane.val := 0;
states.hudstatepersistent.val := 0;
states.objcurve.autoenablecplane.val := 0;
states.path.autoenablecplane.val := 0;
take.autoincludeassets.val := 0;
tiles.perfstats.val := 1;
tools.createincontext.val := 0;
tools.maxhistory.val := 6;
tools.opnamespacefilter.val := 1;
tools.secure.val := 1;
tools.sopviewmode.val := 1;
trees.displayiconsbydefault.val := 1;
ui.editor.linenumbers := 1;
ui.editor.paren := 1;
ui.editor.syntax := 1;
ui.editor.toolbar := 1;
ui.parm.external := 0;
ui.parm.help := 1;
ui.parm.paren := 1;
ui.parm.syntax := 1;
ui.textport.help := 1;
ui.textport.paren := 1;
ui.textport.syntax := 1;
undomemlimit.val := 102400;
wiretoggle.val := "Wireframe Ghost";

View File

@ -0,0 +1,111 @@
networkeditor.TopInOutColorTag_0 := "";
networkeditor.TopInOutColorTag_1 := "";
networkeditor.TopInOutColorTag_10 := "";
networkeditor.TopInOutColorTag_11 := "";
networkeditor.TopInOutColorTag_12 := "";
networkeditor.TopInOutColorTag_13 := "";
networkeditor.TopInOutColorTag_14 := "";
networkeditor.TopInOutColorTag_15 := "";
networkeditor.TopInOutColorTag_16 := "";
networkeditor.TopInOutColorTag_17 := "";
networkeditor.TopInOutColorTag_18 := "";
networkeditor.TopInOutColorTag_19 := "";
networkeditor.TopInOutColorTag_2 := "";
networkeditor.TopInOutColorTag_3 := "";
networkeditor.TopInOutColorTag_4 := "";
networkeditor.TopInOutColorTag_5 := "";
networkeditor.TopInOutColorTag_6 := "";
networkeditor.TopInOutColorTag_7 := "";
networkeditor.TopInOutColorTag_8 := "";
networkeditor.TopInOutColorTag_9 := "";
networkeditor.TopInOutColor_0 := "";
networkeditor.TopInOutColor_1 := "";
networkeditor.TopInOutColor_10 := "";
networkeditor.TopInOutColor_11 := "";
networkeditor.TopInOutColor_12 := "";
networkeditor.TopInOutColor_13 := "";
networkeditor.TopInOutColor_14 := "";
networkeditor.TopInOutColor_15 := "";
networkeditor.TopInOutColor_16 := "";
networkeditor.TopInOutColor_17 := "";
networkeditor.TopInOutColor_18 := "";
networkeditor.TopInOutColor_19 := "";
networkeditor.TopInOutColor_2 := "";
networkeditor.TopInOutColor_3 := "";
networkeditor.TopInOutColor_4 := "";
networkeditor.TopInOutColor_5 := "";
networkeditor.TopInOutColor_6 := "";
networkeditor.TopInOutColor_7 := "";
networkeditor.TopInOutColor_8 := "";
networkeditor.TopInOutColor_9 := "";
networkeditor.allowdiveintohdas := 1;
networkeditor.allowdroponwire := 1;
networkeditor.autoscroll := 1;
networkeditor.badge64bit := "normal";
networkeditor.badgeLoadFromDisk := "large";
networkeditor.badgeNodeDiveable := "normal";
networkeditor.badgechilderror := "large";
networkeditor.badgecomment := "normal";
networkeditor.badgeconstraints := "normal";
networkeditor.badgedynamictop := "normal";
networkeditor.badgeerror := "large";
networkeditor.badgehastakedata := "hide";
networkeditor.badgehdalocked := "normal";
networkeditor.badgehdaunlocked := "normal";
networkeditor.badgekinematics := "hide";
networkeditor.badgelopdebug := "normal";
networkeditor.badgeloppopulationmask := "normal";
networkeditor.badgelopunloadedpayloads := "normal";
networkeditor.badgemessage := "normal";
networkeditor.badgeneedscook := "hide";
networkeditor.badgenodehasdata := "hide";
networkeditor.badgenodelocked := "normal";
networkeditor.badgenodeunload := "normal";
networkeditor.badgenotcompilable := "hide";
networkeditor.badgetimedep := "normal";
networkeditor.badgevexcache := "normal";
networkeditor.badgewarning := "normal";
networkeditor.connectorsnapradius := 0.700000;
networkeditor.copypathstoclipboard := 1;
networkeditor.dimunusednodes := 0;
networkeditor.distancefordrag := 0.050000;
networkeditor.doautomovenodes := 1;
networkeditor.dosnapping := 1;
networkeditor.flagsallowpreselect := 1;
networkeditor.gridsnapping := 1;
networkeditor.maxflyoutscale := 10000.000000;
networkeditor.maxnameheight := 0.000000;
networkeditor.maxnamewidth := 10000.000000;
networkeditor.maxtaskgraphrows := 20;
networkeditor.maxworkitemsperrow := 10;
networkeditor.minnameheight := 0.000000;
networkeditor.shakesensitivity := 1.000000;
networkeditor.showanimations := 1;
networkeditor.showcancelledworkitems := 1;
networkeditor.showcookedworkitems := 1;
networkeditor.showcookingworkitems := 1;
networkeditor.showdirtyworkitems := 1;
networkeditor.showfailedworkitems := 1;
networkeditor.showloplayercolor := 1;
networkeditor.shownodeshapes := 1;
networkeditor.shownodetypes := 1;
networkeditor.showpartitionworkitems := 1;
networkeditor.showpreviews := 1;
networkeditor.showprompttext := 1;
networkeditor.showsimpleshape := 0;
networkeditor.showstackedlook := 1;
networkeditor.showstaticworkitems := 1;
networkeditor.showtaskgraph := 1;
networkeditor.showvopinoutlabels := 0;
networkeditor.snapradius := 0.100000;
networkeditor.solohighlightedworkitems := 0;
networkeditor.taskgraphlimitrows := 1;
networkeditor.textbadgecomment := "truncated";
networkeditor.textbadgecontextoptiondeps := "selected_full";
networkeditor.textbadgedescriptiveparm := "truncated";
networkeditor.textbadgedetailid := "hide";
networkeditor.textbadgelayercount := "truncated";
networkeditor.textbadgeloplastmodifiedprim := "truncated";
networkeditor.textbadgeoutputforview := "truncated";
networkeditor.transientinfo := 1;
networkeditor.wirefadefactor := 1.000000;

View File

@ -0,0 +1,16 @@
allowviewportonlypayloads := 1;
autosetassetresolvercontext := 0;
defaultcamerasprimpath := "/cameras";
defaultcollectionsprimpath := "/collections";
defaultcollectionsprimtype := "";
defaultlightsprimpath := "/lights";
defaultmetersperunit := 0;
defaultnewprimpath := "/$OS";
defaulttransformsuffix := "$OS";
defaultupaxis := "";
loadpayloadsbydefault := 1;
panesfollowcurrentnode := 1;
panesshowpostlayers := 1;
panesshowviewportstage := 0;
showresolvedpaths := 0;
usesimplifiedlinkerui := 0;