Skip to main content

All Questions

Tagged with
3 votes
1 answer
86 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
  • 35
1 vote
0 answers
16 views

USD Import Context Error

I am trying to import a USDC file, I am using a custom built QT tool that has a UI, that I am using to manage my assets but each time I try to import something I get a context is incorrect issue. Any ...
Shamiel's user avatar
  • 11
1 vote
0 answers
28 views

Non-free memory in bpy.types.Panel. Solved

I ran into a problem when creating a class instance inside the draw function at the panel. The fact is that when restarting addons in my addon, the values that were involved in the instance of the ...
blend file's user avatar
0 votes
0 answers
27 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
2 votes
2 answers
32 views

Some operators don't appear in operator search F3 despite being Registered and Developer Extras enabled

I found this thread and I already have Developer Extras enabled but I noticed that sometimes some operators don't show up in the F3 menu search despite ...
Megan Love'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
4 votes
1 answer
158 views

How to validate a float input to 2 precision in panel?

I'm trying to validate the inputs in a FloatProperty and make sure precision is always up to 2 decimal places. Apparently ...
Megan Love's user avatar
3 votes
1 answer
89 views

Python generated geonodes setup not behaving the same with the original geonode setup despite being identical

I have made a python script using this amazing addon Node2Python from the geometry nodes setup I made when I asked about this question. Shoutout to lemon thank you so much for your help! The geometry ...
Megan Love's user avatar
1 vote
1 answer
23 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
  • 13.2k
2 votes
1 answer
257 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
  • 13.2k
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
0 votes
0 answers
71 views

UPBGE error. Why can't I run my script via Logic Node Editor?

Why does an error occur when running a script using a "Run Python Code" node? For some reason, in the error description my script is called a module
Давид Сировский's user avatar
1 vote
1 answer
84 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
1 answer
229 views

Error on any FBX import or export on Blender 3.6

Whenever I try to import or export a model, I get this error: I have tried rein-stalling blender, and the same thing happens. This has only happened recently, and I did not modify Blender in any way ...
The_Impiersonator's user avatar
2 votes
1 answer
181 views

AttributeError: 'NonType' object has no attribute 'name'

I am getting the error mentioned in the title: ...
Temeos's user avatar
  • 43

15 30 50 per page
1
2 3 4 5
11