View etr_match_posrot_smart.py
#python | |
# --------------------------------------------------------------------------------------------------- | |
# NAME: etr_match_posrot_smart.py | |
# VERS: 1.0 | |
# DATE: August 18, 2020 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: To move and rotate a source mesh item to match another target mesh item |
View etr_distanceCalculatorPro.py
#python | |
# ------------------------------------------------------------------------------------------------ | |
# NAME: etr_distanceCalculatorPro.py | |
# VERS: 1.1.2 | |
# DATE: August 12, 2020 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# With snippets kindly shared by Shawn Frueh, shawnfrueh.com/me/ and also 'robberyman' | |
# |
View etr_super_getSelectedVerts_position.py
#python | |
# ------------------------------------------------------------------------------------------------ | |
# NAME: etr_super_getSelectedVerts_position.py | |
# VERS: 1.0 | |
# DATE: August 11, 2020 | |
# | |
# MADE: Made by Shawn Frueh, shawnfrueh.com/me/ | |
# Shared by Cristobal Vila, etereaestudios.com | |
# ------------------------------------------------------------------------------------------------ |
View etr_super_edgeLength_calculator.py
#python | |
# ------------------------------------------------------------------------------------------------ | |
# NAME: etr_super_edgeLength_calculator.py | |
# VERS: 1.0 | |
# DATE: August 11, 2020 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com, with snippets kindly shared by | |
# Shawn Frueh, shawnfrueh.com/me/ and also 'robberyman' | |
# ------------------------------------------------------------------------------------------------ |
View etr_distanceCalculator.py
#python | |
# ------------------------------------------------------------------------------------------------ | |
# NAME: etr_distanceCalculator.py | |
# VERS: 2.2.1 | |
# DATE: August 12, 2020 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: Script to calculate distances from selected verts/edges/polygons/items |
View etr_move_nudge_xyz.py
#python | |
# --------------------------------------------------------------------------------- | |
# NAME: etr_move_nudge_xyz.py | |
# VERS: 1.4 | |
# DATE: August 5, 2020 | |
# | |
# MADE: Cristobal Vila, etereaestudios.com | |
# | |
# USES: To move nudge (and duplicate, optionally) fixed amounts along XYZ axis |
View Scripts_COFFEE.java
//--------------------------------------------------------------------------------------------------------- | |
// REALLY SIMPLE SCRIPTS WITH ONLY 2-3 LINES. This has to be easy to convert to Python (I hope...) | |
//--------------------------------------------------------------------------------------------------------- | |
// Duplicate.CSC | |
CallCommand(100004820); | |
CallCommand(100004821); |
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_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 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. |
NewerOlder