If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Forest, the paid for version, will let you substitute mesh for forest objects but choosing a vray proxy (as the custom mesh) crashes Viz 2007. Does this happen with max also? ....for anyone.
mh
Yep. It crashes for me too when I try to use a Vray proxy tree with Forest. Instead I just copy a bunch of proxy trees around, use the Planter Blur script, to get them on the terrain at the correct elevation, and then I apply a random rotate script.
sarr = selection as array
count = sarr.count + 1
i = 1
while i < count do
(
select sarr[i]
rotate $ (eulerangles (random 0 0) (random 0 0) (random 0 360))
i += 1
)
that is one method...for me an ideal method would be to make the forest objects, get them on their terrain and within their boundary, convert to editable mesh and then use that as a scatter object with all the controls of the max scatter...maybe that is too much to ask...i certainly don't know how to do it.
mh
Comment