Itoo Software Forum

Forest Pack => Forest Pro (*) => Topic started by: samrecentspaces on December 14, 2021, 04:57:09 PM

Title: Adding source objects & surfaces via Maxscript
Post by: samrecentspaces on December 14, 2021, 04:57:09 PM
Hi guys,

I'm writing a script to set up forests and encountered this previous thread about using maxscript to add spline areas to a forest:
https://forum.itoosoft.com/forest-pro-(*)/quick-quesion-maxscript-to-add-edit-items-in-the-areas-list/
 (https://forum.itoosoft.com/forest-pro-(*)/quick-quesion-maxscript-to-add-edit-items-in-the-areas-list/)

Is it possible to get a similar list of arrays etc. that need changing for adding source geometry and surfaces too?

Cheers
Title: Re: Adding source objects & surfaces via Maxscript
Post by: Paul Roberts on December 15, 2021, 09:58:30 AM
Hi!

I would recommend taking a look at the scripts thread (https://forum.itoosoft.com/forest-pro-(*)/scripts-for-forest-pack/), there are several examples in there that might help out. For example, this one for adding surfaces (https://forum.itoosoft.com/forest-pro-(*)/scripts-for-forest-pack/msg11250/#msg11250).

I'm attaching a script to this post that can be used as an example of how to add objects.

I hope that helps,
Paul.
Title: Re: Adding source objects & surfaces via Maxscript
Post by: samrecentspaces on December 15, 2021, 11:03:53 AM
Amazing, thanks Paul!