jakeanq
jakeanq
I also just noticed that the meshes are not inside the correct containers - in the above image, `cone0_part` which should be the green cone contains `cone1_part.001` instead
Adding something to the top-level assembly lets me work around the issue for now which is nice, thanks!
This issue is still present in `opencv-python==4.8.1.78`, linting with `pylint==3.0.2` and using the example from above: ``` ❯ pylint test_cv2.py --extension-pkg-whitelist=cv2 --unsafe-load-any-extension=y ************* Module test_cv2 test_cv2.py:2:0: E0401: Unable to import...