talk.bindpose.com has been shut down on the 6th of March 2021. You can read a bit more about it here.

You are currently reading an archived copy of the latest content, with all the usernames deleted.

Maya froze when executing python loop

by user9 posted 01-03-2018 | 1 comment

I know maya is mainly using single core for the UI. Let`s say I want to update the viewport each time i iterate through a for loop.

I attempted an approach by using generator. In this generator, I create a joint then print the name of the joint. But it`s only working on the scripts editor (print statements). The UI froze and updated after all joints were created.

I know it`s not a big deal, but just in case :)

Thanks