bpy Questions

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 at 14:6

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

1

Solved

I'm trying to make an automated build system for Blender 2.73 which reads XML files with lots of paths, opens the files one by another and then renders them. I'm using the following code in order ...
Berry asked 21/1, 2015 at 19:47

3

Solved

How do you select objects by name through Python in Blender 2.6? In 2.4-2.5, one could simply use: bpy.ops.object.select_name("OBJECT") ... but this has been discontinued in 2.6, to be replaced...
Yevette asked 20/10, 2013 at 0:8
1

© 2022 - 2024 — McMap. All rights reserved.