Properties Array Size Limit at around 130?

Options
Hey,

Is there an size limit for element count of BoltObject Arrays?
I'm getting this http://i.imgur.com/GKBBJuz.png for sizes of like 200 and above

best regards
~Paylo

Comments

  • Paylo
    Options
    same goes for BoltObjects that consist of multiple BoltObject Arrays combined in a size of greater then ~130
  • Paylo
    Paylo
    edited September 2015
    Options
    Might be related to a 1024 max amount of properties?
  • I believe there is a max buffer size it all has to pack down to, it is somewhere in the Cheatsheet
  • Paylo
    Options
    bug-report: Reaching the property limit or whatever corrupts your project.bytes file in-repairable.
    You have to start over in bolt
  • Wizzard
    Options
    You should consider using version control if your project has gotten serious!!
  • Wizzard
    Options
    stanchion said:

    I believe there is a max buffer size it all has to pack down to, it is somewhere in the Cheatsheet

    I just checked the cheat sheet for this and couldn't find it when skimming.
  • Solidust
    Options
    This is something that i would love to have solved too,
  • Solidust
    Options
    Would be nice to have a variable that can control the size of arrays. so that the limit is not hardcoded.