Notifications
Clear all

[Closed] Please, help with Bobo workflow

this is just a hack but:
you could save the position of the cone to a temporary variable
the set the cone’s transform to match the cylinder (which would orient the cone the same as the cylinder.)
then reset the cone position to the original position


tempPos=cone.pos
cone.transform=cylinder.transform
cone.pos=tempPos

thanks very much i will try it!

Well, in this context that hack could be also shortened to cone.dir = cylinder.dir, but you would need either scripted controller or when construct for it to be interactive. I’ve edited the post (added LookAt constraint) so that it’s now a cone instead of a sphere and it points in the cylinder direction.

Thanks a lot! Swordslayer really apreciated!

Page 2 / 2