#maxscript search results

“Data into Decisions” is kind of catchy… #MaxScript

DirtyAgronomer's tweet image. “Data into Decisions” is kind of catchy…
#MaxScript

#3dsmax #maxscript #Vray Render Setupダイアログを開くのが重くて待ってられないので、よく使う設定をひとまとめスクリプト。 主にAOVだけ書き出したい時のため。 /AOVグローバル、AOVごと、RGB /ライト/影/反射屈折/マップ /GI、環境 のスイッチ搭載。 別シーンを開いたときは、updateボタン押す。

saitoInteractiv's tweet image. #3dsmax #maxscript #Vray
Render Setupダイアログを開くのが重くて待ってられないので、よく使う設定をひとまとめスクリプト。
主にAOVだけ書き出したい時のため。
/AOVグローバル、AOVごと、RGB
/ライト/影/反射屈折/マップ
/GI、環境
のスイッチ搭載。
別シーンを開いたときは、updateボタン押す。

窓の配置スクリプト。 一応MAXでも実現できた。 #maxscript


CAT 選択ツール「Catsel」を微妙に更新しました。 BipedSel もバグ修正しています。 d00harada.blogspot.com/p/max-script.h……Bipedsel の初版って20年以上前なのか。。 #3dsmax #maxscript

daiii's tweet image. CAT 選択ツール「Catsel」を微妙に更新しました。 BipedSel もバグ修正しています。 d00harada.blogspot.com/p/max-script.h……Bipedsel の初版って20年以上前なのか。。 
#3dsmax #maxscript

I create my first script to Max. I'm new with maxscript code, so, this work lol. It name is Auto Edge Trimming, to Scatter Edge node. #3dsmax #code #maxscript #chaoscorona #render


以前に大翔士さんのツイートで拝見した タイムスライダをドラッグ中や、再生中にリグを非表示にするスクリプト アニメーション作業中の確認にも便利だし、かなり実用的かも!✨ #maxscript #3dsMax


Attempting to integrate ChatGPT into maxscript, the basic requirements can still be met, but for slightly more complex tasks, the syntax error rate may be higher and manual correction may be necessary. #ChatGPT #maxscript #AI


こんなんもよく使う。 選択した頂点と同じ高さの頂点を選択。 #maxscript


四角形ポリゴンのサイズと方向に、 VrayLightをインスタンスで作成。 これも移植完了... #MaxScript


In this tutorial sponsored by @Autodesk , I'm demonstrating the different options to develop scripts, tools and plugins in 3Ds Max mainly focusing on Maxscript. Tutorial Link: youtu.be/Dz9i4y7NqW0 #AutodeskAd #3dsmax #maxscript #python #development

BahramiShirzad's tweet image. In this tutorial sponsored by @Autodesk , I'm demonstrating the different options to develop scripts, tools and plugins in 3Ds Max mainly focusing on Maxscript.

Tutorial Link: youtu.be/Dz9i4y7NqW0

#AutodeskAd

#3dsmax #maxscript #python #development

Customize your development environment in 3ds Max with CodingTheme! It allows you to easily create any theme you want or use presets such as PyCharm and Sublime Text. Purchase here: shirzadbahrami.gumroad.com/l/kcywy #python #maxscript #dev #programming


I noticed that path constrained vehicles on uneven surface perform badly and needed a quick fix This allows the viewer to get a little closer to vehicles and seems good for lower quality outputs pastebin.com/raw/mvtW9PDP Shared via fb Stack, will update the paste #3dsMax #MAXScript


Fit Plane をちょっと改造。 選択ポリゴンの法線方向へ移動していたので、 場合によっては望まない結果になるので、 エッジを1本選択していると、 そのエッジのベクトルで移動するように機能追加しといた。 #maxscript #3dsmax


フォトグラメトリーで裏と表がうまくアライメントできないことがあるので、それぞれモデル化しmaxscript作って位置、回転、スケールを合わせることにした #maxscript #Photogrammetry #3dsmax #フォトグラメトリー #位置合わせ #Alignment


A basic traffic script for when I need to populate a visualisation with general traffic. @Autodesk #3dsmax #MAXScript exported here to #UE5 to fit in with a real-time 3D visualisation pipeline.


#3DsMax #maxscript snippet. Hide grid in active viewport: viewport.setGridVisibility viewport.activeViewport false


