I've written a new tool in Python for Autodesk Maya called Nightshade Blockout. This tool makes creating blockout/selection maps a piece of cake: http://www.creativecrash.com/maya/script/nightshade-blockout Features: -Easy to use, no-bullshit user-interface. -No need to clone your mesh(es) or use "Transfer Maps".…
Hmm that error suggests that the UI is trying to select a file format from a list that is out of range (ie: select item 14 from a list of 10 items). On Mac, NSB is coded so that there are 10 available file formats - but on PC a list of ALL available image file formats is generated. Either something is wrong in my code when…