Announcement

Collapse
No announcement yet.

3ds max noise float controller key control in maya ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 3ds max noise float controller key control in maya ?

    In max if I go to curve editor >select any keyable option lets say "x"> assign controler> Noise Float> Adjust parameters.

    Can I do the same thing in maya? I want to animate my wind force to go random to move cloth around.

    Thanks, bye.
    CGI - Freelancer - Available for work

    www.dariuszmakowski.com - come and look

  • #2
    You have to make expressions in maya for that. I think you can also assign a 2d texture noise, but I've never done that.

    Try:

    nucleus1.windSpeed = noise(time);

    or nucleus1.windSpeed = (noise(time)+1)*2;; - this will ensure the noise is rangine from 0, the other value is a multiplier for strength.
    Dmitry Vinnik
    Silhouette Images Inc.
    ShowReel:
    https://www.youtube.com/watch?v=qxSJlvSwAhA
    https://www.linkedin.com/in/dmitry-v...-identity-name

    Comment


    • #3
      Thanks

      At the end I just hock up output of fractal noise via remap to my air and all works well thanks
      CGI - Freelancer - Available for work

      www.dariuszmakowski.com - come and look

      Comment

      Working...
      X