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 […]
Houdiniについてくるサンプルファイルが、勉強になったので復習がてら解説してみようとてするなり。使用するサンプルファイルは、SolidFractureWeldです。https://www.sidefx.com/docs/houdini/examples/nodes/sop/solidfracture/SolidFractureWeld.html(サンプルファイルの開き方はこちらの記事参考)以前、FEMを使って同様のものを作るチュートリアルをやったのですが、今だとVellumでできるのですね。 SolidConfim SOPでTorusを[...]
read more
VEX sentence of Wrangle.Global Varialbles that frequently used//SOP@Cd //Point Color@P //Point Position@v //Point Velocity@ptnum //Processing Point Number@pscale //Particle Scale@numpt //Total Point Number@N //Normal//Time@Frame; //Frame@T[...]
read more
Let's start where we left off last time●Anisotropy・AnisotropySets the ratio between the width and height of the highlights to create anistropic reflections.At a value of 1, It is necessary to lower the value of Glossiness of Reflection.(I can't understand it)・RotationAnisotoropy [...]
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
Houidini小技回、その6Image Color PickerColor Editorの右上部にあるボタンを押すと、画像から色をピックするモードに切り替わります。任意の画像を読み込んで、それから色をピックできます。これ最近、知りました。カメラのハンドルツールで表示される赤枠カメラのハンドルツールでビュー上に表示される赤枠。これをグリグリいじると、レンダリング時の上下左右のCropができます。パラメータの〜Cropが操作できていた。これ、操作したことなかった。疑問にも思ってなかったヨ。MplayのDisconentプレビューで作成したMpa[...]
read more
AEのレンダリングをバッチで回す方法です。テキストファイルに下のようなコマンド書いて、拡張子を.batに変更。後は実行するだけ。aerender -project "C:sample.aep"必要に応じてフラグを追加。以下、よく使いそうなフラグ。-help・・・ヘルプが見れる。-project・・・AEPファイルの場所-comp・・・レンダリングしたいコンポジション名-output・・・出力先-OMtemplate[...]
read more
mib_amb_occlusionとRampノードを使って、オクルージョンを任意のグラデーションで出力する方法でっす。RampノードとSamplerInfoノードを使ってフレネルっぽい効果を出す方法はよくあるので、今回はその変則ということで。レンダリング画像を先に出すとこんな感じ。パッとみ分かりづらいかもだけど、赤や黄色の部分がオクルージョンの効果が強い部分。青や紫はオクルージョンの効果があまりない部分。mib_amb_occlusionのみだと、通常白黒のグラデーションですが、Rampノードを間に挟むことで任意のグラデーションにすることができます。それを何に使[...]
read more
toxikノード解説回です。今回は"Merge Streams"と"Extract Streams"の2つです。セットで使うことが多いと思うのであわせて解説です。Streamsとは、処理ラインとでもいいましょうか。複数の素材で、まとめて同じ処理をしたい場合、"Merge Streamsノード"を使うことで一旦ひとまとめにすることができます。処理後に再び素材をバラバラに分けるとき、"Extract Streamsノード"を使います。どんな時にこのノードを使うかと言うと、たとえば立体視の映像で右目用と左目用の画像をカラコレする際に、一旦"Merge Stream[...]
read more
Houdini回。Wrangle(SOP)のVEX例文。メモより抜粋、その2。その1はこちら!入力を取得@OpInput1 //1番目の入力@OpInput2 //2番目の入力@OpInput3 //3番目の入力@OpInput4 //4番目の入力アトリビュートを取得とか#1番目の入力のdensityを取得density = findattribval( @OpInput1, "primitive", "name", "density");[...]
read more
ネタに困ったときの、Houdini小ネタ回!カメラのハンドルツールでフォーカス操作カメラ選択して、ハンドルツール選択。次に、右クリックメニューから"Focus Handle"、もしくはビュー上でZキーでフォーカスを操作可能。赤い四角のハンドルが焦点距離(Focus Point)。その両側にある三角のアイコンの範囲がF-Stopの範囲。視覚的に操作できるので、DOF設定が楽。同様に、右クリックメニューからFrustum HandleでFocal Lenght操作可能。だけど、こっちは使ったことないかなぁ。ワイヤの色が変わるD[...]
read moreLet’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 […]



