Have RunFinalisationList check for group activity at start of each operation, and if group busy, exit and flag to resume when group is no longer active. Is checked in timer loop, so is running in UI thread. Also have wait for mipmaps &c.
Added to user guide (see here).
Add 'PerlinRaise' and 'PerlinLower' tools (see request.)
Smooth edge of Perlin tool (see request).
Add option for 'snap to grid' with mouse selection tool (see request).
Add pin passthrough rendering, to make it clear when a filter's output is the same as its input (i.e. map handles being passed through verbatim).
Modified GetProjectMap2 to allow 'options' edit of map name input pin too. If name input is disconnected, options button allows edit of map name. If pin is connected, options button says “Map name option is controlled by '[filter name]' filter connected to 'MapName' pin”.
Add lowpass filter (sinc convolution), and highpass filter (subtraction of lowpass filter); see https://en.wikipedia.org/wiki/Low-pass_filter#Ideal_and_real_filters.
Add UI.MessageBox filter (simple notification, icon style is option, as combobox; prompt input only)
Add UI.YesNoQuestionSwitch filter, which passes an input variable between yes or no outputs (uses disable behaviour).
Line overlay over textured mesh in Sapphire when editing (see request
Limits on raise / lower brushes (see request).
Lower by / raise by brush tool (see request).
More heightfield display options (see request).
Add automatic beach generation (see request).
Add vertical scaling to merge import (see see this thread.)
Update 'export type list' option to include colour and bump map texture (see request).
Fix unoptimised north/east edges in atMeshDecimator (see request, and possible fix).
Support wrapping in perlin maps (see request).
Add low-pass filter for heightfield (see request).
Write script to bake water surface map on to texture map (see request).
User-defined grid overlay in display, and T3D region exporter for single and multiple files (see request).
Limited 'export selected area' option for Torque TER, where users set west & south extents, and then pick tile size (256, 512, 1024, 2048, etc.), before running regular TER exporter (see request).
Implement 'Operations→Design map→Resize canvas' using graph/script (see request.)
Add manual scaling UI to L3DTio_RAW_HF plugin (see this thread.)
Allow 'HF→change vert scale' to work with DM (see forum thread.)
Add load and save buttons to alpha wizard (or enable presets), so that layer combination lists can be stored and recalled (see request)
Add BigTIFF support (e.g., see http://www.awaresystems.be/imaging/tiff/bigtiff.html)
Refine cube wrapped heightfield script with progress bars.
Modify atEdgeLeveller to support edge levelling of design map (including erosion, roughness, etc.)
Ensure edit record is closed in Sapphire when mouse mode changes (and other similar cases), to eliminate 'cannot create edit record' errors (see bug report).
Debug 'CMosaicMapo::CloseTile warning - tile was already saved' error state (see bug report).
Modify Sapphire to log error and continue rendering when water map is incorrect size (previously would halt initialisation.) (see bug report).
CompareExt function to handle compound extensions (see bug report).
Debug problems in view when importing design map (see bug report.)
Fix bug in volcano overlay (see bug report).
DM editing doesn't always mark HF as dirty (see this thread.)
Fixed error with min/max alt when resizing HF (see thread.)
Add more off-line help PDFs. (some added, see here)
Write more of the climate tutorial.
Finish the material tutorial.