make objects pivot look at an object ...

hello ... i was wondering if it is possible to make a bunch of ( 500 and more) objects pivots look at a node or something without affecting the original object .. u can look at the attachment the will give the idea ...
thanks in advance

AttachmentSize
1.jpg53.05 KB
2.jpg56.26 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Garp's picture

Oh, I forgot that part.

Oh, I missed that part. Reselect the objects (including the first one) and type:

for o in selection o.objectOffsetRot *= o.rotation 

If it's for an animation, you need to use a script controller.

3D R.n.D's picture

ammm i tried it but its not

ammm i tried it but its not what i want ... i dont need the objects to look at the sphere but i only want thier pivots to do so as in the picture 2 ... what can i do :(

3D R.n.D's picture

i'll give it a shot ... thanx

i'll give it a shot ... thanx allot :D

Garp's picture

Select one of the object and

Select one of the objects and give it a lookat contraint with the proper target, axis and such.
Type c = $.rotation.controller in the listener.
Select all the other objects and type for o in $ do o.rotation.controller = c
Et voilà.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.