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!
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.
hi joker martini
I get the following errors in max script listener…
File “c:\programdata\autodesk\applicationplugins\max-gpt\contents\main.py”, line 281, in fetch_request
self.ai.fetch_command(self.uiInput.toPlainText(), language=self.uiLanauge.currentText())
File “c:\programdata\autodesk\applicationplugins\max-gpt\contents\main.py”, line 112, in fetch_command
resp = openai.ChatCompletion.create(
File “c:\programdata\autodesk\applicationplugins\max-gpt\contents\site-packages\openai\api_resources\chat_completion.py”, line 25, in create
return super().create(*args, **kwargs)
File “c:\programdata\autodesk\applicationplugins\max-gpt\contents\site-packages\openai\api_resources\abstract\engine_api_resource.py”, line 153, in create
response, _, api_key = requestor.request(
File “c:\programdata\autodesk\applicationplugins\max-gpt\contents\site-packages\openai\api_requestor.py”, line 226, in request
resp, got_stream = self._interpret_response(result, stream)
File “c:\programdata\autodesk\applicationplugins\max-gpt\contents\site-packages\openai\api_requestor.py”, line 619, in _interpret_response
self._interpret_response_line(
File “c:\programdata\autodesk\applicationplugins\max-gpt\contents\site-packages\openai\api_requestor.py”, line 682, in _interpret_response_line
raise self.handle_error_response(
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.
I use 3sd max 2023… is this only because of the billing/payment issue?
Same problem here.
This is great and freaky at the same time and super frustrating. Spending all this time learning then you can just type in a box and it does it for you. Very scary, maybe it’s great and I just understand it.