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

When I install the addon and enable it, I get this error message. The secret key request box still does not appear, the error appears when I try to enable...

STORY: Users can generate one or more 3d things with blender in a jupyter notebook - https://github.com/kolibril13/ipyblender-experimental - https://github.com/bernhard-42/jupyter-cadquery/issues/99 - Jupyter GPT interfaces: https://news.ycombinator.com/item?id=35580959 - Cocalc's

Blender 3.4 ``` Python: Traceback (most recent call last): File "C:\Users\brech\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\BlenderGPT-main\__init__.py", line 227, in execute openai.api_key = get_api_key(context) File "C:\Users\brech\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\BlenderGPT-main\__init__.py", line 58, in get_api_key addon_prefs = preferences.addons[__name__].preferences KeyError:...

Removed the line "import bpy.props" because "bpy" module provides "bpy.props" that's why there is no need to import that.

I just got a free trial of the OpenAI API and have never used it but i receive these errors after executing in model 3.5 and 4 ![1](https://user-images.githubusercontent.com/127257719/235867728-3df43b2b-4119-4226-b910-4e48a2041d81.JPG) ![2](https://user-images.githubusercontent.com/127257719/235867789-a4edeff9-fd1a-4a34-982c-18e34425513a.JPG)

![AnZC](https://user-images.githubusercontent.com/132198507/235347574-4d13c327-0908-4848-89b0-6df551309489.png) Can somebody help me with my issue?

https://github.com/gd3kr/BlenderGPT/blob/1ba23164974ad20d9ff1ea44d92eb636b1601a07/utilities.py#L31-L32 This code sets a custom property of "type" "content" for a PropertyGroup. However, this causes all classes that inherit from this PropertyGroup to have "type" "content" replaced with a...