├── LICENSE ├── README.md ├── maya_array └── maya_array.h ├── maya_iteration └── maya_array_range.h └── maya_templates └── maya_stl.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottenglert/MayaAPIUtils/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottenglert/MayaAPIUtils/HEAD/README.md -------------------------------------------------------------------------------- /maya_array/maya_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottenglert/MayaAPIUtils/HEAD/maya_array/maya_array.h -------------------------------------------------------------------------------- /maya_iteration/maya_array_range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottenglert/MayaAPIUtils/HEAD/maya_iteration/maya_array_range.h -------------------------------------------------------------------------------- /maya_templates/maya_stl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottenglert/MayaAPIUtils/HEAD/maya_templates/maya_stl.h --------------------------------------------------------------------------------