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じゃないです。3dsMaxの破壊系プラグイン、RayFire 1.55 パラメータ意訳。和訳じゃなくて、意訳です。また、最新バージョンではないので、一部現在のバージョンとは異なる箇所、足りない部分があるのであしからず。以上、RayFire1.55の意訳でした。間違い等ありましたら、ご指摘いただけると助かります。当ブログはMayaメインですが、Maya以外もやりますよ、ということで今回はMaxの破壊系プラグインRayFireをとりあげてみました。こんな感じに今後も、Maya以外のToolやプラグインもやっていきたいと思ってます[...]
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 moreToxikノード解説回です。今回はTrackerノード。その名の通り、トラッキングの際に使用するノードです。Toxikでのトラッキングの方法については以前ざっくりやったので、今回はノードのパラメータのみ、確認していくことにします。?Aの領域にから。Tracker Analyzerってのがトラッキングポイント。"Add"ボタンで追加できる。Tracker Analyzerの左にある□はアクティブボタン。1Pointトラッキングの場合は1コ。2Pointトラッキングの場合は2コ。4Pointトラッキングの場合は4コ。Bの領域はそのパラメータ。Di[...]
read more
Houdini Advent Calendar2016 16日目に参加しました。前回の続きでHoudiniのL-Systemの作例です。Sample011PermiseF-F-F-F-F-F-F-FRule 1F=F--F+F+F+F+F+F+F--FAngle45Generations1Sample012 - Koch_Curve 01コッホ曲線Permise-FRule 1F = F+F-F-F+FAngle90[...]
read more
FUmeFXのリファレンスメモ、4回目です。前回の続きで、Fuelロールアウトの項目からです。バージョンは3.5です。今回は画像一枚で終わりッス。パラメータ比較Movieは作ってません。間違い等ありましたら、ぜひご指摘願います。その1 ,その2 ,その3 ,その4 ,その5, その6, その7, その8, その9[...]
read more
Houdini勉強回。Python SOPに実行ボタンをつける。例として、ボタンを押すと`hogehoge`とメッセージウィンドウを表示するPython SOPを作ります。1:Python SOPを作る & Python Codeを記述するPython(SOP)を作成します。ここでは、簡単なメッセージを表示するPython関数にしました。def message(): hou.ui.displayMessage("hogehoge")2:ボタンを作るボタンを作ります。Edit Parameter[...]
read more
Houdini回。レンダリング範囲を拡張する方法。カメラの解像度設定はそのままで、外側に範囲を拡張できます。以下、設定方法。Step1Edit Parameter Interfaceで、"Render Properties"にある"Image Overscane"をパラメータに追加。パラメータを追加するノードはカメラでもMantraでもOK。私はカメラに追加しています。追加すると、下図のように"Image Overscane"パラメータがノードに追加されます。Step2追加された"Image Overscan"に拡張したいピクセル数を設定[...]
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
今回は、ワイヤーフレームでレンダリングする方法です。こういうのを出力したいのです。主にメイキング作成時によく使います。それ以外での使い道が果たしてあるのか!?ワイヤーフレームを出力するには、wireframeノードを使います(名前そのままですね)ここでは標準のCrayマテリアルにWireframeノードの要素を追加するかたちで使用しています。以下、マテリアルのネットワークです。こんな感じです。wireframeノード単体でもラインの色調整は出きるのですが、そのままだと黒地白ラインなので、rampノード使って反転し白地黒ラインにしてます。(もしくはco[...]
read more
Maya回。MEL教えてもらったので、メモ代わりに。mayaで、パスを別のパスに置き換えるmelWindowsで作られたMayaシーンをLinuxで開く際に使用しました。http://me.autodesk.jp/wam/maya/docs/Maya2010/Commands/dirmap.html[...]
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 […]




