The != works as an 'xor' condition on the booleans, since each of the transforms is a noop if executed twice.
This works as expected with all my existing CPy code, but I haven't done testing with a parent Group that has its own transform, so the order in which these are applied and possible interactions should still be verified against the native implementation.
The != works as an 'xor' condition on the booleans, since each of the transforms is a noop if executed twice.
This works as expected with all my existing CPy code, but I haven't done testing with a parent Group that has its own transform, so the order in which these are applied and possible interactions should still be verified against the native implementation.
Close #106