3ds Max Muscle Strand Helper repairs issue with incorrect rotation of copied muscles. And can help you with other manipulations with muscles. youtube.com/watch?v=rMFdwd… #3dsmax #maxscript

tannenspiel's tweet card. 3ds Max script Muscle Strand Helper

youtube.com

YouTube

3ds Max script Muscle Strand Helper


#3dsmax #maxscript #Vray Render Setupダイアログを開くのが重くて待ってられないので、よく使う設定をひとまとめスクリプト。 主にAOVだけ書き出したい時のため。 /AOVグローバル、AOVごと、RGB /ライト/影/反射屈折/マップ /GI、環境 のスイッチ搭載。 別シーンを開いたときは、updateボタン押す。

saitoInteractiv's tweet image. #3dsmax #maxscript #Vray
Render Setupダイアログを開くのが重くて待ってられないので、よく使う設定をひとまとめスクリプト。
主にAOVだけ書き出したい時のため。
/AOVグローバル、AOVごと、RGB
/ライト/影/反射屈折/マップ
/GI、環境
のスイッチ搭載。
別シーンを開いたときは、updateボタン押す。

選択したオブジェクトの外部参照コントローラをシーンにマージする #maxscript ar = #() for s in selection do( if (classof s.controller) == XRef_Controller do( append ar s.controller ) ) objXRefMgr.MergeXRefItemsIntoScene ar


3dsmax用ScriptedPlugin「TR_ShellSwitch」のVer1.2.0をリリースしました。 2023以降での不安定性の改善、および最大マテリアル数を16個まで拡張しています。 #3dsmax #maxscript trtools.jp/3dsmax/maxscri…

yomogi_k's tweet image. 3dsmax用ScriptedPlugin「TR_ShellSwitch」のVer1.2.0をリリースしました。
2023以降での不安定性の改善、および最大マテリアル数を16個まで拡張しています。
#3dsmax #maxscript
trtools.jp/3dsmax/maxscri…

こんなんもよく使う。 選択した頂点と同じ高さの頂点を選択。 #maxscript


Fit Plane をちょっと改造。 選択ポリゴンの法線方向へ移動していたので、 場合によっては望まない結果になるので、 エッジを1本選択していると、 そのエッジのベクトルで移動するように機能追加しといた。 #maxscript #3dsmax


四角形ポリゴンのサイズと方向に、 VrayLightをインスタンスで作成。 これも移植完了... #MaxScript


窓の配置スクリプト。 一応MAXでも実現できた。 #maxscript


#3DsMax #maxscript snippet. Hide grid in active viewport: viewport.setGridVisibility viewport.activeViewport false


Customize your development environment in 3ds Max with CodingTheme! It allows you to easily create any theme you want or use presets such as PyCharm and Sublime Text. Purchase here: shirzadbahrami.gumroad.com/l/kcywy #python #maxscript #dev #programming


CAT 選択ツール「Catsel」を微妙に更新しました。 BipedSel もバグ修正しています。 d00harada.blogspot.com/p/max-script.h……Bipedsel の初版って20年以上前なのか。。 #3dsmax #maxscript

daiii's tweet image. CAT 選択ツール「Catsel」を微妙に更新しました。 BipedSel もバグ修正しています。 d00harada.blogspot.com/p/max-script.h……Bipedsel の初版って20年以上前なのか。。 
#3dsmax #maxscript

久しぶりのMAXScript。 FFD(他のソフトだとラティス)のサイズを選択箇所にフィットさせたり、ポイント数を形状崩さずに変えるスクリプトです! これで大分使いやすくなった。 #MAXScript #3dsMax


“Data into Decisions” is kind of catchy… #MaxScript

DirtyAgronomer's tweet image. “Data into Decisions” is kind of catchy…
#MaxScript

With ❤️, #MaxScript.


Maxscript = planting the right population for the right hybrid. With our #GHX model, increasing population for numbers like 10D21 doesn’t come with additional seed cost. #goldenharvest #maxscript

