Skip to main content

Questions tagged [add-on]

An add-on is a python script or plugin created to expand Blender's functionality. There are many add-ons in the official builds of Blender, and with every new version comes new add-ons.

2 votes
1 answer
15 views

Add text (label) to colored bar created using gpu module

I've created a colored bar using the gpu module (see picture). Here is the code. Now I would like to add some text as displayed in the image with the labels 5 Kg and 100 kg. Any suggestion? ...
Alex Mekx's user avatar
0 votes
0 answers
22 views

Blender Script - 3D Cursor management

I'm making an addon with miscellaneous buttons and I've got a problem with the cursor management. I copied a line from my custom pie menu and pasted it to my addon script and replaced "pie....
norab's user avatar
  • 136
-1 votes
0 answers
13 views

How do I add preset/ready made face character to blender, is there an add on? [closed]

Super new to the blender program. For practicing animation on characters, especially facial expressions and body movements. I'm looking to either install an add on or find a website that has ready ...
Marvin 's user avatar
0 votes
1 answer
13 views

Hard ops smart apply menu is missing

I just started using Hard ops. But it seems there is no Smart Apply in my context menu. Does anyone know what am I missing? I tried to search for this issue but I can't find anything related.
Nra's user avatar
  • 1
3 votes
1 answer
84 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
0 votes
0 answers
20 views

Automatically iInstall an extension when a Blender application template is installed?

I am in the process of porting my addon (BlenderFDS, http://blenderfds.org) to Blender 4.2. I have been maintaining this addon for ten years now. BlenderFDS is an open source preprocessor for physical ...
Emanuele Gissi's user avatar
0 votes
0 answers
25 views

How to add a collection from a Blend file via add-on code?

This is my current code: ...
Vindicator MC's user avatar
0 votes
1 answer
15 views

Transferring Addons Across Blender Upgrades

What is the easiest way to store and transfer (and keep track of) your add-ons whenever upgrading Blender? Is it as easy as transferring a folder over to your newest version of Blender? How do YOU ...
Kasiemba Okeyo's user avatar