Free Maxscript Tool MegaTexLibrary

Free Maxscript Tool MegaTexLibrary

Introducing a personal project of mine called the “Mega Texture Library”. It’s a small tool that will allow the user easier/quicker access to texture folders on their pc or network. Saves you browsing and clicks, and we all know time is money.
個人のスクリプトプロジェクト「Mega Texture Library」を紹介したいと思います。 この小さいツールでパソコンやネットワークにあるテクスチャーフォルダーをもっと楽と早くアクセス出来るツールです。

Name: Megatexlibrary icon Megatexlibrary

This is the interface.
MTLのインターフェス:

Download button (Right-mouse click save-as)

How to install:
インストール方法:
1. Copy the .bmp files to your C:\Program Files\Autodesk\3ds Max Design 2012\UI\Icons folder.
.bmpファイルを上記の場所へコピ
2. Copy the .ms or .mcr script to your C:\Program Files\Autodesk\3ds Max Design 2012\Scripts folder.
.msや.mcrファイルを上記の場所へコピ
3. Copy the [papigiulio] folder to your c:\Program Files\Autodesk\3ds Max Design 2012\UI\Icons folder.
「papigiulio」フォルダーを上記の場所へコピ
4. Copy the [papitex] folder to your C drive c:\papitex.
「papitex」フォルダーを上記の場所へコピ
5. In 3d studio max go to mainmenu [Maxscript] –> [Run script] and select the script from step 2.
3Dスタジオマックス上、メインメニューの「Maxscript」→ 「スクリプトを起動」 → スクリプトを選択
6. Right-mouse click on a toolbar inside max and select [Customize] OR in the mainmenu go to [Customize] –> [Customize user-interface].
マックス上のツールバーをマウス右クリックして、「カスタマイズ」 → 「カスタマイズ・インターフェース」
7. In the Customize User Interface popup select the TAB [Toolbars]
カスタマイズ・インターフェースポップアップ上「ツールバー」のタブをクリック
8. Under the category _papiGiulio you will find the script you want to use
カテゴリのドロップダウンから「_papiGiulio」を選択して、真っ下のリストから好きならスクリプトを「クリック」
9. Drag it to the toolbar of your choice and press SAVE to save the interface layout.
ドラッグアンドドロップでインターフェスの中の好きなところに置いて、「保存」でレイアウトを保存

WARNING! 注目
Please use this maxscript at your own risk, I am not responsible for any data loss, or anything that could affect your project’s stability, so please save your file before using this script. Contact me if you find some bugs or have any questions.
スクリプトを使う際には、必ずユーザーご自身の判断と責任で 利用なさるようにお願いいたします。 バグの発見や質問がございましたら、お気軽にご連絡下さい。

WARNING! 注目
This script should work for any version of 3d max up until version 2012. It’s not tested for any version above 2012.
下記のスクリプトは3D Max2012年版まで使えるはずだ。2012年版以降のバーションはまだテストされてません。

Additionally, for the advanced user, you can edit the drivelink inside the maxscript:
スクリプティング出来る方はスクリプトの中にテクスチャーフォルダーリンクを編集出来る。

For folder on a network drive you will need to add a \\ in front of the folder location
thmbviewer @”\\NETWORKDRIVENAME\share\folder1\folder2\etcetc\”

Download button (Right-mouse click save-as)

Related Post

Free Maxscript Snap Pivot To Point

Free Maxscript Snap Pivot To Point

With this script you can put the pivot of the selected object anywhere you want. このスクリプトでオブジェクトの基準点を希望なところへ移動が出来ます。 Click the object, press…