Skip to main content

All Questions

0 votes
0 answers
13 views

How do I close an area using Python in Blender 4.1? [duplicate]

I want to close a panel from within my Python addon. Existing questions and answers seem to yield results that no longer work as they are very dated. The suggested code to run is: ...
Kristopher Ives's user avatar
0 votes
1 answer
74 views

Add-on Dev: Workflow using functions and modules?

First a small background story; I'm currently new into python development and I am teaching it myself on a hands on project. I'm developing an add-on in Blender 4.0 and sofar it goes all well (thanks ...
STRGnine's user avatar
0 votes
1 answer
104 views

Calling view_all() operator from another context is not working specifically on 4.0 [duplicate]

I have this code in my addon. It just runs view_all() operator from another context. ...
Fatih's user avatar
  • 3
1 vote
1 answer
41 views

Addon doesn't work after restarting blender 3.3.1

I made an addon for blender (3,3,1). It works. I managed to install it. But after restarting the program, it stops working. At least the checkbox in the edit is active. I just can't find a solution to ...
WhiteFlame 's user avatar
0 votes
0 answers
96 views

Custom plugin documentation - Import Helper options

I'm a developer looking to write a plugin, but am having such a hard time finding docs on the options for many inbuilt blender functions. Specifically today I'm trying to customise the ...
Patrick S's user avatar
2 votes
1 answer
66 views

Gizmo culled depth doesn't take effect when mouse is hovered on it

I have created a GizmoGroup with the option DEPTH_3D enabled, which, according to the docs, "Supports culled depth by other ...
Colton Fox's user avatar
1 vote
0 answers
89 views

Get property that the operator was invoked for

Operators like anim.keyframe_insert_button can be invoked by right clicking a property or hovering over a property and hitting I. How does the operator know which ...
theres1's user avatar
  • 189
1 vote
0 answers
321 views

UV Map editing with python

I have been trying to figure out the best way to make a material for Minecraft blocks inside of my addon. Excluding special cases, a Minecraft block is a 1-meter cube that has an image texture of ...
Jacob Stone's user avatar
0 votes
1 answer
61 views

Changing order of props in input dialog (addon development)

I'm creating addon that adds couple of objects to the scene and I need to control input arguments. Figured out that the best way for me (with almost zero experience with python but 25+ years in other ...
Wh1T3h4Ck5's user avatar
3 votes
3 answers
404 views

How do you work with a GitHub repo inside Blender.app/.exe? [duplicate]

What is a good method to update a GitHub repository without manually copy/pasting the entire repo into the Blender addons folder when developing Blender add-ons?
Torrin worx's user avatar
1 vote
1 answer
868 views

How can I change the size of a modal operator popup dialog box?

I have a modal operator that invokes itself and is called from an AddonPreferences PT. I have been trying to scale_x without success. A row.scale_x works within the size of the entire modal, it is 3....
noyogi's user avatar
  • 25
1 vote
1 answer
165 views

Remove "Preferences:" label from AddonPreferences, no bl_label to " "?

I see no "bl_label" in "AddonPreferences" in the Blender API. One of the buttons in my AddonPreferences is "Preferences" and it would be nice to remove the default "...
noyogi's user avatar
  • 25
0 votes
0 answers
42 views

What areas of mathematics will help me in creating this add-on?

I want to create an add-on like this. It edits the selected edge, adds vertices to it ( as much as you need - the parameter will be adjusted ), creates the curvature we want. I want to make this add-...
White Raven's user avatar
  • 1,055
1 vote
0 answers
625 views

Cannot import nested Python module when writing an add-on

I am working on my first add-on, though I am pretty experienced with Python having written multiple apps using Django. My project structure looks like this: ...
michael_vendler's user avatar
0 votes
2 answers
207 views

Menu list keeps on growing every time I debug my Operator script [duplicate]

This is a question about the process of developing an addon rather than a specific error in the script. I'm creating an Operator that I want to show up in the UV Unwrap menu. I'm editing the script ...
kitfox's user avatar
  • 1,616

15 30 50 per page