Notifications
Clear all

[Closed] moving object to selection centre

Hello All,

I am trying to write a script which will automate a few repetitive tasks, and I need it to move a helper object to the centre of a selection of mesh objects. how would i go about writing that?

Thanks for any help

cheers

2 Replies

It’s actually simpler than you’d think:

$Dummy01.position = selection.center

Martijn

Thanks for that.

cheers

Dan