Hi all,
I am trying to use split tree in order to separate the bulk of the items from the fringe.
as you see in the top example, for the current tree, (8*14 surfaces) I just select paths 1 to 6 and list items 1 to 12.
The problem is that it doesn’t change dynamically according to the tree’s size.
I thought that I could use the ‘path_count’ and ‘item_count’ as with the pathmapper but it is not recognized.
Is my notation wrong or is it just not compatible?
The split tree notation is at the moment purely local. It basically says “given this path and this index, is this item covered?”. It doesn’t (yet) have any support for global tests that would involve knowing the topology of the entire tree. It’s something I need to look into whether it’s possible to add without a total rewrite. If I can’t it’ll have to wait for GH2.