ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
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
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 :(
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à.
Comments
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.
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 :(
Youtube | Instagram | Gumroad | Turbosquid
i'll give it a shot ... thanx
i'll give it a shot ... thanx allot :D
Youtube | Instagram | Gumroad | Turbosquid
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à.