Thomas Aasen Rønning
ThomasRunning
About Me
FXTD @ Helmet.no
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Best Houdini Utility Entries Sept. 30, 2021, 3 p.m.
Hi
Wanted to contribute to this challenge
Description
A missing feature ive allways wanted in houdini was the possibility to cut curves with shapes.
So here it is!
Plug your curves in input number one, and your mesh in input number two
Features
It cut curves with a closed mesh.
It keeps your attributes and interpolates them
Use cases
If you have some curves, and want to cut them. Use the curve cutter.
If you have a nice weave of curves, and want a hole for your button. Use the curve cutter.
Wanted to contribute to this challenge
Description
A missing feature ive allways wanted in houdini was the possibility to cut curves with shapes.
So here it is!
Plug your curves in input number one, and your mesh in input number two
Features
It cut curves with a closed mesh.
It keeps your attributes and interpolates them
Use cases
If you have some curves, and want to cut them. Use the curve cutter.
If you have a nice weave of curves, and want a hole for your button. Use the curve cutter.
Sewing machine... I know .. weird... Oct. 23, 2020, 8:20 a.m.
Your proportions look off, the machine seems to long/stretched. Your edgeflow should go along your curves. Bevel on the plate is not that round, more flat. Since you have the machine in hand i would suggest taking pictures from orthogonal angles. I would also suggest adding an motor (since you want it animated)
Removing points based on line detection Nov. 19, 2019, 5:38 a.m.
//primitive wrangle int primpts[] = primpoints(0,@primnum); removepoint(0,primpts[-1]);