Itoo Software Forum

Author Topic: Always get this error  (Read 341 times)

FD7518

  • Newbie
  • *
  • Posts: 29
Always get this error
« on: January 24, 2023, 03:33:17 AM »
Hi,
 No matter how many tree count we increase in itoo preview we get this error. Also your lister shows one tree count and stats another one.  It is very confusing what is just a tree count

Michal Karmazín

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2447
Re: Always get this error
« Reply #1 on: January 24, 2023, 09:44:03 AM »
Hi,

I'm sorry to hear, you are facing trouble with it. Well, the number of items during the rendering is just estimated and it might be significantly higher – depending on the used distribution map and used features. I would suggest you set the limit to a higher value or even “disable it” by setting it to 0. Let me mention, that's possible to set these limits from the Maxscript in the following way:

$.maxdensity = 0
$.vmaxitems = 0
$.rmaxitems = 0
$.maxfaces = 0


I hope that helps.

Best regards,