Forest Pack > Forest Pro (*)
Feeding FP directly with data by script
(1/1)
frodo:
Hi,
I'm looking for a way to dirrectly feed FP with data (position,rotation,scale of items) by script. Something like reference distribution mode but withoud it. I have over 12k items to scatter and reference mode becomes really slow after 10k items :/
Thanks for any tip
Michal KarmazĂn:
In the 'Custom Edit' mode, an interface named 'trees' is accessible via MaxScript. You can use the following functions for these purposes (you can check all available functions with showinterfaces($)). However, please note that performance may vary when operating with many items:
--- Code: ---$.trees.create
$.trees.setPosition
$.trees.setRotation
--- End code ---
I hope this helps.
Best regards,
Navigation
[0] Message Index
Go to full version