Skip to main content

Questions tagged [extension]

Extensions are add-ons or themes used to extend the core functionality of Blender. They are shared in online platforms, and can be installed and updated from within Blender. Add-ons made as extensions are slightly different from regular add-ons.

Filter by
Sorted by
Tagged with
0 votes
0 answers
58 views

Tried using wiggle 2 after not using it for a couple of long months and now I keep getting this report "blender bone object has no attribute select" i thought it was because i was on a newer ...
That 1 furry guy's user avatar
0 votes
0 answers
25 views

I'm getting ...
U_Are_Bad's user avatar
0 votes
1 answer
118 views

In Blender 4.5.3, I am trying to install a specific addon (as a zip file) through Blender's inner python console. I followed the API doc as shown here https://docs.blender.org/api/4.5/bpy.ops....
Caleb John's user avatar
2 votes
1 answer
58 views

I am a total noob to Blender and the Bonsai extension. I basically have an existing wall of "wal50" and I would like to change it to "wal200" without deleting it and redrawing it. ...
bod12345's user avatar
0 votes
0 answers
139 views

When I click Preferences > Get Extensions, I get the following error message: Repository: "extensions.blender.org" remote data unavailable, sync with the remote repository. I'm running ...
gymreading's user avatar
0 votes
0 answers
30 views

I recently converted my addon from the "legacy" format to the new extensions system. One of the operators in my addon appends some node groups stored in a .blend file bundled with the addon ...
Luca Saiani's user avatar
0 votes
0 answers
46 views

Whenever I run blender --command extension build, I get the error: ...
RAYN HAQUE's user avatar
1 vote
1 answer
39 views

When adding a bolt or nut from Bolt Factory it defaults to a scale of 0.001. Changing the entire scene unit scale to match that doesn't work. How do I change the "preset" scale for Bolt ...
Vtrixx's user avatar
  • 21
1 vote
0 answers
1k views

I can't download or install any extensions. I get the following error: ...
Kuro's user avatar
  • 11
0 votes
1 answer
31 views

I installed an extension that includes this Torus 11x8 Sun Cross Preset: But I was not paying close attention to what I installed. I brought it up because it looked interesting, and it turns out I ...
unkerjay's user avatar
  • 577
0 votes
0 answers
344 views

In version 4.3.2, I am unable to use extensions. Please help me find a solution. The following error is displayed: 「Repository: "extensions.blender.org" remote data unavailable, sync with ...
Daiki's user avatar
  • 1
1 vote
0 answers
504 views

I have scoured the web and have not found anything for my specific issue. I am running version 4.2.1. I have uninstalled and reinstalled several times. I even went into Library/Application support/ ...
Nik Rocklin's user avatar
0 votes
2 answers
2k views

Hiya :) this is driving me potty... keep getting the error pictured here when trying access extensions. I've seen a few people online having similar issues, various methods used to fix but nothing ...
Trigg's user avatar
  • 1
2 votes
1 answer
641 views

When opening the extensions tab, I am told ...
Amama's user avatar
  • 21
0 votes
1 answer
610 views

I want to know if there is a way to install the extensions.blender.org addons to a custom directory, because currently it installs to the %appdata% and that is highly inconvenient for me as I have to ...
Asura_Sloth's user avatar
1 vote
0 answers
21 views

I need to get the extensions version number for the extensions I am coding. However, I could not find a way to do so except reading the toml file as it is and then filter for the 'version' keyword and ...
BlueEvil's user avatar
1 vote
1 answer
301 views

I have an add-on which uses the "Add Mesh Extra Objects" add-on to function. Before Blender 4.2, I was using these lines to enable it: ...
David Knief's user avatar
2 votes
0 answers
152 views

In Blender versions prior to 4.2 I was able to access the version of my add-on in the register function through bl_info. In Blender 4.2 this is no longer available as the bl_info variable gets deleted ...
Oliver Weissbarth's user avatar
4 votes
1 answer
150 views

I am trying to add my quick favorites to a separate panel, but I can't find any way to access the list of Quick Favorites. I've read it's in user preferences, but I can't find how to target that or ...
Jacob's user avatar
  • 51
0 votes
0 answers
148 views

I am building an addon that will make use of some Python Wheels, but one of these wheels requires OpenImageIO and NumPy to work. I have researched and found that Blender has OpenImageIO and NumPy ...
binatheis's user avatar
0 votes
0 answers
19 views

I've been developing an add-on for several years now and I have to maintain it for several versions of Blender (3.6, 4.1 and now 4.2). I then have various versions of Blender unzipped in separated ...
Werwack's user avatar
  • 171
2 votes
1 answer
1k views

I've been developing add-ons for Blender for some time, creating shared modules among them. Each add-on has a similar internal structure, which makes it easy to update dependencies when necessary. ...
RodrigoGama's user avatar
0 votes
1 answer
535 views

I would like to make a mini backup python script of 4.2 extension. The old method can access to the preference like below. ...
Mrfas's user avatar
  • 49
20 votes
1 answer
6k views

How can I get a list of the installed addons along with their version numbers so that I can print it out and use it as a simple reference when checking for updated scripts? I've looked at ...
askinner432's user avatar
  • 1,105