For issues relating to using Blender, version 2.50.
0
votes
0answers
34 views
Not properly exporting .fbx file from blender
I have made animation in blender.its look perfect.But when i export in fbx file and import it into unity then in its head part is hole ..which basically has no mesh...Is there any help
0
votes
0answers
28 views
Creating an interface like Blender 2.5?
So I downloaded the source to the current blender with hopes to find out how they do their UI but I am having a hard time finding my way around that massive project.
I am mainly trying to figure out ...
0
votes
0answers
244 views
How to extrude face alongside its normal in Blender?
I'm writing basic script, to learn python scripting in Blender Python API. So I have this script generating the most basic building. You select faces, hit genrate and boom - you made yourself basic ...
0
votes
2answers
375 views
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 implements the material and texture block. After i have downloaded the source code, i ...
1
vote
1answer
622 views
Reset Timeline of animation - blender 2.6
I am new to Blender animation, i have simple 3d model which has bones to animate and its animating as expected, now what i want to do is reset the frames in timeline of the blender, for exampe, my ...
1
vote
0answers
241 views
Blender - creating bones from transform matrices
Notice: this is for the Blender 2.5/2.6 API.
Back in the old days in the Blender 2.4 API, you could easily create a bone from a transform matrix in your 3d file as EditBones had an attribute named ...
0
votes
1answer
96 views
Is it possible to create a UV map from a rendered object in Blender
I am wondering if it is possible, and if so, how, to create a UV map from a high detail rendered image in blender, sort of like you can do in professional 3D applications and game engines, like Maya, ...
2
votes
2answers
1k views
Python script with arguments for command line Blender
I'm new to blender and python. I have a blender model (.blend) that I want to batch-render as several images providing some properties for each image.
I wrote a python script with those parameters, ...
1
vote
1answer
398 views
Remove speed ease from animation in Blender 2.5
By default Blender adds speed easing to the animation. I need to remove it to get consistent rotation speed on my model. How/Where can I modify ease curve?
Thanks
0
votes
1answer
278 views
Opening Blender (a program) from a specific filepath, relative paths, Unix executable
In my previous question, Open a file from a specific program from python, I found out how to use subprocess in order to open a program (Blender) — well, a specific .blend file — from a ...
0
votes
1answer
561 views
Export animations from cinema4d to blender
I've been trying to get some animated models from c4d into blender all day. The models transfer fine, but the animations dont. I've used COLLADA, 3ds and obj file types but none are successful.
I need ...
0
votes
1answer
123 views
Detecting border of plane in Blender Python API
I'm working on a script to generate building from plane. While having normal plane is rectangle it's quite easy - you're looking for vertices most -/+X, -/+Y, -/+Z, but what if plane is not of regular ...
1
vote
1answer
1k views
Add Python script to Blender 2.6.1 on mac 10.6.8?
I added my Python script to the scripts folder of Blender (which were hidden) however, i'm not sure how to add the script from that point? Eventually I want the model to be added to xcode.
2
votes
0answers
141 views
M3G Plugins for Blender 2.59
I am looking for M3G plugins for Blender. I have already followed the link http://www.nelson-games.de/bl2m3g/ and installed Python v2.6.2 & Blender v2.4.9, but when it's not working. I have ...
1
vote
1answer
478 views
blender: rotating the viewport relative to the plane it lies in? [closed]
In blender when you click the middle mouse button in 3D view and
drag the mouse you can orbit around your scene with two degrees
of freedom, namely:
click MMB and drag horizontally: orbits our view ...
2
votes
2answers
514 views
blender 2.50: positioning group of objects precisely
I am new to blender 2.50. I would like to position a group of objects
to a precise location. To do this I do the following:
Click 'N' to make sure the options panel is visible.
SHIFT - RMB (shift ...
2
votes
1answer
173 views
Blender game engine events with python
We're searching for a way to script events in BGE instead of using there build in GUI version where you are using your mouse to make events trigger your scripts. Isn't there a way to use events with ...
0
votes
0answers
308 views
Blender Python Object Link
I am trying to upgrade a old script to blender 2.5 (python 3.2), the problem is that i didnt write the source script, so I dont know what this block of code means. Can someone tell me how could I ...
0
votes
2answers
1k views
change bones position in a armature in blender game engine using python
I am working on real time mapping of model with the user data obtained from Kinect.
I am able to get access to the individual bone using bge.types.BL_ArmatureObject().channels
which give the list of ...
0
votes
0answers
360 views
Blender 2.5 Python video texture info
I load an animated texture in blender 2.58 using python like this (see this question earlier):
#setup world
wtex = bpy.data.textures.new(name="WorldTexture", type='IMAGE')
# set World texture
wrld = ...
3
votes
1answer
480 views
Blender 2.5 Python animated world texture setup
I need to set up an animated (i.e. from video file) world texture in blender 2.58 using python.
I make a texture like this:
import bpy
# create new clouds texture
bpy.ops.texture.new()
wtex = ...
11
votes
1answer
832 views
The correct bone data to export from blender to view in ogl?
Edit (Original post below):
So I have come up with the following code. I can export the mesh, bone structure and animations. I can animate a simple skeleton. But for some reason if I animate more ...
7
votes
2answers
1k views
Extracting Blender Original Coordinates (ORCO)
I've made an exporter (in Python) from Blender (2.5+) to a custom format. What bothers me is that most models I download contain no UV layers but instead are using auto-generated texture coordinates.
...
0
votes
1answer
175 views
Blender not working with Python
I'm trying to run an external script with blender 2.49b and 2.57
I tried with installing Python versions, 2.4, 2.6 and 2.7.
I'm getting this error in the console window.
Anyone have a clue of what ...
0
votes
1answer
466 views
Export each object on scene to another file
I want to ask you, how can I export all objects to scene to seperate files in blender using python scripts ? I want to export it to fbx, to have something like this:
Object File
Car ...
1
vote
1answer
428 views
operation of pickle in blender 2.56
I am using pyserial to get data from arduino(micro-controller).
The data are store in a file. I use Pickle for the same. it worked fine with blender 2.49(python 2.7).
now shifting to blender ...
1
vote
1answer
755 views
How to get proper number of vertices in OBJ file from DCC tools such as Blender for use in OpenGL ES?
I am told that for a simple cube I need 36 vertices when I want to have colors/textures etc. for OpenGL ES application but when I export the colored cube to OBJ format using Blender, I only get 8 ...
0
votes
1answer
187 views
shift between different objects in Blender using game engine
i m working with game Engine(blender)..
there are several objects and i need to shift between them on external input (potentiometer).. need functions(python) that can help me shift between ...
1
vote
0answers
126 views
Logging mouse input for debugging purposes
I have a persistent issue with a particular UI behavior in Blender 2.56.0. Before anyone tells me that I should be asking about this on the Blender forum, I have...
...
0
votes
1answer
284 views
How to change internals path in blender 2.5
I'm writing a python script for blender that has to change the internals path from a windows format (using "\") for a linux format ("/") and change the unit letter for a specific path.
My reasons is ...
0
votes
1answer
1k views
How do I create UI “input fields” in Panel (3D Blender 2.55)?
I'm trying to create my own panel (in Blender 2.55), that will help me modify/create objects.
I've tried the following example:
import bpy
class OBJECT_PT_My_Panel(bpy.types.Panel):
bl_label = ...
3
votes
2answers
8k views
How to create a simple mesh in Blender 2.50 via the Python API
I would like to create a simple mesh in Blender (2.50) via the Python API but the examples from the API documentation don't work yet.
I tried the following but it's from API 2.49
from Blender ...