Skip to main content

All Questions

Tagged with
0 votes
2 answers
94 views

Adding a camera in front of an object based on xyz rotation (Euler to Spherical conversion)

About the script: I would like to add a camera in front of a selected object. The front of the object is based on a calculation using a pre-defined polarangle, azimuthal angle and distance. The ...
Sneider's user avatar
0 votes
0 answers
38 views

List of objects in appear in camera view (with script) [duplicate]

I would like to list the objects in front of the camera (What will be rendered). I'm thinking about the ray trace detection but maybe there are a better way. There is exactly one element listed int ...
Gábor Horváth's user avatar
1 vote
1 answer
297 views

How to refresh workspace

I do these operations in a for loop: Selecting all objects Remove Add a mhx2 model Add cameras and lamps Bind cameras to model Load a bvh file Render The problem is how to refresh the entire scene ...
Abe's user avatar
  • 65
1 vote
0 answers
579 views

How to constrain the camera to look at an object in python script [duplicate]

The function i have created thus far: ...
Chris Lawford's user avatar