Skip to main content

All Questions

4 votes
1 answer
132 views

Can Blender addons execute Shell commands on Linux?

I'd make an addon that would use several external command line programs to process output images. Is this possible?
reign's user avatar
  • 319
0 votes
1 answer
262 views

How to access source code in Mac OS?

I want to open Blender source code file for studying more details. There's a YT video for doing this, but it's about 2 years old and on my laptop, somewhat reason, Blender can't open the file then ...
PhewphewMathew's user avatar
0 votes
1 answer
815 views

Blender AttributeError: 'PreferenceView' object has no attribute 'use_international_fonts'

I am at intermediate level in Blender and i recently came across Groove 3D. So, I downloaded and installed it. But when I enable the add-on it displays " Error(see console) " under ...
Anonymous's user avatar
0 votes
1 answer
529 views

How to call python animation node operator?

I have a problem i can't resolve. Here is the context : I have a blender file, i am using animation node addon. I have a animation node tree with a empty string list node. The elements in the list ...
johnconnor's user avatar
6 votes
3 answers
9k views

Install Addons in Headless Blender

Is it possible to install a Blender addon in headless mode? I need the ability to export gltfs from a Ubuntu server instance and the only instructions I can find for installing an addon in Blender is ...
NeonMonk's user avatar
2 votes
1 answer
3k views

Execute blender addon from script

I'm trying to run the LDR-Importer addon directly from a script but I don't know where to start. I tried using the python command that was underlined in the addon ...
Leo's user avatar
  • 121
1 vote
0 answers
82 views

Perform ops class from console

When loading any file, the sun_position add-on/plug-in, although enabled in User Preferences, is disabled in its panel. When trying to dynamically render a scene, ...
Greg Brimble's user avatar
1 vote
1 answer
1k views

Problems installing an addon

I'm trying to install an addon called Panorama-Tracker, here's the link to it: https://github.com/dfelinto/Panorama-Tracker The author mentioned that commands should be pasted in a terminal before ...
Georges D's user avatar
  • 5,042
0 votes
1 answer
2k views

Python call of import image as plane

I am building a simple python script that creates a plane with an image (image as plane addon). I call blender by the command line : ...
johnconnor's user avatar
0 votes
1 answer
796 views

Add-on UI won't display!

So I came across a little pickle whilst making a addon. I was making a "create object" type tool, which had a lofty number of custom properties, so I wanted both to organize it, and to figure out how ...
Dannyboy's user avatar