blender Questions

1

I'm looking to change the transparency of a plane in real time using the games engine. I found this script: for x in [0,1,2,3]: own.meshes[0].getVertex(0,x).setRGBA([1,1,1,alpha_rate]) This works...
Crape asked 27/3, 2011 at 12:45

1

Solved

I'm currently making a custom render engine for Blender 3.0+. I'm programming in C++(core engine) and Python(Blender API). In the past I have made two other render engines, where the data stored fo...
Thicken asked 24/5, 2022 at 19:16

1

I would like to find the best way to add lights from a blender scene into a THREE.js project. I can not find an explanation of how to import the lighting from blender to THREE.js anywhere. You are ...
Ironwork asked 2/9, 2020 at 3:50

10

Solved

I've been trying to install pyserial for blender, but I can only install it to python32 on my C drive, is there anything i can do to have it install to blender or have blender import from python32 ...
Cartwheel asked 22/6, 2012 at 18:14

5

Im using blender to edit a video and when i try to render it, it comes up with the error: border rendering is not supported by sequencer. Using blender 2.80
Kovach asked 19/9, 2019 at 4:31

9

Solved

I have a FBX model which I would like to open in Blender but when I try to import the model it says: ASCII FBX files are not supported. Is there a way to import the model to Blender somehow? I don'...
Fearsome asked 20/2, 2015 at 18:26

1

Solved

I am trying to write a python script that will convert triangular-mesh objects to quad-mesh objects. For example, image (a) will be my input (.obj/.stl) file and image (b) will be the output. I am...
Fireworks asked 12/1, 2024 at 14:6

3

I have exported blender JSON animation into THREE.js, everything works fine, but I want to play the animation only once and stop instead of looping the animation.
Cytosine asked 27/11, 2015 at 14:9

3

Solved

When I use mirror modifier in blender and export my collide (.dae), my exported object doesn't have include the 'mirrored half' but just has the side where I didn't delete the faces. Help?
Isentropic asked 9/10, 2014 at 1:36

7

I'm quite new to blender, and I'm doing some experiments with it. I've been searching for a way to make an object disappear from sight at a particular key-frame, without moving it out of the came...
Jochebed asked 13/1, 2012 at 0:31

2

Solved

I've searched endlessly for an answer to this question. However, I have created a model in Blender and export it as a .FBX directly into Unity. But the textures I have applied in Blender do not ren...
Simple asked 22/9, 2014 at 17:43

2

I made a simple cube model with animation in Blender. Exported it as a .fbx file with the option bake animation turned on. With Reality Converter I converted the .fbx file to .usdz which I imported...
Irairacund asked 17/1, 2023 at 22:31

7

I've been having a bit of a problem with making the Y axis my up axis when exporting mesh and scenes from Blender. Both Blender and my export target use right handed transformation matrices. Z is t...
Spiritless asked 9/7, 2010 at 4:40

6

Solved

I am trying to build blender so that I can use it directly from python and was going through this tutorial and I got stuck on the very first make command giving me CMake Error at /usr/share/cmake...
Endothermic asked 3/12, 2015 at 11:3

5

Solved

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, ...
Semiotic asked 18/5, 2013 at 15:35

1

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 ...
Tobolsk asked 25/5, 2011 at 19:35

4

Solved

I want to visualize some scientific data, which is, at the moment, only an animation of some spheres with different colours and sizes. I already created a script within Mathematica which creates t...
Cholecalciferol asked 28/2, 2013 at 13:31

4

Solved

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 method properly. dae.traverse(funct...
Guardant asked 15/10, 2015 at 15:8

6

Solved

I just created a random mesh using Blender and I want to export it to be used in HTML5 via the Three.js. I haven't seen any decent tutorials that shows how to do this. Can anyone help me out with t...
Retiarius asked 20/3, 2012 at 8:25

2

Solved

Is it possible to create a Blender mesh directly from efficient numpy arrays without needing to go through (the slow and space wasting) POD python data types? Here is a script that illustrate what ...
Ami asked 8/7, 2021 at 7:15

4

Solved

I'm designing an add-on for blender, that changes the location of certain vertices of an object. Every object in blender has a matrix_world atribute, that holds a matrix that transposes the coordin...
Hydromagnetics asked 12/12, 2012 at 13:2

9

The author here in point 17.20-17.50 mentions that you can access BPY with the standard Python interpreter in the future. It is already 1 year old so how can I access the BPY with the standard pyth...
Respondence asked 10/6, 2012 at 21:53

4

Solved

Is there a way to view animated GIFs demonstrations step-by-step? Example of an animated image produced with Blender screencast which is way too fast: Source: What is the fastest way to create a ...
Secede asked 18/7, 2015 at 15:10

0

I am writing a program using python, in which some 3D plot functions are needed like importing OBJ files, view 3d objects in different views and so on I know Blender and Freecad can work with pytho...
Ticino asked 20/3, 2021 at 10:32

1

I am getting Error ImportError: No module named 'bpy' in Blender console. I am importing bpy module inside Blender console but still getting the Error. After long Googling I found that no one is ge...
Minaminabe asked 29/10, 2014 at 10:55

© 2022 - 2025 — McMap. All rights reserved.