10-05-2022, 05:57 PM
What do you mean by no effect?
Calling RDK.Render(False) will prevent rendering while you are doing operations. However, it will still render automatically if there was no interaction with the API for some time (approximately 100 ms, this delay can be changed in Tools-Options-Other).
On the other hand, calling RDK.Render() itself will always provoke an immediate render.
Calling RDK.Render(False) will prevent rendering while you are doing operations. However, it will still render automatically if there was no interaction with the API for some time (approximately 100 ms, this delay can be changed in Tools-Options-Other).
On the other hand, calling RDK.Render() itself will always provoke an immediate render.