Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License.

learn more… | top users | synonyms

0
votes
0answers
7 views

Is it possible to import/process advanced light attributes (IES) in WebGL?

IES (Illuminating Engineering Society) is a file format (.ies) that enhances lights in animation tools. It adds accurate falloff, dispersion, color temperature, spatial emission, brightness and stuff ...
0
votes
0answers
15 views

Three.js: Load JSON file to be viewed in

i have a question regarding putting a 3dModel from Blender to a Three.js page. I have created a 3D Human model in blender. I can export it using the 2.66 three.js-export plugin for blender. When I ...
0
votes
0answers
8 views

White box around part of image in Blender

I've been trying to render my animation in Blender, and while it is rendering, it looks great, but as soon as it is finished, it places a semi-opaque white frame around my image. Example: How can ...
0
votes
0answers
7 views

How to export .f3d files for flare3d?

What program / method exports .f3d file ? I have blender made 3d model and want to export convert into .f3d file for use with flare3d. (tried to use 3dsMax 2010 exporter but it only exports to ...
0
votes
1answer
27 views

How do I change the same parameter on multiple objects efficiently in Blender?

Starting with a single cube, I have changed some properties (material, color, reflection attributes), and then duplicated the object into a dozen cubes, placing them in the scene. After rendering, I'd ...
0
votes
2answers
17 views

Finding source code file path for blender 2.67

I am trying to edit some files in Blender 2.67. I installed it from blender.org. I can't find the source folder... I want to create my own mathematical BSDF. I think I need to change the source code ...
1
vote
0answers
37 views

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 ...
1
vote
0answers
27 views

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 ...
0
votes
0answers
21 views

3D object in viewcontroller

Ok so heres what I want to do, I have an object I made in Blender and I want to put it in a viewcontroller and rotate it. Thats it. Shouldn't this be as easy as it is to put a .png image into a view ...
0
votes
0answers
12 views

Blender 2.63 creating multiple actions for same object

in Blender 2.63 i want to create multiple animation actions for same object. But i don't want to merge them together how to do that? As i am trying to perform MD2 animation from Rajawali framework
2
votes
0answers
50 views

Three.js, no shadow rendered (.stl files)

I'm using three.js and I'm trying to make a good viewer for .stl files. But I have a big problem with the shadow, for some files it's ok and for some other it's just horrible. (Most of the time, it's ...
1
vote
0answers
30 views

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) ...
0
votes
1answer
16 views

Is it possible to parent to only one or two axes in Blender?

I'm in the process of creating a 2d platformer using the Blender Game Engine. I'm having trouble getting the camera to follow my character and keep him in the center of the screen. Initially, I tried ...
0
votes
0answers
13 views

How to reference a driver in Blender 2.66 API

Trying to create IKFK sliders in Blender, and I've run into a bit of a snag. The console identifies the Drive as : bpy.context.active_object.data['arm_IK.L'] thusly, I've coded the slider as : ...
0
votes
1answer
102 views

Opengl obj object loader with textures

I am using an object loader to load an obj model that I exported from blender. I can load the model but none of the textures are loaded and I don't know why. Should they be loaded when I render the ...
0
votes
1answer
50 views

How do I integrate C++ library with Python?

I want to integrate Berkelium (www.berkelium.org) with Blender to render browser in Blender scenes. Blender allows you to write python add-ons ...
1
vote
1answer
121 views

Three.js loading exported blender model

I did a simple 3d model in blender and exported it to .obj file. Now I am loading it using three.js and I want objects that have string 'clickable' in its name to move on Y axis on click. You can ...
-1
votes
1answer
42 views

can i make a quickbooks-like app in unity 3D?

i understand that i can bring preety cool looking assets allthough i am uncertain of blender and unity anyways can i make a program running steady short animations in 3d but yet side scripted ...
1
vote
0answers
24 views

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 ...
1
vote
1answer
23 views

Render Blender model on a server

We are using Blender to open a .blend model, apply some python code via the python console and create a .dae file. Now we need to implement this functionality on a linux server to serve .dae files to ...
0
votes
0answers
39 views

Making a Face of a 3D Mesh Face “Up” in Blender (Python)

I have been struggling with this for a couple weeks now. How can I get a selected face of an object to point "up"? Is there a built in function to make this simple? Will I have to take more math ...
0
votes
1answer
21 views

three.js aditional texture color

I have a mesh with a base color and want to add an additional color. The intensity the additional color shall be added with is given by a (Voronoi) texture. Is this currently possible in three.js? ...
0
votes
1answer
76 views

Three.js load multiple separated objects / JSONLoader

is it possible to load a scene (e.g. two different cubes) exported from blender to json and identify them? I need to distinguish between them e.g. to make one rotating and the other moving. Thank ...
0
votes
0answers
68 views

How to easy learn Webgl model texturing and shading?

I am developing a webgl based racing game for my final year project and particularity i am having difficult time texturing the models, i am going through this book called "webgl up and running" but it ...
1
vote
0answers
42 views

XNA Model rendering: texture is there, but messed up

I just found out how to export a 3D textured model from blender and successfully imported it into my xna program, but it seems to be sampling the texture wrong. At first I thought that my custom HLSL ...
0
votes
0answers
41 views

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 ...
0
votes
0answers
47 views

Trying to get a blender python script to get data from an OpenCV program for Head/Object Tracking

So I've written an OpenCV program that can track objects. What I'm trying to do is make a python script that will track the object and move the camera in Blender according to the motion of the ...
0
votes
0answers
41 views

XNA 3D displays only the top left pixel of UV Texture

I'm working on a XNA 3D Game, and I use 3D models with UV Textures. I had one model which works fine in XNA (animation, and texturing are good). But I created a new model and I can't see the texture. ...
0
votes
1answer
62 views

How to align a face to a position in world space?

I have a mathematical problem. Let's say I have a face (with 3 or 4 vertices) at some world position. I want to translate/rotate the mesh so that the face is "facing" up and is centered (0,y,0). What ...
0
votes
1answer
44 views

Blender camera rotation with python - not planar?

I'm trying to create a script that renders a 360 degree rotation of an object. I'm not familiar with blender at all, but I've been trying my best to do this. I'm writing a script using Python that ...
0
votes
1answer
92 views

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 ...
0
votes
0answers
37 views

Blender 2.66 Segmentation Fault in Script But Only From Console

I have a simple Blender model that I am rotating using a script. In version 2.66, the script works in the GUI, but crashes with a segmentation fault from the command line. Here is the script: import ...
-1
votes
0answers
25 views

how to close Blender perspectives [closed]

I accidentally created lots of Blender perspectives. How do I close them again? Pulling the arrows right doesn't show those arrow windows I saw in video tutorials. Split and Join Area doesn't do ...
0
votes
0answers
27 views

how to add tagdata and model.bones to blender models?

i'm working into some 3D game with 3rd person camera and i tried marble maze tutorial from msdn... i do noticed that in there for collision detection they are using tagdata which come from model.tag ...
0
votes
1answer
33 views

Blender open a hyperlink by clicking on object

Is it possible to dynamically open a web page by clicking on an object? If so, how can this be accomplished? What about linking to the underlying file system? I'm using custom attributes to save the ...
0
votes
0answers
143 views

Cannot read property 'length' of undefined by loading object in Three.js

i'm quite beginner in Three.js. i tried to load a simple cylinder.js object that i exported from Blender. but, i got this error Uncaught TypeError: Cannot read property 'length' of undefined ...
0
votes
0answers
21 views

How to change file_extension internally in Blender 2.65

I am writing a python script for Blender and I am quite new. I want to change output file format in render option internally. For example, context.scene.render.file_extension = "PNG" . But it is a ...
1
vote
1answer
198 views

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 ...
0
votes
0answers
18 views

Blender, Python: link_append all the brushes of a file?

Is there a way to link_append in Blender with Python all the Brushes of another .blend file?
1
vote
1answer
108 views

animation not playing unity

This appears to be such a common problem, that finding answer to my specific case is near impossible, because of the amount of noise in google or forum searches. I have imported object to unity from ...
0
votes
0answers
40 views

Exporting 3D animation to md2

I would like to export a simple 3D animation to .md2 with Blender but I'm having trouble. I tried using different versions of Blender and the exporter but I always get a file with just one frame. So I ...
0
votes
1answer
17 views

How can I run the Blender desktop app (blender.org) in the cloud?

I would like several people to be able to access Blender on a server, and work with it. What is the best way to do this? Many thanks for help.
2
votes
1answer
84 views

3d object rotation issue in cocos3d

I ve created a 3d object using Blender and exported in to collada form. And converted to pod file using PVRGeoPod. I added the pod file to cocos3d project resources. Then altered the hello-world ...
0
votes
0answers
49 views

How to modify the type of polygon strands with hair particules using Blender 2.66?

I have created a hairstyle on blender 2.66. I exported it using the WAVEFRONT format. The goal is to display my hairstyle with a program using the OpenGL API. I noticed in my OBJ file that the type of ...
3
votes
4answers
114 views

What was Blender created in?

Does Blender use OpenGl or DirectX? Or is it all done from scratch?
0
votes
0answers
37 views

LWJGL Blender import issue

I have a blender model that I export to obj to load and render. The code works because I have used it before. The issue is that I can't seem to get it so that there are multiple elements per element ...
0
votes
1answer
48 views

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 ...
0
votes
0answers
71 views

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 ...
0
votes
2answers
111 views

Open a file browser in a specific folder with Python

I'm a french guy, so excuse me if my English is not very good. Here is my problem : I'm using python to make a script that works with Blender, and I need to import an .obj file. I already have the ...
2
votes
1answer
91 views

HOw to export to Collada form in Blender for cocos3d

I hope someone can help me here because I have exhausted all options. I am using blender 2.66a to create 3dobject for Cocos3d. In THE BRENWILL tutorial they have used blender 2.4.9 to export to ...

1 2 3 4 5 10