- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
can someone is telling me that,
how can i animated a land and growing grass on it?
growing effect animation
Solved! Go to Solution.
Link copied
can someone is telling me that,
how can i animated a land and growing grass on it?
growing effect animation
Solved! Go to Solution.
It greatly depends on how detailed and realistic you want it to be.
Look into Maya Help about xGen and Paint Effects
,,,_°(O__O)°_,,,
Maya2019.1 @ Windows10 & GeForce GTX1080Ti
If the post was helpful, click the ACCEPT SOLUTION button, so others might find it much more easily.
You just animate size attributes, such as Length. For more info consult the Arnold Manual.
,,,_°(O__O)°_,,,
Maya2019.1 @ Windows10 & GeForce GTX1080Ti
If the post was helpful, click the ACCEPT SOLUTION button, so others might find it much more easily.
Open xGen Primitive section, there you can just set keyframes to a Length and Width attributes, e.g. frame #100 set keys for current values; frame #1 set both keys to 0. Go to Graph editor to adjust the key tangents.
Or you can edit the expressions for those both attributes, by changing the last line to:
$a * smoothstep(frame,10,30)
which will make your grass growing from frame #10 to frame #30. Change those numbers for your need, also function can be linearstep or gaussstep.
,,,_°(O__O)°_,,,
Maya2019.1 @ Windows10 & GeForce GTX1080Ti
If the post was helpful, click the ACCEPT SOLUTION button, so others might find it much more easily.