====== atFilterAM ====== ===== Plugin information === ^ Author | [[user>Aaron]] | ^ Description | Adds functions to filter the attributes map, and also generate alpha maps. | ^ Menu option | '//Extensions->atFilterAM//' | ^ Download link | Included with L3DT. | ^ Source code | [[bundydocs>zeolite:downloads:examples|Over here]]. | ===== What does it do? ===== //atFilterAM// is a calculation plugin that provides methods to merge different land types in the attributes map, or to convert them into alpha layers. Unlike the conventional [[bundydocs>l3dt:userguide:ops:alpha#generating_alpha_maps|alpha map generation]] interface in L3DT, these filters are pre-defined, so you don't need to manually combine layers. ===== Using atFilterAM ===== * [[plugins:calc:atFilterAM:alphaexpress|Alpha export express]] * [[plugins:calc:atFilterAM:FilterAM|Filter attributes map]] * [[plugins:calc:atFilterAM:FilterManager|Filter manager]] * [[plugins:calc:atFilterAM:FilterEditor|Filter editor]] * [[plugins:calc:atFilterAM:FilterLayerEditor|Filter layer editor]] * [[plugins:calc:atFilterAM:filters|A quick guide to filters]] ===== Changes ===== **2009/03/26** * Updated to use VarID_hvar instead of VarID_map and VarID_format args. * Disabled multi-threading of alpha export function (it didn't work anyway). * Updated to Zeolite v2.7.1. **2007/07/01** * Updated to use VarID_ushort for AM pixels, in line with L3DT v2.5.1.12 **2007/01/19** * Added UI. * Auto-register climates. **2007/01/01** * Released.