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.

Import .ply files to unity 3D

I am trying to import .ply in to Unity 3D with vertex colors any way to accomplish this? I don't …

3d unity3d blender 3dsmax
Cannot install package bpy using pip

Problem description: In VS Code, run the command pip install bpy (as indicated in https://pypi.org/project/bpy/) and …

python pip blender bpy
Can you add a light source in blender using python

Alright, I'm totally new to Blender and am just looking for some good tutorials on how to use python to …

python rendering blender light
How to load json models in three.js properly?

I'm having a hard time loading JSON models in three.js. I'v made a very simple tube-like model and textured …

javascript json three.js blender
right hand coordinate matrix to left hand coordinate?

i'm using blender for my 3D model which uses right-hand coordinate system, so when i try to import the model …

opengl matrix blender irrlicht
Blender import in Unity, how to generate correct mesh collider?

How to get/generate a proper mesh collider in Unity using a model exported from Blender (.obj/.fbx)? This is …

unity3d blender mesh collider
Is it possible to create Blender file (.blend) programmatically with Python?

I know Python is the standard scripting language for use inside Blender, but I didn't find a way to create …

python blender 3d-model
How to analyse the source code of Blender

I am a beginner of Blender, my professor asked me to read the source code of Blender 2.6 and study how …

blender blender-2.50
Three.js Collada - What's the proper way to dispose() and release memory (garbage collection)?

I've successfully imported a .dae scene via ColladaLoader. The problem is, I need to switch between several .dae files. I …

three.js blender collada
How can I use blender animations in XNA 4.0?

I have a model in Blender (2.6+) with rigged animation. I exported it to FBX and import it to XNA. I …

c# xna xna-4.0 blender