Category quote

  • Posted

    Time spent on some photos

    Finally had some time to work on some images from a small photography session we did at the company.
    Added to the Photography section.
    More to follow…

  • Posted

    Maya 2015 fileDialog2 callbacks

    Does anyone else see how ridiculous this is ?

    pm.mel.eval (r'''
    global proc fileDialogSelChange(string $parent, string $selection){
      string $cmd = "fileDialogSelChange(\"" + $parent + "\", \"" + $selection + "\")";
      python $cmd;
    }''')
    

    Come on Autodesk, you gotta be kiddin me !