プリミティブのオブジェクトを生成して、移動、拡大、回転をするコード。
<script src="https://gist.github.com/hiroakit/e5dea7433bbdcec26d95.js"></script>
これはプラグインではなく、あくまでもスクリプト。 そのうち、役に立つ日が来るだろうか。
-
[Maya ヘルプ - polyCube command](https://help.autodesk.com/cloudhelp/2016/JPN/Maya-Tech-Docs/CommandsPython/polyCube.html)
-
[Maya ヘルプ - polyPlane command](https://help.autodesk.com/cloudhelp/2016/JPN/Maya-Tech-Docs/CommandsPython/polyPlane.html)
-
[Maya ヘルプ - polySphere command](https://help.autodesk.com/cloudhelp/2016/JPN/Maya-Tech-Docs/CommandsPython/polySphere.html)
-
[Maya ヘルプ - polyCylinder command](https://help.autodesk.com/cloudhelp/2016/JPN/Maya-Tech-Docs/CommandsPython/polyCylinder.html)
-
[Maya ヘルプ - move command](https://help.autodesk.com/cloudhelp/2016/JPN/Maya-Tech-Docs/CommandsPython/move.html)
-
[Maya ヘルプ - rotate command](https://help.autodesk.com/cloudhelp/2016/JPN/Maya-Tech-Docs/CommandsPython/rotate.html)
-
[Maya ヘルプ - scale command](https://help.autodesk.com/cloudhelp/2016/JPN/Maya-Tech-Docs/CommandsPython/scale.html)