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
1 vote
1 answer
81 views

Can the blender api be used to create alternate viewport control modes

I am trying to build a workflow for painting equirectangular images. (I would pirate photoshop as I know it can do this but I am averse to running proprietary software) As seen in the image below I ...
NotImportant'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
867 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
2 votes
0 answers
105 views

How to add my own SECOND splash screen

I want to add a second splash screen that will appear when I start blender and in which I can add my own text. This is necessary for my addon.
user78950's user avatar
  • 169
2 votes
0 answers
2k views

How the Blender 3D 2.8x Graphical User Interface is Made?

I want to know all the processes, functioning, involved languages, examples of code, and URLs to official sites with updated information if possible. NOTE: I'm not a programmer. I just want to know ...
DATALOT's user avatar
  • 182