02-13-2023, 09:44 AM
Hi, is it possible to run Python script in the background? My use case is that I have a robot and I'm manually shifting a frame (with an object and trajectory) and I would like to highlight the object in green/red based on the trajectory OK/NOK. Is it possible to do it without the need to release the mouse button and manually re-execute the script every time? My idea is to press the mouse button once, then move the frame all around and see where it is turning red or green. Thanks.