Skip to content

Releases: Aedif/multi-token-edit

Release 2.5.2

14 Nov 16:13

Choose a tag to compare

  • 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

30 Oct 18:07

Choose a tag to compare

  • Fixed Open Linker Menu and Open Multi-Placeable Edit keybindings resetting selected placeable rotation
  • Fixed input fields not being displayed after selecting Find and Replace on randomizer forms

2.5.0

24 Oct 18:40

Choose a tag to compare

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, AmbientSounds and Measured Templates will now be active by default when selecting the layer for the first time

Release 2.4.3

05 Oct 15:54

Choose a tag to compare

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

03 Oct 15:34

Choose a tag to compare

Preset Browser

  • Placeables category will be locked onto by default
  • Scene category 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:
      • workingCompendium set to true to export current working compendium
      • externalCompendium set to true to export external compendiums
      • virtualDirectory set to true to export virtual directory
      • json set to true to return presets in JSON format without exporting

Releast 2.4.1

23 Sep 08:17

Choose a tag to compare

  • Fixed an issue causing metadata file index to reset

Release 2.4.0

21 Sep 13:08

Choose a tag to compare

Directory Indexer

  • Updated to Appv2
  • Added Tokenize option to directory paths
    • Image files encountered within these paths will have a token tag automatically applied to them and be displayed as Tokens within the browser
  • Auto-Save Index option now prompts for the destination directory

Misc

  • Fixed Scenescape error thrown due to v2.3.1 AmbientLight error fix

Release 2.3.1

11 Sep 10:25

Choose a tag to compare

  • Fixed AmbientLight multi-drag errors
  • Fixed FileIndexer generating bad links for S3 buckets

Release 2.3.0

09 Sep 23:16

Choose a tag to compare

  • 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

03 Sep 15:48

Choose a tag to compare

  • Fixed Import Scene and Spawn Scene context menu options