Home   |   Store   |   General   |   Modeling   |   Texturing   |   Rendering   |   Animation   |   Presets   |   Benchmark   |   Tutorials   |   Links   |   MonkeyAlerts
Friday, May 16 / 2008

General Scripts

Interface

Viewport

Icons

File I/O

Config File Maintenance

Various

Vertexmonkey / Widgets & Gadgets



Scripts that change the users interaction with the viewports in modo.

cycleView_v1.0.zip 2007.02.21
2 kb
This script simply cycles the active window through various views that you define. Currently this is defined as: top, front, right, perspective. I use this so I never need to leave the ‘Model Single’ window.

A special thanks to Seneca Menard and Gabe Farris…. without them I couldn’t have Frankenstein-ed this thing together. Thanks guys…
Clay Hoffman n/a
modo 202

viewportDisplayToggles_v1.15.zip 2006.11.06
2 kb
This script merges together all the different viewport toggle/fade scripts from Modo1 and is improved a bit.
- toggle WireFrame (on/off); fade Wireframe opacity (in/out)
- toggle WireFrame Color (wire/color wire)
- toggle Verts (on/off); shrink/expand Vert Size (up/down)
- toggle All (verts, wireframe, selection)
- toggle Grid (on/off)
- toggle Viewport Shading (whatever you were in to wireframe and back)
- toggle Weightmap Display (whatever you were in to Vmap and back)
- toggle Background Shading (solid/wire)
- toggle Tool Handles (on/off, and also per-tool but must use cvar for that)
- toggle BackFace Selection (on/off)
Seneca Menard Link
modo 202

av_smartWireToggle_v1.3.zip 2006.08.08
2 kb
Toggles wireframe between coloured and none for the 3D vieport that the mouse is currently hovering over without selecting that viewport. However, it will select the 3D viewport uder the mouse location if none are already selected.

 

Neil Hayes Link
modo 202

flatPerspective_v1.01.zip 2005.08.21
2 kb
This script will let perspective-view toggle to flat, like orthogonal-view.
And remember current flatness value, to recall again.

In this making, I was helped by seneca's technique of "WORKPLANE RESET-RESTORE".
That's nice script. Thanks seneca. :)

er_9 n/a
modo 103

viewport_vertSizeToggle.zip 2005.08.21
2 kb
This script is to expand or shrink the display size of verts

- This script shrinks the vert display by default
- To expand the vert display, run the script with "expand" appended
- example: @{C:\Program Files\Luxology\modo\senescripts\viewport_vertSizeToggle.pl} expand
Seneca Menard Link
modo 103

DLI_CageGuideToggle_v1.6.zip 2005.06.06
2 kb
dliCageGuideToggle.pl will simply toggle the display of both cages and guides on or off. If either cages or guides are on, they will both be turned off. If both are off, they will both be turned on.

v1.5 Update - will no longer generate errors if executed when over a non-model viewport.
v1.6 Update - has been updated to use "eq" the string equality operator instead of "==" the numeric equality operator.
Michael Scaramozzino Link
modo 103

DLI_3DViewCmd_v1.1.zip 2005.06.06
2 kb
DLI_3DViewCmd.pl is a simple fix for modo's built-in "Viewport Command" macro.

This Perl wrapper script enables you to bind any 3dView commands to keystrokes in a way that will auto-select the viewport under the cursor (like the Viewport Command macro) and then verify that it is indeed a 3dView before invoking the 3dView command which is passed as an argument (unlike the Viewport Command macro which generates "No 3dView selected" errors). Installation instructions are included at the top of the script.

v1.1 Update - has been updated to use "eq" the string equality operator instead of "==" the numeric equality operator.
Michael Scaramozzino Link
modo 103

viewportGridToggle_v1.1.zip 2005.06.03
2 kb
This script is to toggle the display of both the grid and workplane. It's nice because they sometimes graphically get in the way.

v1.1 - you don't have to click on the viewport in the window to activate it anymore
Seneca Menard Link
modo 103

bgroundShadeToggle_v1.1.zip 2005.06.03
2 kb
This script is to toggle the background display between WIREFRAME and SOLID.

v1.1 - you don't have to click on the viewport in the window to activate it anymore
Seneca Menard Link
modo 103

wireframeColorToggle_v1.1.zip 2005.06.03
2 kb
This script toggles the wireframe display between black and white.

v1.1 - you don't have to click on the viewport in the window to activate it anymore

Seneca Menard Link
modo 103

wireframeFadeIn_v1.1.zip    wireframeFadeOut_v1.1.zip 2005.06.03
2 kb
wireframeFadeIn.pl will fade in the wireframe's display.

wireframeFadeOut.pl will fade out the wireframe's display.

v1.1 - you don't have to click on the viewport in the window to activate it anymore
Seneca Menard Link
modo 103

wireframeToggle_v1.4.zip 2005.06.03
2 kb
This script toggles the wireframe display on and off. It now remembers the color of the wireframe. This script is now built to work with viewportToggleVertDisplay.pl. So this script does or does not draw verts depending on what that other script tells it to do.

v1.4 - you don't have to click on the viewport in the window to activate it anymore

Seneca Menard Link
modo 103

viewportToggleVertDisplay_v1.1.zip 2005.06.03
2 kb
This script is to toggle the display of Verts. It's also built to work with the wireframeToggle.pl script.

So if you've told MODO to not display verts, from then on every time you run wireframetoggle.pl, it will know whether or not to display the verts.

v1.1 - you don't have to click on the viewport in the window to activate it anymore
Seneca Menard Link
modo 103

viewportToggleWeighting_v1.1.zip 2005.06.03
2 kb
This script is to toggle the display between "TEXTURE" and "VERTEX MAP".

v1.1 - you don't have to click on the viewport in the window to activate it anymore
Seneca Menard Link
modo 103

awSelectionToggle.zip 2005.03.25
2 kb
This script toggles selections on and off. Great for bevels and other adjustments where the selection can get in the way. Thanks to seneca and Tan Joo Lee for the code.
Steve McRae Link
modo 103

rigleyGooch.zip 2005.02.7
2 kb
This is a alternative or replacement for the Gooch shader that ships with modo. If you want to try you can this make sure to do a backup of your original file, so you can restore it if you don't like the new. The file is located in the modo / resrc directory.
Rigler Daniel Link
modo 103

toggleGooch.zip 2005.02.7
2 kb
This script simply toggles between Shaded and Gooch Shaded mode.

I've mapped it to a key, because I usually toggle a lot between these two modes.
It applies the change to the viewport under the cursor. <- Thanks to er 9 and Tan Joo Lee :)
Rigler Daniel Link
modo 103

toggleWire_v1.04.zip 2005.02.5
2 kb
This script will let wire toggle keeping each setting of wire visibility by configuration you can edit.
For example: Wireframe, Solid and Vertex map keep "uniform". And, other shading styles keep "coloerd".

[Update]: v1.04 is including viewport preselection function (a little arrangement of Tan Joo Ree's method).
er_9 n/a
modo 103




Copyright © 2004 - 2008 VertexMonkey.com - Please read our Terms of Service for the use of this website.
Luxology, modo and the modo logo are registered trademarks of Luxology, LLC.
VertexMonkey.com is privately owned and is not affiliated with modo, Luxology or any of its partners.