AREA forums upgrade
Read more about the planned upgrade of our forums
  • 1/3
You are here: Forum Home / Autodesk® Maya® / Python / simple Noise Deformer Node
IMPORTANT ANNOUNCEMENT ABOUT AREA FORUMS
  RSS 2.0 ATOM  

simple Noise Deformer Node
Rate this thread
 
13986
 
Permlink of this thread  
avatar
  • paulalso
  • Posted: 01 July 2008 11:26 PM
  • Total Posts: 291
  • Joined: 24 August 2006 09:43 AM

boy, writing simple deformers in the maya python api is almost too easy.....here is Ken Perlin’s improved noise function inside a deformer node.  Ken’s code is pretty much verbatium from his site (see file header for site and deformer usage)...it is a weighted deformer like the cluster deformer, so you can paint weights for it....or access the weight info via the component editor / weighted deformer tab....pretty heavily commented code......I tried to make Ken’s noise easy to follow for beginners (it seems more complex then it is.).....I used a 3d placement node to position the noise in 3d space because it seemed an obvious choice....hope you download and try it out....it is yours to use or abuse as you see fit.



Attachment Attachment
Replies: 0
avatar
  • mdubrois
  • Posted: 17 July 2008 06:18 PM

paulalso

When i tried to use it, i’ve got a Fatal Error Message.
I work with Maya2008 win32 intel.

Can you help me ?



Replies: 0
avatar
  • paulalso
  • Posted: 17 July 2008 08:00 PM

I’ll certainly try....can you post the error here....or use the area member pm or email....



Replies: 0
avatar

That’s a beautiful thing! :)



Cory Mogk
http://area.autodesk.com/blogs/cory

Replies: 0
avatar
  • paulalso
  • Posted: 26 January 2009 08:10 PM

Thanks.  I meant it to be a teaching tool (or maybe, to help me remember). so the noise routine might be a bit verbose.



Replies: 0