Skip to content

Instantly share code, notes, and snippets.

# python
#
# Author: Jeff LeRoy (extol) www.leroyfx.com
#
# Ex_Turbo_Split.py v1.2
#
#------------------------------------------------------------------------------------------------
#--TO_USE-----------------------------------------------------------------------------------------
#
# This will connect a selection of verticies to a target vert. It will run throught the list of
# python
#
# Author: Jeff LeRoy (extol) www.leroyfx.com
#
# Ex_SaveRestoreSelections.py v1.0
#
#------------------------------------------------------------------------------------------------
#------------------------------------------------------------------------------------------------
# This is a exercise I did to understand how to save and restore the current selection
# in modo. So if you have a element selected it will save that selection, then a dialog will open
# python
#
# Author: Jeff LeRoy (extol) www.leroyfx.com
#
# Ex_PrintPosOfSelectedVerts.py v1.0
#
#------------------------------------------------------------------------------------------------
#------------------------------------------------------------------------------------------------
# This is a exercise I did to understand working on a mesh when multiple mesh layers are selected.
# If you have vertices selected it will print the xyz position of every vertex. If you have multiple
# python
#
# Author: Jeff LeRoy (extol) www.leroyfx.com
#
# Ex_Select_Connected_Weighted.py v1.2
#
#------------------------------------------------------------------------------------------------
#--TO_USE-----------------------------------------------------------------------------------------
#
# To use this script select one edge that has an edge weight then run the script. It will select
# python
#
# Author: Jeff LeRoy (extol) www.leroyfx.com
#
# Ex_Wireframe_Toggle.py v1.1
#
#------------------------------------------------------------------------------------------------
#------------------------------------------------------------------------------------------------
# TO DO
#------------------------------------------------------------------------------------------------
@Jeff-LeRoy
Jeff-LeRoy / Ex_Clear_Vert_Weights.py
Last active August 29, 2015 14:04
Ex_Clear_Vert_Weights.py
# python
#
# Author: Jeff LeRoy (extol) www.leroyfx.com
#
# Ex_Clear_Vert_Weights.py v1.1
#
#------------------------------------------------------------------------------------------------
#--TO_DO-----------------------------------------------------------------------------------------
#
#------------------------------------------------------------------------------------------------
# python
#
# Author: Jeff LeRoy (extol) www.leroyfx.com
#
# Ex_Select_Visible_Meshes.py v1.3
#
#------------------------------------------------------------------------------------------------
#--TO_USE-----------------------------------------------------------------------------------------
#
# The purpose of this mesh is to select the visible meshes in the scene (main or bg). if you use
# python
# Author: Jeff LeRoy (extol) www.leroyfx.com
# Ex_Quick_Connect.py
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
#TO-DO / BUGS
#-------------------------------------------------------------------------------
#Still need to handle error close