Releases: IllusionMods/IllusionModdingAPI
Release list
Illusion Modding API v1.47
What's Changed
- Added basic workspace context menu API by @ManlyMarco in #110
- You can now right click on any tree node in the Workspace studio window to get a list of commands
- Use
StudioContextMenus.AddWorkspaceContextMenuItemto add new items from other plugins - Supports custom item drawing making stuff like checkboxes possible
- Submenus are not supported yet but can be added if someone's plugin needs it (probably by adding a new kind of GlobalContextMenu.Entry)
- Added StudioAPI.GetSelectedTreeNodes method and TreeNodeObject.Flatten extension method by @ManlyMarco in 2edabae
- Use custom GUI skin in global context menus by @ManlyMarco in 5338bc9
Full Changelog: v1.46.1...v1.47
Preview of the context menu
This screenshot includes only items that are included by default. Other plugins will add their own items to this list.

Illusion Modding API v1.46.1
What's Changed
- Fix
Valueproperty of obsolete ToolbarToggles not updating in some cases by @ManlyMarco in #109
Full Changelog: v1.46...v1.46.1
Illusion Modding API v1.46
What's Changed
- feat(tablet): improve Wintab API documentation and add configurable context initialization by @rnetiks in #100
- Breaking change! As far as I know no plugin used the old API, so it should be fine, probably.
- Add GlobalContextMenu API by @ManlyMarco in #105
- Can be used to open a custom context menu anywhere, works with both CanvasUI and IMGUI.
- See the docs for usage information.
- Add Studio Left Toolbar Button Hiding by @itsnttt in #106
- Allows users to hide unwanted toolbar buttons. Buttons flash when in Edit Mode (White = Visible / Red = Hidden).
- Edit mode field is enabled via a new right-click context menu on the "option" button (top right in studio).
- Added buttons for resetting positions and showing all buttons to the context menu.
- Add config option to disable local texture support by @Copilot in #101
- If you never use the local textures mode and want to hide the selection box when saving characters and scenes, you can now turn it all off in plugin settings, search for "Enable local texture support". You may have to restart your game.
- Add CI workflow by @ManlyMarco in #107
- If you'd like to test not-yet-released features you can download the latest nightly builds from the CI workflow.
New Contributors
Full Changelog: v1.45.1...v1.46
Illusion Modding API v1.45.1
What's Changed
- Default to bundled save type instead of erroring by @starstormhun in #98
Full Changelog: v1.45...v1.45.1
Illusion Modding API v1.45
What's Changed
-
Add TextureSaveHandlerBase by @starstormhun in #97
-
Move Studio texture save options when using old BrowserFolders by @starstormhun in #95
-
Change NativeHelper build tools version from v142 to v143 by @starstormhun in #96
-
Fix workflow by @ManlyMarco in #94
-
Renamed releases to be easier to discern
Full Changelog: v1.44...v1.45
Illusion Modding API v1.44
This update adds new APIs for use by other plugins in upcoming updates. By itself this update should have no effect other than the bugfix.
What's Changed
-
Implement LocalTextures API by @starstormhun in #93
-
Fix MakerCardSave applying patches multiple times in some cases by @ManlyMarco in #92
-
Update nuget packages; Add more package deps in nupkg by @ManlyMarco in #88
-
Fix some compiler warnings and add update docs by @ManlyMarco in #89
Full Changelog: v1.43...v1.44
Illusion Modding API v1.43
What's Changed
-
Add tablet integration and refactor curve utilities by @rnetiks in #84 and #86
-
Rewrite of studio toolbar API with new features and other improvements by @ManlyMarco in #85
-
Replaced the old CustomToolbarButtons API with ToolbarManager, bringing many improvements and new features.
-
Toolbar buttons now can be drag-and-drop moved and reordered (persists across restarts).
-
-
Added new GlobalTooltips API for easily adding tooltips to in game and studio.
-
PHAPI got some free improvements as a side effect of refactoring.
-
[PH] Merge all Utilities and some other new APIs into PHAPI by @ManlyMarco in #87
New Contributors
Full Changelog: v1.42.2...v1.43
Illusion Modding API v1.42.2
What's Changed
- 62ae47f @ManlyMarco [AIS] Fix SceneEffectsCategory.Initialize crashing in studio
Full Changelog: v1.42.1...v1.42.2
Illusion Modding API v1.42.1
Illusion Modding API v1.42
What's Changed
-
Added dropdowns and colorpickers to the SceneEffectCategory stuff. by @krypto5863 in #77
New Contributors
- @krypto5863 made their first contribution in #77
Full Changelog: v1.41...v1.42
