I recently wrote a script for generating synthetic data with Replicator in Code 2022.1.3
Now I installed Code 2022.2.0 and the script does not work anymore.
Here is a script that shows the same behaviour. If used in Code 2022.1.3 everything is fine.
If used in Code 2022.2.0 all the objects load in a completely different scale. example_1.py (3.5 KB)
Am I missing some settings that changed? Of course I could either change the scale of the files I used or the scale settings via script. I am not sure if this change was intended and I don’t want to change everything just to change it back with the next release.
I also added an one meter cube for reference. In Code 2022.2.0 on the right its not even visible. Its inside the red circle. The Meters per Unit are on the same setting as yours for both versions.
It also seems that the scale setting stretches the objects unevenly on the different axes.
Sript was loaded directly after startup without touching any settings. I just tried running it in Isaac 2022.1.1 and it seems to have the same problems with scale:
I tested my script with the new Code-2022.3 release and the issue is gone. All the objects are now showing up in the correct scale and I can generate synthetic data without any problems.