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 […]
最近MotionBuilderのスクリプトを書くのですが、日本語の資料も少なく調べるのに手間取ったので、備忘録もかねてメモの一部公開します。確認環境はMotionBuilder2013です。MotionBuilderでPythonを書き始める際のとっかかりになれば幸いです。名前からオブジェクトを取得for i in FBSystem().Scene.Components: oObj = FBFindModelByName("Cube") print oObj.Name選択をクリア[...]
read more
それでは前回に引き続き、『writeToColorBuffer』についてやっていきたいと思います。今回は、『writeToColorBuffer』のいろんなコネクション例をいくつか見ていきたいと思います。シーンは前回と一緒です。pass出力一つ目の例ではmia_material_x_passesからrawやらlevelやらいろいろ+αPass出してみます。mia_materialからこれだけのPassを書き出してみました。・AO_pass ・Dif_level ・Dif_raw ・Indirect_Pass ・Ref_level_Poas ・Ref_[...]
read more
壁の中から人が・・・みたいな感じで作ってみたのだけれど、どうかな?スターウォーズのハン・ソロがこんな感じでカーボンフリーズされなかったっけ?とか思いながら作ってた。 壁と顔が一体のジオメトリになってるんです。繋ぎ目なし。ちょっとサンプリング数上げ過ぎたかしら?も少し粗くすれば、逆に滑らかになったかも。実は壁薄くて、壁の下には首までありますw[...]
read more
Houdiniメモ。カメラクリップのWrangleを書くのが面倒なので、コピーできるようにココに書いておく。vector _ndc = toNDC("/obj/cam1", @P);float _ox=ch("ox");float _oy=ch("oy");float _oz=ch("oz");if ((_ndc>1+_ox)) removepoint(geoself(), @ptnum); if ((_ndc>1+_oy)) removepoint(ge[...]
read more
個人R&Dより雪のシミュレーション。 水分多めの雪かな。「宣伝」下記番組で、雪のシミュレーションカットが幾つか放送されます。今週末ですね。7月5日(日)午後9時00分~9時49分 NHKスペシャル生命大躍進 第3集ついに"知性"が生まれたhttp://www.nhk.or.jp/seimei/[...]
read more
『misss_fast_skin_maya』ノードの続きです。今回で最後です。ちなみに、今更ですが、レンダリングサンプルに球を添えてみました。Reflect Weight反射の強さ。デフォルトは0。Reflect Edge Weightエッジ部分の反射の強さ。(下の絵は分かりにくいけど、球のエッジを見ればかろうじて判別できると思います。)Reflect Shininess0だと通常のレイトレース反射で、0以上だと光沢のある(ぼけた)反射になります。Reflect [...]
read more
Houdini、こんなノードがあったのか勉強回。取り上げるのは、Attribute Fade(SOP)。マニュアル曰くThe Attrib Fade operator scales a point attribute into and out of existence over a given time range. This can be useful for triggering the input to a dynamic simulation, for example fading a fuel map in and out.とのこと。意訳すると、「アト[...]
read more
あい、Houdini回。今回も、教えていただいたTipsを紹介します。●Flipbookを別々で開く。せっかく出力したFlipbookプレビューを、別のFlipbookで上書きした経験は、Houdini使いなら誰しもあるはず。これ、ちゃんと回避できるってさ!Flipbookオプションの"Flipbook Session"にラベル名に入力することで他のFlipbookと区別し、複数のFlipbookを開くことができるそうです。以下、マニュアル(日本語)の抜粋です。Flipbook Session Labelこれは[...]
read more
Houdini勉強回。取り上げるのはForループとTimeShift(SOP)。ここで言うForループとは、Block Begin/End(SOP)ノードによる繰り返し処理のことを指しています。これとTimeShift(SOP)の併用についてがメインテーマです。上図のように、Forループ内にTimeShift(SOP)を組み込んだ場合、大抵TimeShift(SOP)が機能しないのですが、まれに機能している例を見かけ、はて?と思いリサーチしてみた次第です。結論から述べると、現状Forループ内でTimeShift(SOP)が機能するのは、以下の2パターンのみ。[...]
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 […]




