Re: [Maya-Python] V Crypt System

2021-09-13 Thread Juan Moraga
Try using "def onOpenCallBack(*args):" instead. Callbacks may pass on arguments to you method, which you can use or not. But you need to allow the function to receive these arguments, otherwise it will raise an exception. On Mon, 13 Sep 2021, 15:09 Rudi Hammad, wrote: > Hello, > any idea why

Re: [Maya-Python] V Crypt System

2021-09-13 Thread Rudi Hammad
Hello, any idea why this is not working? I opened a scene and created this callback, and then saved the scene def onOpenCallBack(): print "this is a test" checkCallback = OpenMaya.MSceneMessage.addCheckCallback(OpenMaya.MSceneMessage.kBeforeOpenCheck, onOpenCallBack) Now when I open the

Re: [Maya-Python] V Crypt System

2021-09-13 Thread Rudi Hammad
That's it! thanks Juan El lunes, 13 de septiembre de 2021 a las 15:33:57 UTC+2, Juan Moraga escribió: > Try using "def onOpenCallBack(*args):" instead. > Callbacks may pass on arguments to you method, which you can use or not. > But you need to allow the function to receive these arguments,

Re: [Maya-Python] V Crypt System

2021-09-13 Thread Rudi Hammad
About V crypt, I got in thouch with them and they sent me the system to test it in demo mode. It work pretty well, but as Justin anticipated and as the video showed, all clients are requiered to have the app. So maya is should be launched from V Crypt, and then you can open the encrypted files.

Re: [Maya-Python] V Crypt System

2021-09-13 Thread Justin Israel
On Tue, Sep 14, 2021 at 7:52 AM Rudi Hammad wrote: > About V crypt, I got in thouch with them and they sent me the system to > test it in demo mode. It work pretty well, but as Justin anticipated and as > the video showed, all clients are requiered to have the app. > So maya is should be

Re: [Maya-Python] V Crypt System

2021-09-13 Thread Justin Israel
Please make sure to start a new thread if you want to engage in new topics. It seems two completely new questions have been asked since the original thread was started about V Crypt, and are entirely unrelated. Thanks! On Tue, 14 Sep 2021, 4:25 am Rudi Hammad, wrote: > That's it! thanks Juan >

Re: [Maya-Python] V Crypt System

2021-09-13 Thread Rudi Hammad
It was still kind in the context of encrypting a maya scene that derived from the main V Crypt topic, but we'll do. El lunes, 13 de septiembre de 2021 a las 19:07:28 UTC+2, justin...@gmail.com escribió: > Please make sure to start a new thread if you want to engage in new > topics. It seems

Re: [Maya-Python] V Crypt System

2021-09-13 Thread Reza Aarabi
agreed! On Mon, Sep 13, 2021 at 10:07 AM Justin Israel wrote: > Please make sure to start a new thread if you want to engage in new > topics. It seems two completely new questions have been asked since the > original thread was started about V Crypt, and are entirely unrelated. > Thanks! > > On