Symmetrical modelling

   2074   2   2
User Avatar
Member
517 posts
Joined: 12月 2013
Offline
Hi All!

This is a long shot but I'm modelling something symmetrically and I was wondering if there's a way to keep the center line on the mirror plane…

There used to be a way in XSI and it was nice because you could stay in tweak mode and just mash points around.

I'm really liking tweak mode in Houdini, Just wondering if anyone out there has a cool solution to this.

Thanks!
Pete

User Avatar
Member
402 posts
Joined: 6月 2014
Offline
Hi Pete,

I tend to use a wrangle downstream of the edit with something like:

if(@P.x < chf("threshold"))
    @P.x = 0;

with the display flag left on that while you edit… Or you could make a group up stream with a similar method that you then reference after the edit, and set the P.x to 0 then.
Henry Dean
User Avatar
Member
517 posts
Joined: 12月 2013
Offline
Hey thanks!

I ended up with a group from the unshared edges and it works great! No more splits yeay!
  • Quick Links