Skip to main content

All Questions

Tagged with
1 vote
1 answer
38 views

Addon works from Text Editor, but fails to enable from Add-ons preferences [duplicate]

I've written very simple addon that exports triangulated and quad mesh of selected object, deleting all material slots and applying transformation. And all work fine if I run it from the Text Editor, ...
Dmitry Stogov's user avatar
4 votes
1 answer
98 views

Automatic actions after starting addon?

I'm creating an addon in Blender using bpy. It's a side panel with a few buttons and input fields. To speed up development, I would like the addon to automatically ...
lurvas's user avatar
  • 45
0 votes
0 answers
28 views

How can I add a FloatVectorProperty to my addon layout? [duplicate]

How to properly register a FloatVectorProperty? When I do: box.prop(self, "amb_day_color") where ...
Oleg Kivasev's user avatar
0 votes
0 answers
18 views

Blender not booting after addon installation attempt

I tried installing this addon through its python script in Blender's text editor: https://github.com/ChicoEevee/Pokemon-Switch-V2-Model-Importer-Blender?tab=readme-ov-file#readme There wasn't any ...
RisingSerperior's user avatar
1 vote
1 answer
24 views

Operator in import category working but showing as invalid syntax when accessing bpy.ops.import

I have several operators that import different file types like this example: ...
Harry McKenzie's user avatar
3 votes
1 answer
274 views

How do you correctly add UI elements to adhere to the typing spec?

Here's my understanding of bpy.props.BoolProperty which offers additional functionality and integration with Blender's UI and data system. Using ...
Harry McKenzie's user avatar
1 vote
0 answers
78 views

My blender 4.0.2 freezes while these errors show (charset_normalizer)

Sometimes when I open my blender 4.0.2 (usually after restart of the PC), it freezes for a few minutes while these errors show (charset_normalizer) This does not happen when I force close it once and ...
ursingh's user avatar
  • 11
1 vote
1 answer
85 views

Boolean raise ValueError

A boolean modifier that was working is now throwing an error in Blender 4.0.1 raise ValueError("1-2 args execution context is supported") ...
Increality's user avatar
0 votes
0 answers
96 views

Boxcutter won't install

Hi There I have just changed Mac to the Mac Studio, and have had to reinstall Blender 3.64 I cannot seem to get box cutter to install at all I have two versions (paid for) 6.9 Poly Dirk and 7.19.17 6....
Mike Nicholas's user avatar
0 votes
2 answers
260 views

Function not working when being called by operator

I'm doing a scritp with several functions. All of them have been tested and work fine if you execute them from a py file. The problem is when I put them on an operator and call them when pressing the ...
AntGarGal's user avatar
-1 votes
1 answer
739 views

Getting NameError: name 'i' is not defined. Did you mean 'id'?

...
atek's user avatar
  • 10.1k
0 votes
0 answers
98 views

Import Error: No module name "generated" found"

My paths should be correct so I am unsure as to why Blender is giving me this error when I try to tick the addon in the menu. ...
Jameson4279's user avatar
0 votes
0 answers
167 views

Addon fails to enable after adding a new "Scripts" path without restarting

I've made an addon that needs to be in a specific shared Scripts folder but it fails to enable when the Scripts folder is first ...
CybranM's user avatar
  • 423
0 votes
0 answers
91 views

Can't Active Add-ons in Blender 3.2.2

I'm using Blender 3.2.2, my add-ons need to install Pillow in blender folder first before install it in blender, so there it's not pb with that but when i active the add-ons , i got a error message. I ...
Artit Sasombat's user avatar
0 votes
0 answers
109 views

Script works on its own but not in addon

I'm new to Python. This script works as it is but when I try to add it to an addon it doesn't work. I searched a bit and some pages say that it is related to context. You can see the purpose of this ...
turkeysplaceart's user avatar

15 30 50 per page