Skip to content

Instantly share code, notes, and snippets.

@nathanielanozie
nathanielanozie / na_addRefImage.py
Created October 5, 2014 04:05
automatically bring in a reference image into maya
#automatically bring in a reference image into maya
#
#@author Nathaniel Anozie
#
##
#@note inspired by Ricardo Viana (mayapy dot wordpress dot com) tutorials on shading groups
#@note inspired by Brian Ewert (xyz2 dot net) tutorials on texutres and materials
#@note inspire by Will Zhou's online tutorials on Open Maya and MImage (python inside maya, googe groups)
#@note inspired by Autodesk (Autodesk.com) online tutorials on MImage api
@nathanielanozie
nathanielanozie / na_camRig.py
Created October 5, 2014 04:02
makes a simple camera rig that can be used for deep or flat space shots
##@file na_camRig.py
#makes a simple camera rig that can be used for deep or flat space shots
##
##
#@author Nathaniel Anozie
#ogbonnawork at gmail.com
#Modify at your own risk
##