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 […]
タコっぽいの球体の表面を、ノイズに沿って小さな球が数珠つなぎでこう、うにょ~っと。下はシーンのキャプチャ。ノイズの種類と色を変えて。これは"Zero Centered Perlin Noise"。これは"Original Perlin Noise"。そして沢山!思いのほか楽しかったです。以上![...]
read more
Let's start where we left off last time●Indirect Illumination Options・FG/GI MultiplierAn indirect multiplier that lets you tweak how strongly the material responds to indirect light.・Final Gather QualityA local multiplier for the number of final gathering rays shot by the material. I[...]
read more
カッコつけて英語のタイトルにしちゃったw日本語だと、「HoudiniからMayaへAlembicデータを受け渡す」、です。MayaからHoudiniにabcデータを渡すことはよくあるけど、その逆も時々あるので。HoudiniからMayaにAlembicデータを渡す際、デフォルトだと、~.abc is not a valid Alembic fileとエラーメッセージが出て困ったので、その対処法。ちなみに、Houdiniのバージョンは13、Mayaは2014です。Houdini側からの書き出しにはROP Alembic Outputノードを使う。[...]
read more
Contourの続きです。前回はContourノードの使用手順をやりました。今回はその各Contourノードを確認してきます。検証バージョンはMayaは2012の英語版です。より新しいバージョンでは設定が変更になっている可能性もありますのであしからず。 Contour Store系サンプル位置情報を格納するノード。パラメータはありません。Contour Contrast系とセットで使います。 Contour Contrast系何処にラインを描くかを定義するノード。Contour Store系とセ[...]
read more
Maya回。MEL教えてもらったので、メモ代わりに。mayaで、パスを別のパスに置き換えるmelWindowsで作られたMayaシーンをLinuxで開く際に使用しました。http://me.autodesk.jp/wam/maya/docs/Maya2010/Commands/dirmap.html[...]
read more
HoudiniのPythonメモ。書き方とかじゃないですよー!バージョンはHoudini15.0.244.16。Python shellの起動!「window」- >「Python Shell」 or 「Alt + Shift + P」コマンドラインっぽいヤツ。1行ずつ書く。Python Source Editor現行のHoudiniセッションからコール出来るクラス、関数、変数を定義出来る。hipファイル依存でpythonを書けるってことかな。[...]
read more
Houdiniノード勉強回。今回取り上げるのは、Game Development Toolsより、GameDev Edge Group to Curve(SOP)。最近、人に聞かれて思い出したもので取り上げてみました。Game Development Tools自体、すべてのノードを把握していないので、これを機にひと通り把握してみるのも良いかもと思ったりして。Houdiniには標準ノードとは別に、Game Development Toolsというツール群(ノード群)があります。使い方など、詳細情報についてはSidefxの公式ページを参照。https://[...]
read more
Houdini Advent Calender2018 12月12日枠に参加!RBD Packed ObjectのAcitve制御と初速度の継承について、いくつかの方法をPick Upしてみました。試しにこんなのを作ります。以前、「徐々に壊れる破片」についての記事を書きましたが、これはその応用で、各破片がActiveになった瞬間に吹っ飛ぶシミュレーションです。吹っ飛ぶためには初速度が必要なのですが、それは元ジオメトリに速度vとしてあらかじめ設定したものを継承して使います。このようなシミュレーションを行う方法はいくつかあるので、それらをまとめて紹介するのがこの[...]
read more
Houdini勉強回。Nameアトリビュートをもとにグループを作る方法と、グループをもとにNameアトリビュートを作る方法。いろいろ方法はあると思いますが、簡単な方法をPick Upしました。Name Attribute -> Groupまずは、NameアトリビュートからGroupを作る方法。Partition(SOP)を使うことでそれができます。Partition(SOP)は、ユーザーの定義したルールでグループを作るノードです。パラメータの"Rule"に下図のように、`@name`と記述します。これで、Nameアトリビュート名[...]
read more
備忘録をかねて。pythonはモジュロ演算子(%)を使って文字列へのフォーマット操作ができます。型変換だけならstr()等でキャストでもいいのですが、桁揃えとかもやってくれるので極力こっちを使うようにしています。でも、すぐ忘れます。使い方はシンプルi=123print "Hellow World %d" % i#結果#Hellow World 123上の例では、%dの部分が123で置き換えられています。ここで使っている%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 […]



