Top "Blender" questions

Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License.

Python subprocess.call not waiting for process to finish blender

I have a python script in blender where it has subprocess.call(os.path.abspath('D:/Test/run-my-script.sh'),shell=…

python shell subprocess blender git-bash
what is the framework using in Blender GUI?

What is the framework using in Blender GUI? QT? Or Tk, GTK+, FOX toolkit, wxWidgets? Because Blender is cross-platform application.

frameworks blender
How Do I Switch Y and Z Axises from Blender? (So Y is Up)

I've been having a bit of a problem with making the Y axis my up axis when exporting mesh and …

blender
How can I export DAE files for use in Scene Kit without seeing "untitled-animations"?

I am trying to load animations created in Cheetah 3D and Blender 3D into Scene Kit, but all I get …

swift blender scenekit collada
Blender 2.6.1 export to ogre

I'm using Blender v.2.6.1: is there a way to export my project (.blend) to .mesh and .skeleton? I've tried to …

blender ogre
Static variable inheritance in Python

I'm writing Python scripts for Blender for a project, but I'm pretty new to the language. Something I am confused …

python inheritance syntax static blender
What are the specifications for a Wavefront .obj file?

I want to write a parser for Blender's .obj file. The file format seems self explanatory, but also it seems …

blender wavefront
How to create a simple mesh in Blender 2.50 via the Python API

I would like to create a simple mesh in Blender (2.50) via the Python API but the examples from the API …

python blender blender-2.50
Frequency Analysis in Python

I'm trying to use Python to retrieve the dominant frequencies of a live audio input. For the moment I am …

python numpy fft analysis blender
Using Blender/SketchUp Models in OpenGL

I'm making a renderer using OpenGL. I have textured models in Blender / Sketchup (I can exchange between the two easily), …

opengl blender sketchup