View Ex_Quick_Connect.py
# python | |
# Author: Jeff LeRoy (extol) www.leroyfx.com | |
# Ex_Quick_Connect.py | |
#------------------------------------------------------------------------------- | |
#------------------------------------------------------------------------------- | |
#TO-DO / BUGS | |
#------------------------------------------------------------------------------- | |
#Still need to handle error close |
View Ex_Select_Visible_Meshes.py
# 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 |
View Ex_Clear_Vert_Weights.py
# python | |
# | |
# Author: Jeff LeRoy (extol) www.leroyfx.com | |
# | |
# Ex_Clear_Vert_Weights.py v1.1 | |
# | |
#------------------------------------------------------------------------------------------------ | |
#--TO_DO----------------------------------------------------------------------------------------- | |
# | |
#------------------------------------------------------------------------------------------------ |
View Ex_Wireframe_Toggle.py
# python | |
# | |
# Author: Jeff LeRoy (extol) www.leroyfx.com | |
# | |
# Ex_Wireframe_Toggle.py v1.1 | |
# | |
#------------------------------------------------------------------------------------------------ | |
#------------------------------------------------------------------------------------------------ | |
# TO DO | |
#------------------------------------------------------------------------------------------------ |
View Ex_Select_Connected_Weighted.py
# 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 |
View Ex_PrintPosOfSelectedVerts.py
# 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 |
View Ex_SaveRestoreSelections.py
# 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 |
View Ex_Turbo_Split.py
# 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 |