hi there,
I managed to get a script working along with the help of another member called Cairyn (thank you again), it basically can hide polygons that are outside of the camera frustrum as well polygons that are behind other polys along a camera path. I’m using the ray collider to detect what poly face has been hit and then selecting this with the polygon selection tag.
I am now trying to use threading in python to split the ray hits calculations between my computer’s threads so that I can speed up the script’s running time. Having some issues at the moment with getting the script to show the selected polys. It works when threading is False, but not sure what I am doing wrong in my setup for when threading is true, any help would be much appreciated
attached is a test file and the python script which runs in the script manager
A
220608_model with path.c4d (28.0 MB)
220608_occlusion_frustrum_threaded02.py (10.8 KB)