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 […]
Now Loading・・・Now Loading・・・が似合いそう。CopyとTranslateを使ったシンプル構成。されど面白い。これシーンファイル nowLoading.hip[...]
read moreほい、Houdini回。今回は、便利なTipsを教えていただいたので、その紹介です。●Preview WindowPreview Windowを利用すると、任意のノードまでの結果を別Windowで確認することができます。下絵の真ん中にあるWindowがPreview Windowになります。Preview Windowを出す方法は、 「ノードを選択した状態で、右クリックメニューから"Preview Window"」です。これ結構いいなと。ノードの右クリメニューは頻繁に見るのに、今までPreview Windowの項目がまったく目に[...]
read moreHoudini回。Wrangle(SOP)のVEX例文。メモより抜粋、その2。その1はこちら!入力を取得@OpInput1 //1番目の入力@OpInput2 //2番目の入力@OpInput3 //3番目の入力@OpInput4 //4番目の入力アトリビュートを取得とか#1番目の入力のdensityを取得density = findattribval( @OpInput1, "primitive", "name", "density");[...]
read more今回は備忘録二本立てです。一つめはmip_shaderを有効にするMelコマンド//Mental Image Production Shader有効 optionVar -intValue "MIP_SHD_EXPOSE"1;//無効 optionVar -intValue "MIP_SHD_EXPOSE"0;mentalrayCustomNodeClass.melを変更するのは面倒なので、こちら↑を使うことが多いです。いろんなサイトで紹介されていますが、自分いっこうにコマンドを覚えられませんw[...]
read moretoxikノード解説の回です。今回は CC Basicsカラコレ、色調整用ノードです。マニュアル曰く、「カラコレする時はシーケンスのどの部分を使って作業するか大事です。(中略)一般的に、Hue(色相)を調整する前にsaturation(彩度)の調整すべきじゃないよ。なぜならHue(色相)の変更はSaturation(彩度)に影響するから」(管理人訳)、だそうです。ノード確認してきます。入力は、"Imput Image"と"Masking"の二つ。反してDetail Areaは盛りだくさん。Ranges絵のどの範囲を調整するか。以降[...]
read more今回は、MayaのGridとかシーンスケールについて。ViewにあるGridって実寸だとどのくらいの大きさなのだろう?Mayaで仕事をする都度、思うのでメモや!デフォルトだと、24cm四方、1マスあたり1cm。どこで確認するかというと。ここ↓。Display->Grid□Length and Width表示するGridの大きさ。単位がcmで値が12なら12cm分+-両方向に配置。Grid lines every何グリッドごとにラインを引くか。単位がcmで値が1なら1cm毎SubdvisionsGrid lines every[...]
read more今回は少し趣向を変えて、数学の話です。ですが、その前に= 注意 =この記事には、数学やプログラムに関する用語が頻出します。∴次のような方にはおすすめしません。三角関数を見ると熱が出る。プログラムと聞くと動悸息切れがし夜眠れなくなる。このような症状の出る方は、読み飛ばされるのが良いでしょう。ちなみに管理人は前者です。熱が出ます。大丈夫!という方は用法用量を守って適当にお読み下さい。タイトルにあるとおり、arctan2(アークタンジェント)とはなんぞやです。アークタンジェントってなん[...]
read more夜な夜なこんなのを作ってました。作業画面はこんな感じです。元ネタはこちら。サクッと作れて面白かったです。以下余談。最近、レンダリングにはKarmaのXPUレンダリングを使っているのですが、非常に早くていいですね。このくらいなら、Full HDサイズでも1枚30秒くらいで終わるので、おうちマシン使っても計240フレームが2時間くらいで吐き出されます。Mantraなら1枚3~5分くらい、Redshiftでも1枚1~2分くらいかかっていたイメージなので、ずいぶん早くなったなと。この手のテクノロジー進化は、時間節約になるので非常に有難いですね。[...]
read moreHoudini studyHoudini study roundI couldn't figure out how to add more control points in Cureve(SOP) later, so I looked into it.The answer is to select the curve, hold down Enter! & Shift, and click!I took the trouble to look it up, but when I looked closely, it was written on[...]
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 […]