undo subdivision

   3472   4   1
User Avatar
Member
1 posts
Joined: April 2014
Offline
i have a question.
i have a geometry it made using subdivide sop before.
but i want to get the geometry before using subdivide.
is it possible?
User Avatar
Member
4504 posts
Joined: Feb. 2012
Online
Houdini doesn't have a built-in tool that does this but there is a paper that reverses Catmull Clark subdivision surfaces that can be implemented in Houdini:

Attachments:
calmull.pdf (706.1 KB)

Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]

youtube.com/@pragmaticvfx | patreon.com/animatrix | animatrix2k7.gumroad.com
User Avatar
Member
1743 posts
Joined: March 2012
Offline
If you have the original HIP file, hopefully you can get it from there, else undoing subdivision will be very difficult… unless the upcoming PolyReduce SOP in Houdini 16.5 will do what you need. See the launch video [vimeo.com] starting around 29:37, particularly starting at 30:50 for quad-preserving reduction.
Writing code for fun and profit since... 2005? Wow, I'm getting old.
https://www.youtube.com/channel/UC_HFmdvpe9U2G3OMNViKMEQ [www.youtube.com]
User Avatar
Member
41 posts
Joined: Feb. 2018
Offline
animatrix_
there is a paper that reverses Catmull Clark subdivision surfaces that can be implemented in Houdini

Found this post while trying to make an ‘un-subdivider’. If anyone also follows this paper, there seem to be some typos in the last boxed formula (Page 5, bottom of the left column). The original is
, and imo it should be
User Avatar
Member
41 posts
Joined: Feb. 2018
Offline
Clearly I forget how to use imgur so here is another go

Wrong:

Correct:

Attachments:
wrong.png (63.2 KB)
correct.png (46.9 KB)

  • Quick Links