JustinAllaman's tweet image. Maxscript = planting the right population for the right hybrid. With our #GHX model, increasing population for numbers like 10D21 doesn’t come with additional seed cost. #goldenharvest #maxscript
JustinAllaman's tweet image. Maxscript = planting the right population for the right hybrid. With our #GHX model, increasing population for numbers like 10D21 doesn’t come with additional seed cost. #goldenharvest #maxscript
JustinAllaman's tweet image. Maxscript = planting the right population for the right hybrid. With our #GHX model, increasing population for numbers like 10D21 doesn’t come with additional seed cost. #goldenharvest #maxscript
JustinAllaman's tweet image. Maxscript = planting the right population for the right hybrid. With our #GHX model, increasing population for numbers like 10D21 doesn’t come with additional seed cost. #goldenharvest #maxscript

Lattice clusters in 3Dsmax :) #3dsmax #maxscript #rigging


今日の成果物 次リリースする用のスクリプト まだ全然出来てないけど #maxscript


先日公開したブーリアンモディファイヤの動画になります。 シンプルさ重視です。Max2016以上対応。 モデリングのお供にどうぞ。 trtools.jp/3dsmax/maxscri… #maxscript


MayaみたいにWorkingPivotを選択箇所に移動するMAXScriptです。 これを使うことで特定の位置を基点に回転したり、狙った方向に頂点を動かしたり、複製配置がしやすくなったりします。 #MAXScript

どうぞ!詳細は画像をご覧ください。 使うのに少し慣れが必要かと思いますが、便利になると思います! 不具合、不明点あれば教えてください。 dropbox.com/s/kiisv1osuqdq…

d658t's tweet image. どうぞ!詳細は画像をご覧ください。
使うのに少し慣れが必要かと思いますが、便利になると思います!
不具合、不明点あれば教えてください。
dropbox.com/s/kiisv1osuqdq…
d658t's tweet image. どうぞ!詳細は画像をご覧ください。
使うのに少し慣れが必要かと思いますが、便利になると思います!
不具合、不明点あれば教えてください。
dropbox.com/s/kiisv1osuqdq…


CAT 選択ツール「Catsel」を微妙に更新しました。 BipedSel もバグ修正しています。 d00harada.blogspot.com/p/max-script.h……Bipedsel の初版って20年以上前なのか。。 #3dsmax #maxscript

daiii's tweet image. CAT 選択ツール「Catsel」を微妙に更新しました。 BipedSel もバグ修正しています。 d00harada.blogspot.com/p/max-script.h……Bipedsel の初版って20年以上前なのか。。 
#3dsmax #maxscript


久しぶりにMaxScriptブログ更新しました。 2頂点間の最短経路を探索する (A*アルゴリズム) – TrTools.JP trtools.jp/3dsmax/maxscri… #maxscript


最後に選んだヤツがルートになる #maxscript

takeme1987's tweet image. 最後に選んだヤツがルートになる

 #maxscript

Made a little asteroids style game in maxscript, with sine wave based bullets. #3dsmax #3dstudiomax #maxscript #autodesk #techart #polygons #scripts


MaxScript: TR SurfaceProjectorをリリースしました。 ポリゴンやオブジェクトを、任意の平面や他のメッシュサーフェス上に整列する事が出来るスクリプトです。 #maxscript trtools.jp/3dsmax/maxscri…


やったー 頂点番号表示できた! #MAXscript

__NRSE's tweet image. やったー
頂点番号表示できた!
#MAXscript

昔作ったスクリプトが出てきたのでアップしました。 ピボットの位置をビューポートに表示する事が出来ます。 #maxscript trtools.jp/maxscript/tr-p…


Another poly-fish with #PolyPaint #maxscript. Small texture of 32x32. 1 Polygon = 1 pixel, polygonal pixels? hmm... a #Plyxel !! :P ... then #pixelArt with polygons = #PlyxelArt O.o

DenysAlmaral's tweet image. Another poly-fish with #PolyPaint #maxscript. Small texture of 32x32. 1 Polygon  = 1 pixel, polygonal pixels? hmm... a #Plyxel !! :P ... then #pixelArt with polygons = #PlyxelArt O.o

3dsMax用スクリプトランチャー。 スクリプトの実行以外にツールチップの表示、ツールチップに画像、動画を表示、ヘルプURLへのアクセス、ツールの編集、ツールバーに登録、ホットキーの登録、スクリプトの追加、削除する機能等を搭載。 youtube.com/watch?v=iecGf8… #3dsMax #MAXScript #PySide #Python


Just smashing basics into my head. Neat. #maxscript


Loading...

Something went wrong.


Something went wrong.


United States Trends