André
André
I didn't use some terminology correctly. I couldn't resist to find out myself so I took a deep dive into C++ strings. I'm still alive and this is what I...
I did some tests and this is a list of things I would change. Some were already mentioned. ### Character classifications not working with ISO8859-1 Normally ``char`` is used for...
Same problem here with Linux Mint 17 and Python 3.4.3
I just tried your PR and created a file as shown in your "Part 2" video. Maybe I missed something, but when I change the VarSet outside of Part, no...
Now it somehow works. Not sure what went wrong. I did a clean build of main with your PR merged. When are the expressions rewritten? As a test, I added...
The dependency management could get hairy, I don't know enough about it to give a good suggestion. If I put myself in the shoes of a user, I would want...
The changes are now based on main. I added an explicit ```TransformMode``` property, which makes the different behaviours more obvious. Additionally it can be extended in the future to implement...
I ran into a problem with how the detection of a `MultiTransform` child is implemented. This detection is necessary to allow `Body` to see children as non-solids and not run...
No, #5705 wants to create a new Body object. This will just change the shape that is used by the existing transform features.
I changed the ```isMultiTransformChild()``` detection back to the old method. This will give false results during initialization but will not create problems with the non-solid detection of body.