Category "blender"

Python can't find Blender Module

I've built Blender as a python module on Ubuntu. Ran make install which updated the site-packages. Running python3 -m site returns the following: sys.path = [

Install numpy for blender

I'm having a hard time exporting my blender model to glTF 2.0 format (for godot): (I still can export it to default .dae format) So, I tried installing numpy f

Many unwanted animation clips when import from Blender to Unity

I want to export my model from Blender (3.1) to Unity (2021.2). I did some animations but i removed them because i want to create new ones. When exporting to Un

AttributeError: expected a callback function (and optionally one or two strings) as argument(s)

I'm new to Python and was trying to do some import and export scripting in Blender 2.43(which uses Python 2.4). I had a simple script: import Blender import flt

Blender add-on "3D Print Toolbox" and MeshLab

Blender software has a nice mesh analysis add-on called ”3D Print Toolbox". It is making us give it a second look for our 3D printing workflow. On the oth

Blender add-on "3D Print Toolbox" and MeshLab

Blender software has a nice mesh analysis add-on called ”3D Print Toolbox". It is making us give it a second look for our 3D printing workflow. On the oth

From Blender to THREEJS, export with GLTF a mesh with UV texture & material color: material color lost

In my game, i use mesh (skeleton, animations and materials without texture) made with Blender (2.79b) ,then exported in glb format (gltf binary v2). In THREEJS

How to edit mesh properties after adding in Blender

Right after adding a mesh object to my scene in Blender, in the tools panel appears a really helpful tooltip named "add [mesh name]", well Im sure everyone know

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 can't seem to implement the dispose

How to load animations made in Blender to ARKit?

I made a 3D object in Blender and made some custom animation to it. However, I manage to load the object to the scene, but not the animation. This is what it

I've created a tab via blender python interface but it doesn't appear when script executed

I just started out learning script making in blender and created a code that suppose to create new tab in object preferences tab when executed. But it does not

Blender import python module

I am running Blender 2.49 with Python27 (for testing) and am trying to import webbrowser and os. When I try webbrowser the console returns "no module named webb

Morph Targets Three.js

I'm trying to get started with morph targets and three.js. However, there doesn't seem to be much documentation on this subject. As I'm looking at the source co