View etr_pasteOnSplinesEnd.py
#python | |
# ---------------------------------------------------------------------------------------------- | |
# NAME: etr_pasteOnSplinesEnd.py | |
# VERS: 1.0 | |
# DATE: July 19, 2014 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# Thanks to James O'Hare aka Farfarer, Arnie Cachelin and er_9 for your help! :-) | |
# |
View query_layerservice_modo701.xml
<!-- LAYERSERVICE --> | |
query layerservice "" ? | |
query layerservice layers | |
query layerservice layer_groups | |
query layerservice layer_lists | |
query layerservice layer_elements | |
query layerservice layer | |
query layerservice layer.N | |
query layerservice layer.name |
View query_sceneservice_modo701.xml
<!-- SCENESERVICE --> | |
query sceneservice "" ? | |
query sceneservice scene | |
query sceneservice types | |
query sceneservice isType | |
query sceneservice selection | |
query sceneservice selection ? all |
View etr_pasteOnElements.py
#python | |
# --------------------------------------------------------------------------------------------------- | |
# NAME: etr_pasteOnElements.py | |
# VERS: 1.0 | |
# DATE: July 19, 2014 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: To paste and orient geometry on a bunch of selected COMPONENTS (Vert, Edges, Polys) or ITEMS |
View etr_sliceToSquares.py
#python | |
#-------------------------------------------------------------------------------------- | |
# NAME: etr_sliceToSquares.py | |
# VERS: 1.1 | |
# DATE: August 11, 2013 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: This script will divide an edge on a mesh (like a vertical edge in a cylinder) |
View etr_usefulCoordsFunctions.py
#python | |
# ---------------------------------------------------------------------------------------------------------------------- | |
# NAME: etr_usefulCoordsFunctions.py | |
# VERS: Version 1.1 | |
# DATE: October 29, 2014 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: Useful functions to manage coordinates. Some things are for MODO, but others are absolutely common to any app |
View services_commands_modo701.xml
<!-- commandservice --> | |
query commandservice commands ? | |
action.import | |
actor.load | |
actor.mapLoad | |
actor.mapSave | |
anim.autoKey | |
anim.compensation | |
anim.linkKeys |
View etr_fixHandlesFromCamera.py
#python | |
# ------------------------------------------------------------------------------------------------ | |
# NAME: etr_fixHandlesFromCamera.py | |
# VERS: 1.0 | |
# DATE: December, 27 - 2016 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: This is hack to solve the problem when your handles for Move, Scale, Rotate, |
View etr_xraymat_toggle.py
#python | |
#---------------------------------------------------------------------------------------------------------------- | |
# NAME: etr_xraymat_toggle.py | |
# VERS: beta4 | |
# DATE: March 11, 2014 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: To toggle between normal Shading Styles and a 'XRay-hacked' one. |
View etr_slipUValert.py
#python | |
# ------------------------------------------------------------------------------------------------------ | |
# NAME: etr_slipUValert.py | |
# VERS: 1.0 | |
# DATE: May 27, 2014 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: This is a dirty hack to help with Slip UVs detection. |
OlderNewer