Jump to content

Snap technique


Recommended Posts

I am coming from Maya and I start to learning Houdini and I like it:)

I have one problem and don't know how to do that in H. in Maya it is very simple. For example I have cylinder and I wish to place null/bone in place that is center of selected vertex's. In Maya I select row of vertex than I apply cluster and I get a perfection center of selected vertexes. Than I easily snap null/bone to cluster.

How can I do this in Houdini?

thanks

Link to comment
Share on other sites

Create a null object and type the following expressions in its transalate X,Y and Z field centroid("../Yourobject", D_X), centroid("../Yourobject", D_Y) and centroid("../Yourobject", D_Z)

to align your null with the object you want and use snap option on the left side tool bar, to snap your bone with null object on bone creation.

If your using this funtionality quite often I would suggest, do the same thing with hscript or python and have it available in your shell so it will work on a button click as in maya.

Cheers,

Junaid

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...