Denis Vezhnovets

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • 23rd April 2019 at 1:21 pm #17448

    Perfect!

    17th April 2019 at 2:08 pm #17404

    Thank works perfect! Just one thing for the python 3.3 you have to import reload:

    from imp import reload
    reload(myModule)

    10th April 2019 at 5:36 pm #17396

    Thank you for reply! By the way, I’ve checked template wiki it quite informative))) thank you for hint!)

    10th April 2019 at 9:57 am #17393

    From where you’re logging out the users? From a python template?

    From the User System Account in Windows…

    Regarding the onCustomMessage this sounds great I going to wait for it!

    9th April 2019 at 7:28 pm #17387

    Hi Leonardo,

    I’m working now on a quite simple script. It should wait until a specified time than force logs out all users in order to free up all available RAM memory for the rendering process. Moreover, I’d like to add an option for the artists that decided to work long hours to cancel this scenario. I see it like a popup message (like that that appear when you confirm changes in the template) that will notify the artist that its user will be logged out through the ten minutes. But if an artist clicks to the Cancel button it won’t be logged out. This is the whole idea.

    I’ve managed to create the first part that logs out the user at a certain time. Then I thought that Muster’s API could contain functionality to create the popup message, but after a couple of hours of the research, I didn’t find anything. That why I wrote this question)))

    So, I’d like to notify the user prior some minutes to the logout action. And give him an ability to cancel it. From your point of view, what is the best way to implement it?

Viewing 5 posts - 1 through 5 (of 5 total)