Re: subscription for maya on linux

2014-10-19 Thread Raffaele Fragapane
BTW you don't need to be able to run Maya to compile something for it. As long as you have the linux header and lib includes you can compile away. Whether there are licensing issues with that, or you might be bothered by the fact you won't be able to test the build if you can't run Maya, well...

Return a value from a custom tool

2014-10-19 Thread Ahmidou Lyazidi
Hey list, Does anyone know a simple C++ trick to return a value from a tool on exit? I'm just asking before starting to struggle with this in case someone already had to do this. Thanks -A --- Ahmidou Lyazidi Director | TD | CG artist

Re: Return a value from a custom tool

2014-10-19 Thread Steven Caron
if it doesn't work i guess you could use push that return value to 'userdata'? On Sun, Oct 19, 2014 at 4:53 PM, Ahmidou Lyazidi ahmidou@gmail.com wrote: Hey list, Does anyone know a simple C++ trick to return a value from a tool on exit? I'm just asking before starting to struggle with