You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! We got an issue: in our project we initialise and import objects. Then we have 2 functions: one of them uses object.set_position to move objects on to the table and the other one uses the same function to move it away from the table. The first case works always but the second one only about 90% of the time. They have the very same logic and are supposed to do the same thing with only difference in positions. Another issue is that when i call any of these functions, the program gets stuck for a second and then continues. I would like any recommendations on how to fix that
The text was updated successfully, but these errors were encountered:
Hello! We got an issue: in our project we initialise and import objects. Then we have 2 functions: one of them uses object.set_position to move objects on to the table and the other one uses the same function to move it away from the table. The first case works always but the second one only about 90% of the time. They have the very same logic and are supposed to do the same thing with only difference in positions. Another issue is that when i call any of these functions, the program gets stuck for a second and then continues. I would like any recommendations on how to fix that
The text was updated successfully, but these errors were encountered: