BlenderGPT icon indicating copy to clipboard operation
BlenderGPT copied to clipboard

Use commands in English to control Blender with OpenAI's GPT-4

Results 54 BlenderGPT issues
Sort by recently updated
recently updated
newest added

If execute is clicked when there is no prompt in the field, it will make a request to the API anyway. Should do nothing. Also this is neat, thanks for...

Python: Traceback (most recent call last): File "C:\Users\andre\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\BlenderGPT-main\__init__.py", line 174, in execute blender_code = generate_blender_code(self.natural_language_input) File "C:\Users\andre\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\BlenderGPT-main\__init__.py", line 109, in generate_blender_code for event in response: File "C:\Users\andre\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\BlenderGPT\lib\openai\api_resources\abstract\engine_api_resource.py",...

Traceback (most recent call last): File "E:\3d animation for Blender\3.0\scripts\modules\addon_utils.py", line 351, in enable mod = __import__(module_name) File "C:\Users\Veeckman\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderGPT-main\__init__.py", line 6, in import openai ModuleNotFoundError: No module named 'openai'...

Report: Error Python: Traceback (most recent call last): File "/Users/ljiarong/Library/Application Support/Blender/4.0/scripts/addons/BlenderGpT-main/_init_.py", ine 94, in executetext editor area = split area to text editor(context) File "/Users/llaronallibrarvlApplication Suoport/Blender/4 0lscriptsladdons/BlenderGPT-main/utilities py". line 85....

I have had no luck with this addon, I have access to ChatGPT-4 but I always get these errors popping up when using either option, even the ChatGPT-3.5 option. ![image](https://github.com/gd3kr/BlenderGPT/assets/155601156/ae5f1537-18e9-4dd8-a140-a9ba8a12d0bc)

https://imgur.com/a/hBD54Pi I've tried removing the plugin and reinstalling it but still got the same error message ![Screenshot 2023-05-02 164545](https://user-images.githubusercontent.com/58500036/235812817-41d51ed7-900c-494d-a332-6d83772dd6eb.png)

``` Python: Traceback (most recent call last): File "C:\Users\Laptop\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\BlenderGPT-main\__init__.py", line 174, in execute blender_code = generate_blender_code(context.scene.gpt4_chat_input, context.scene.gpt4_chat_history, context, system_prompt) File "C:\Users\Laptop\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\BlenderGPT-main\utilities.py", line 51, in generate_blender_code response = openai.ChatCompletion.create(...

Python: Traceback (most recent call last): File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/ init py", line 174, in execute blender_code = generate_blender_code(context.scene.gpt4_chat input, context.scene.gt4 _chat_ history, context, system_prompt) File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/utilities.py", line 51, in...

I got this error the first time I used the tool. I use Chat GPT 3.5 ( I do not own a payed version) and also Blender 4.0. Python: Traceback...