Questions tagged [blender]

Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License. Also see the https://blender.stackexchange.com Stack Exchange site for more Blender-related questions.

Blender is a free and open-source 3D computer graphics software product used for creating animated films, visual effects, interactive 3D applications or video games. Blender's features include 3D modeling, UV unwrapping, texturing, rigging and skinning, fluid and smoke simulation, particle simulation, animating, match moving, camera tracking, rendering, video editing and compositing, featuring also a built-in game engine.

It is mainly written in C. Python is used for scripting and part of the user interface.

Resources:

3246 questions
1
vote
1 answer

Three.js - Flickering Texture

I am trying to load a JSON file that I exported from blender. There are two meshes and two materials in the file. This is the code that I use to load the JSON. var self = this; var mushroomLoader = new THREE.JSONLoader(); …
1
vote
0 answers

Blender three.js fails to import ratamahatta.js model

We have setup the Three.js plugin for Blender (2.66) We are getting a error when we try to import the .js model from the sample http://threejs.org/examples/webgl_morphtargets_md2.html Error: Read new prefs: C:\Users\anc2\AppData\Roaming\Blender…
user2324723
  • 113
  • 2
  • 13
1
vote
0 answers

Threejs - Cannot see/render collada object

I am trying to render my Blender object in my threejs scene. This is my first attempt. The loader seems to be able to create the object but I cannot see the object anywhere in my scene. Can anyone provide me with some hints? This is is my Collada…
Nick
  • 19,198
  • 51
  • 185
  • 312
1
vote
1 answer

serial communication Blender Game Engine to arduino?

I need help from communicating serial data from blender game engine to arduino. I'm making keyboard input from blender and trying to communicate to arduino, but it's not working. This is blender code import serial ser = serial.Serial("COM6",…
Fahmiii
  • 21
  • 1
  • 4
1
vote
2 answers

Issues importing animated models from Maya to Blender and then to three.js?

I have a simply question and hopefully someone can answer this. I need to get an animated model into three.js from Maya. I know currently the only exporter/ converter to the three.js JSON format that supports animations is the blender plugin.…
1
vote
0 answers

The Big Rotation / Orientation Quest in Unity

I'm working on a custom blender to unity exporter/importer(school project), and I have a bigger problem: The Rotation. I can get the Euler rotations and/or quaternions from blender, but when I want them to apply in one of Unity's objects, it just…
1
vote
1 answer

Panda3d Blender created room does not display properly

Edit: Not sure what I did but it worked still the walls don't display correctly.... Using Panda3d and python I have created a small room with a couple objects in blender and modified an example from Panda3d to do so and it worked for a bit but has…
Zimm3r
  • 3,369
  • 5
  • 35
  • 53
1
vote
1 answer

Blender to Unity rotations screwed up

I managed to get rotations on the console in blender, but when I try to apply it in Unity, it is just very wrong. I am using Quaternion.Set to set the desired rotation. I know that blender uses (WXYZ) quaternion, but when I got these values and set…
Citrus
  • 1,162
  • 1
  • 16
  • 38
1
vote
0 answers

Blender: calculation of elevation and rotation angle from plane

I have a generic plane (any location, any rotation around every axis) with its normal axis passing by the center. Then I have a generic point and I need to find the elevation and the rotation angle from the normal of the plane (as described…
ipersite
  • 185
  • 3
  • 7
1
vote
0 answers

API changes? Animation add-on doesn't work since version 2.63

My FlipAnimation add-on works fine until version 2.62 but refuses to work on newer versions. The main purpose of it is taking a range of keyframes of the currently active action and perform a Copy Pose and Paste X-flipped Pose on every relevant…
Kay
  • 12,918
  • 4
  • 55
  • 77
1
vote
1 answer

Collada loader not working properly

I created a model in blender, rigged it and created some simple animation, after which i exported to .dae. The animation looks fine when i open the .dae file, however after i loaded it into browser using three.js, the animation is not working. The…
TanC
  • 153
  • 3
  • 13
1
vote
1 answer

Three.js JSONLoader texture issues

I'm trying to learn three.js so my next personal chalenge was to import a model from blender, everything went well but some of the textures are presenting some problems (use demo link to be able to see it). There is a demo hosted…
Remo H. Jansen
  • 23,172
  • 11
  • 70
  • 93
1
vote
1 answer

How rerender scene after setting active camera in Blender 2.6 using Python

I have the following code in my Blender game: if bge.logic.KX_INPUT_ACTIVE == keyboard.events[bge.events.QKEY]: bpy.context.scene.camera = bpy.data.objects["Camera.Shoulder"] My camera IS reset to 'Camera.Shoulder' but the view is not…
Ann Non
  • 11
  • 1
1
vote
0 answers

Blender export to obj messes my normals

I'm having a bit of trouble with the Wavefront exporter of Blender. Actually I'm developing a parser for .obj mesh. I created a mesh in Blender, set up its UVs, normals and so on... When I'm loading this mesh with my loader, UVs get placed correctly…
1
vote
1 answer

profiling python script

I'm trying to profile a script for Blender written in python. Problem is that majority of running time is spent in "built-in method call" which I rally don't know what is. Could anybody tell me what this method does or give me some hint how to…
arik
  • 109
  • 4