blender-2.50
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 mak开发者_如何学运维e events trigger your scripts. Isn\'t there a way t[详细]
2023-04-08 21:57 分类:问答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[详细]
2023-03-26 10:15 分类:问答The correct bone data to export from blender to view in ogl?
Edit开发者_如何学Python (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[详细]
2023-03-08 04:37 分类:问答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.[详细]
2023-03-01 16:02 分类:问答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:[详细]
2023-02-21 22:52 分类:问答Operation of pickle in Blender 2.56
I am using pySerial to get data from an Arduino (micro-controller). The data are stored in a pickle file. It worked fine with Blender 2.49 (python 2.7).[详细]
2023-02-13 13:15 分类:问答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 vert[详细]
2023-02-11 23:19 分类:问答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...[详细]
2023-02-07 03:56 分类:问答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:[详细]
2023-01-26 06:12 分类:问答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.[详细]
2023-01-15 16:17 分类:问答