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.

Running python script in Blender

I installed Blender 2.6 and I'm trying to run a script called drawcar.py (Which uses PyOpenGL) I looked around the …

python blender
How can I open .obj files in blender?

Each time I try to open a wavefront obj file I get an unsupported file type error. Why is this? …

blender
Blender fbx import from ascii format

I have a FBX model which I would like to open in Blender but when I try to import the …

import ascii blender fbx
How to make an object invisible at a particular keyframe without moving it in Blender (2.59)?

I'm quite new to blender, and I'm doing some experiments with it. I've been searching for a way to make …

blender
Transferring rig weights from one mesh to another in blender 2.76

I've recently started using blender in order to create my own models for games and such. I have created a …

blender 3d-modelling
blender - how do I add a color to an object?

When I try, nothing happens. I select a color and click the object and nothing. Maybe a python command?

python blender
rendering and saving images through Blender python

I am trying to render and save multiple images through python script in blender. I know how to render and …

python render save blender
Blender 2.6: Select object by name through Python

How do you select objects by name through Python in Blender 2.6? In 2.4-2.5, one could simply use: bpy.ops.object.…

python blender bpy
Blender how to round edges of face

I'm trying to make a round eye in my object by selecting a face, pressing e, dragging it into the …

blender blender-2.61 blender-2.50 blender-2.67 blender-2.49
Blender export to Three.js

I just created a random mesh using Blender and I want to export it to be used in HTML5 via …

html canvas three.js blender