Releases: Aedif/multi-token-edit
Releases · Aedif/multi-token-edit
Release 2.5.2
- New options added to:
MassEdit.exportPresets(...)query- allows to filter exported presets using a search query
- Tagger rules are now fully handled by ME which should fix inaccurate rule application on multi-placeable preset spawning
Release 2.5.1
- Fixed
Open Linker MenuandOpen Multi-Placeable Editkeybindings resetting selected placeable rotation - Fixed input fields not being displayed after selecting
Find and Replaceon randomizer forms
2.5.0
Directory Indexer
- Added scrollbars
- Individual directories can now be toggled on/off allowing to index a subsection of directories
- New setting
Fresh Scan- When enabled the current index will be ignored allowing a fully fresh scan
- Any directory not selected for indexing will be lost/not included in the resultant index
Misc
- Select tools inserted for
Ambient Lights,AmbientSoundsandMeasured Templateswill now be active by default when selecting the layer for the first time
Release 2.4.3
Misc
- Fixed light preview rendering error
- Improved VirtualPreset load time via the Brush
API
- New async hook:
MassEdit.loadPreset- Called when preset data is required during a non-spawn context, such as media preview
Release 2.4.2
Preset Browser
Placeablescategory will be locked onto by defaultScenecategory is now hidden behind the dropdown menu by default- Fixed wall textures not updating and persisting after preview mode is ended
- Fixed a folder related error preventing opening of the browser
Scenescapes
- Disable token rings when dragging tokens onto scenescapes
API
- New API method:
MassEdit.exportPresets({...})- Accepts the following flags:
workingCompendiumset to true to export current working compendiumexternalCompendiumset to true to export external compendiumsvirtualDirectoryset to true to export virtual directoryjsonset to true to return presets in JSON format without exporting
- Accepts the following flags:
Releast 2.4.1
- Fixed an issue causing metadata file index to reset
Release 2.4.0
Directory Indexer
- Updated to Appv2
- Added Tokenize option to directory paths
- Image files encountered within these paths will have a
tokentag automatically applied to them and be displayed as Tokens within the browser
- Image files encountered within these paths will have a
Auto-Save Indexoption now prompts for the destination directory
Misc
- Fixed Scenescape error thrown due to v2.3.1 AmbientLight error fix
Release 2.3.1
- Fixed
AmbientLightmulti-drag errors - Fixed FileIndexer generating bad links for S3 buckets
Release 2.3.0
- New hook:
MassEdit.renderPreset- Called before a preset is rendered within the browser
- New hook:
MassEdit.ready- Called when the module has finished setup and is ready to be interacted with
- New API:
MassEdit.registers.registerSceneControlMacro({ icon, img, label, uuid })- Allows registering of macro buttons to be displayed when clicking the Mass Edit scene control button
- New API:
MassEdit.recoverPresetIndex(_packId_)- Recovers missing preset index entries for the provided compendium
Release 2.2.4
- Fixed
Import SceneandSpawn Scenecontext menu options