Subdivide on poly

   3079   1   0
User Avatar
Member
255 posts
Joined: 8月 2009
Offline
Hi,
I have problem with subdivide node.

I have model and If i want to smooth(SubD, not relax) of model, the final model is smaller than original(it is in the original), but I need to original points on final model go through original model.

So original model is like a CV for curve, but I need something like Breakpoints for curve.

I hope that you understand and thank you for your answer.
https://vimeo.com/user3251535 [vimeo.com]
https://twitter.com/milansuk [twitter.com]
https://github.com/milansuk [github.com]
User Avatar
Member
277 posts
Joined: 7月 2006
Offline
Hi!
You can beforeyou subdivide model create attribute, which willremember the size of your model, before subdivision (py: lvar('SIZEX') etc. lets say that this variable is named “sizbef”)
then after subdivision create node “transform” and in its scale values write expression:

lvar(“SIZBEF”)/lvar(“SIZEX”)

- this will scale your's model, to match the “bounding box” of model before smoothing.
I hope this will help.
  • Quick Links