Recently I had a problem with the categories tree within farcry. I was thinking, How can this be fixed?
As the Tree Inspector does such a great job in fixing the navigation tree, I wondered if it would work for categories, well it didn’t… but now it does !
This new version of the Tree Inspector now features a simple to use combobox, to select which type of Tree you would like to Inspect.
The other day I was fixing a navigation tree and the Tree Inspector crashed, after some debugging it turns out the problem was caused by nodes with high nlevels.
The data was being stored in an array and as such when it did not find nlevels between the 12 – 560 range it tried to be helpful and insert them for us. However this causes the Tree Inspector to freak out as the values actually do not exist.
To overcome the issue, the data is now stored within a struct and everything is sweet
The final addition to the new Tree Inspector version 0.4 is a handy quick property view. All you need to do is click on the object name and its properties will be display.
enjoy!