Thông tin
Joker Martini released a proof of concept integrating ChatGPT in 3dsMax. Ask any prompt, and you will get a maxscript or phyton code generated automatically for you!
Feature
Its still in development, so bugs can occur, you can download it for free from GitHub and give feedback for future updates.
You will need 3ds Max 2022 or newer.
How do I install it?
You have two options as listed below…
- Download the git repo and place the
max-gpt
folder it into your 3ds Max Applications Plugins directory ex.C:\ProgramData\Autodesk\ApplicationPlugins\max-gbt
Then restart 3ds Max. You’ll find the maxscriptMaxGPT
under the JokerMartini category. - Download the git repo and append the directory path pointing to the location of the max-gpt folder to the environment variable
ADSK_APPLICATION_PLUGINS
. ex.C:\Users\jmartini\Documents\github\downloads
(max-gpt located inside folder). Then restart 3ds Max. You’ll find the maxscriptMaxGPT
under the JokerMartini category. - You have to generate an API key to use the ChatGPT API. Please generate it on your account page and then copy/paste the api key into this tools Settings dialog. You account page where you can find and generate your api keys is here https://platform.openai.com/account/api-keys
How to try it
You have to generate an API key to use the ChatGPT API. Please generate it on your account page and then copy/paste the api key into this tools Settings dialog.
You can open the AI Command window from Window > AI Command.
Download
You can download it for free from GitHub and give feedback for future updates.