Maya:mia_material_part05
Let’s start where we left off last time ●Bump The bump input accepts a shader that perturbs the normal for bump ma […]
今回はMayaとAfterEffects回。Mayaから出力したNullとCameraをAfterEffectsで読み込む手順の備忘録です。以下手順。①:locatorの名前を"null"にしておく。("locator"だと何故かAE側で読み込まれないため)②:CameraとNullのキーフレームをベイクしておく。方法は2種。A・・・メニューから Edit -> Key -> Bake SimulationB・・・Graph Editorから -> Curves -> Bake Channel※違いは全チャンネルベイクか、選んだチ[...]
read more
Houdiniノード勉強回。Point Velocity(SOP)。ポイントにVelocity(速度)アトリビュートを付与してくれる。単にVelocity(速度)を計算するだけではなく、任意の方向の速度を足したり、ノイズを追加したりできるらしい。パラメータを見ると沢山タブがありました。どうやら、速度計算やノイズの追加などがタブで分かれているようです。詳細はマニュアルを見るとして、気になるパラメータや各タブの内容をざっと確認してゆきます。パラメータ上の方 Add Velocity・・・任意のベクトルを追加する。この値は最後に足されるら[...]
read more
NukeのPythonメモGUI操作からPythonコマンドを調べる「Edit」->「Preferences」->Panels->"Script Editor"->echo python commands to output windowをON。次にclear input windows on successful script executionをOFF。次に、タブがあるところ適当に右クリックして、これで、GUI上の操作がScript Editorの上半分に表示される。Pythonを書くScript Editorの下半分[...]
read more
Houdini Python、ダイアログ系のサンプル。シェルフにでも張り付けてポチると出てくる・・・たぶんね。ポップアップメッセージhou.ui.displayMessage("hoge")テキストフィールド付きダイアログimport houDialog = hou.ui.readInput(message ="Text Field Dialog\n",title = "TextField Dialog",severity=hou.severityType.Warning,b[...]
read more
若干、いまさら感のあるDifferential Curve Growthです。日本語だと・・・なんでしたっけ?Differential Growth系は手法が沢山あるのですが、今回はその中で最も簡単でシンプルな、Relax(SOP)とSolver(SOP)を使う方法を採用しました。めんどくさい処理は全部Relax SOPがやってくれます。わたし好み。いずれ、Differential Growthについてまとめたいなと思っているので、詳細はその時にでも。と、思いましたが、Entagma先生が解説されてましたね。そちら載せときます。他の処理で、少し手[...]
read more
あい、Houdini回。今回も、教えていただいたTipsを紹介します。●Flipbookを別々で開く。せっかく出力したFlipbookプレビューを、別のFlipbookで上書きした経験は、Houdini使いなら誰しもあるはず。これ、ちゃんと回避できるってさ!Flipbookオプションの"Flipbook Session"にラベル名に入力することで他のFlipbookと区別し、複数のFlipbookを開くことができるそうです。以下、マニュアル(日本語)の抜粋です。Flipbook Session Labelこれは[...]
read more
Houdini回です。今回はカーブの接線(tangent)を取得方法を幾つか。調べて忘れて調べてを繰り返すので、備忘録も兼ねて。polyFrame(SOP)で接線を取得polyFrame(SOP)を使うと、「Normal(法線)」「Tangent(接線)」「Bitangent(従法線)」を取得することができます。下の青線がNormal(法線)、黄色線がTangent(接線)、赤いのがBitangent(従法線)。接線だけが欲しい場合はTangentだけ有効にしとけばOKStyleの設定で、平滑化[...]
read more
私も3Dフラクタルなるものを作ってみようと。シーンビューに見えてるヤツは確認用なので結構あらめ。レンダリングするとキレイ。確認用のボリュームの解像度を上げて、OpenGLレンダリング。まさかの数秒!四角いのも作ってみました。そんな感じです、ハイ。最近、更新不定期です。カンニン m(_ _)m参考https://en.wikipedia.org/wiki/Mandelbulb[...]
read more
Let’s start where we left off last time ●Bump The bump input accepts a shader that perturbs the normal for bump ma […]
Let’s start where we left off last time ●Indirect Illumination Options ・FG/GI Multiplier An indirect multiplier th […]
Let’s start where we left off last time ●Anisotropy ・Anisotropy Sets the ratio between the width and height of the […]
Let’s start where we left off last time ●Refraction ・Index of Refraction The amount that a ray of light bends when […]
I checked and summarized “mia_material” Although there was a blank part of the knowledge which has not yet b […]




