Skip to main content

All Questions

2 votes
2 answers
2k views

Time delay when selecting objects in a python script!

I am trying to create a simple script in python that will allow me to select objects from my scene. What I did, is created a scene, and added 3 objects, a cube, a sphere and a cylinder, and they are ...
Viktor Raspberry's user avatar
0 votes
0 answers
380 views

blender script to read .OBJ file

Using Blender script, I need to read human body from an .obj file and identify the human parts of it respectively. The following is the script used to read the .obj file: ...
user1577494's user avatar
2 votes
1 answer
815 views

set mass of objects via python?

I'm scripting this file that generates an environment containing objects of different masses, shapes, sizes and physics types. I'm having trouble setting the mass, though... e.g. ...
29374819's user avatar
  • 331