Getslice Node + Xfile

I seem to have an issue with getting a particular slice of an xfile, I am getting one slice but when I spread the geometry it gets different slices for each transform. I can work around as its a very simple model, but it doesn’t seem quite right!

Cat

Bolly.zip (15.8 kB)

hi catweasel,

you expected that for each of the 35 subsets in the mesh-spread all of the three transforms are applied, but instead for each subset only one transform will be applied.

for clarification i’ll write down a few applications of the transform matrices to your subsets:
||subset-slice number|transform-slice number
0|0
1|1
2|2
3|0
4|1
5|2
6|0
.|.||

so there is nothing wrong with the getslice node.
hope this helps,
elias