OpenAI's ChatGPT integration with 3ds Max
https://www.youtube.com/watch?v=xLGHtPo7B68
This is simply a proof-of-concept for integrating ChatGPT AI into 3ds Max. This is a proof-of-concept integration of ChatGPT into 3ds Max.
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
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.
3ds Max 2022 or later
openai
module
Is this tool reliable?
Definitely not! The code generated by ChatGPT is not always going to reliably create successful code. But it's fun to give it a shot. If it fails, simply click the execute button again and OpenAI will generate another set of code and in some cases it's successful.
Use it however you want.