Hi!
I'm trying to bend a piano keyboard into a closed circle.
Is it possible to do using the Radial Bend tool?
I'm not figuring out what the target point is.
Thanks!
Hi!
I'm trying to bend a piano keyboard into a closed circle.
Is it possible to do using the Radial Bend tool?
I'm not figuring out what the target point is.
Thanks!
@babak said:
@nesh70 said:
@nesh70 said:
Hi!
Thanks for creating so useful SU plugin!
BTW, is there a way to center a model or component like the image B (not like the original script do - image A)?
I use this plugin for centering an object while setting it's bounding box bottom at 0 :
center_group_bottom.rb
You can find it at http://www.fsdeveloper.com/forum/showthread.php?t=71321
download link
http://www.fsdeveloper.com/forum/attachment.php?attachmentid=10061&d=1310763814
Thanks babak! It works perfectly! Just what I wanted!
@nesh70 said:
Hi!
Thanks for creating so useful SU plugin!
BTW, is there a way to center a model or component like the image B (not like the original script do - image A)?
Best regards!
I found out how to achieve it, changing the line
vector = point.vector_to [0,0,0]
to
vector = point.vector_to [0,0,model.bounds.height / 2]
Hi!
Thanks for creating so useful SU plugin!
BTW, is there a way to center a model or component like the image B (not like the original script do - image A)?
Best regards!
I just wanna say thanks for all your amazing SU tools!!!