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.

ImportError: No module named 'bpy'

I am getting Error ImportError: No module named 'bpy' in Blender console. I am importing bpy module inside Blender console …

python blender bpy
How to export .obj format file with texture in blender?

First of all i am new in blender. i have attached texture from tree object. this project exporting (.obj) and (.…

textures blender .obj
Including textures when exporting from Blender to COLLADA/.dae format for use in SceneKit

I am able to export meshes created in Blender for use in SceneKit by using the COLLADA/.dae format - …

ios blender collada scenekit
Blender scripting: Indices of selected vertices

Q: In Blender 2.64, I have a mesh in edit mode with some vertices selected. How can I get or generate …

python blender
Exporting a simple model with texture from Blender to three.js

Note: I want to avoid modifying the model in the javascript code and do all the model design inside Blender. …

three.js export textures webgl blender
How to crop a strip (width x height) in Blender VSE?

I have a several videos in a Blender project with dimension larger than 1280x720, which is my output dimension. Instead …

video blender editing dimension
Including texture files into the collada file

I want to include my texture image files into my collada file. Now I have many files: the .dae itself …

image image-processing three.js blender collada
Blender, Python Scripting Tutorials

I already know some Python and got interested in extending Blender using Python scripts. Can anyone suggest me some good …

python blender
How to install python modules in blender

I've been trying to install pyserial for blender, but I can only install it to python32 on my C drive, …

python blender
Opening .blend files using Blender's Python API

I'm trying to make an automated build system for Blender 2.73 which reads XML files with lots of paths, opens the …

python blender bpy