Iuvenis_Scriptor opened this issue on May 08, 2022 ยท 19 posts
adp001 posted Mon, 09 May 2022 at 8:34 AM
The reason why my version works is
scene.DrawAll()
The Poser UI is wxPython. A running Python script will interrupt Poser completely until the next request to do a refresh. This can be a refresh sent directly to the affected window, or Poser's global refresh command "scene.DrawAll()".
@
Iuvenis_Scriptor: Insert the resfresh into your own code and it will work as expected.