Forest Pack > Forest Pro (*)

different people

(1/3) > >>

roysgi10:
Hi.
is it possible to make  one forest that each plan represent different character (see attachement?) if yes- how?

Thanks.

Roy

iToo:
Yes, using Custom Edit mode and Maxscript:

1) Switch to Custom Edit mode in "Tree Editor".
2) Run the following script:


--- Code: ---for i = 0 to $.trees.count() do
(
$.trees.setGeomID i i
)
$.update()
--- End code ---

3) Select all items and click Tree Editor->Reset Size.

roysgi10:
thanks for the quick reply.

try your sugestion and this is what i get ( see attachement).
when i close this window all the proprtion of the plane( people) change.

Thanks.

roy

iToo:
Please, use this script:


--- Code: ---n = 1
for i = 0 to $.trees.count()-1 do
  (
  $.trees.setGeomID i n;
  n = n+1;
  if(n > $.geomlist.count) then
    n = 1;
  )
$.update()
--- End code ---

I tested the previous script with our internal Forest version, which is slightly different.

roysgi10:
hi.
 sorry but the second script doesnt work too.

attached file.

THANKS.

Roy

Navigation

[0] Message Index

[#] Next page

Go to full version