Releases: VirtualButFake/vfx-editor
Releases · VirtualButFake/vfx-editor
v1.0.9
Changes
- ZOffset now uses a step size of 0.1 instead of it's previous 0.5, to allow for more precise control
- Attributes now use
EmitCountandEmitDelay
Fixes
- Changes to an instance name now update topbar buttons correctly (#5)
- Values inside the NumberSequence editor are now rounded to 3 decimal places in the interface. (#4)
- Yet another experimental fix for a potential recursive state error. If the issue arises again, let me know.. (#3)
- Context menus now work again on properties in the instance tree. (#6)
v1.0.8
Changes
- Fix issue with breadcrumb in texture storage not working correctly with <2 labels
- Fix Texture path breaking and resulting in a crash
- Made it so that clicking a texture that is set and found will now open the folder it is in
- Fix bug where creating a folder would empty the texture storage
v1.0.7
Changes
- NumberSequence buttons now feature an input box alongside the graph button, to set a constant value.
- A graph will now adjust itself to the max value in the sequence, if this is higher than the max size setting.
- Decals are now taken into account with "Import Instances"
v1.0.6
Changes
- Update
fusionComponentsto fix potential recursive state error TexturePickernow uses a different list format to prevent state updates causing unecessary rerenders
v1.0.5
Changes
- Bump
themeFrameworkandfusionComponentsfor more extensible appearance modification support. Emit DelayandEmit Countwill now look for existing attributes in order to make migration easier
Fixes
- Experimental fix for crashing when interacting with property fields in a certain way
- Fixed
Flipbookimage preview race condition
v1.0.4
Changes
- Bump
themeFrameworkandfusionComponentsfor better typing ofuseColorFunction
v1.0.3
Fixes
- Fixed memory leak in
CanvasFrameandStandaloneScrollerthat caused instances to stay in memory even post-destruction. Memory issues should be significantly alleviated, but there are still some issues. This will be addressed in a future release.
v1.0.2
Fixes
- Add a stroke around
TimelineButtons inColorSequenceEditorto provide sufficient contrast in light mode
v0.1.1
Fixes
- Wrapped base instance creation in
historyHandlerto allow for undo/redo on first change
v0.1.0
Full Changelog: https://github.com/VirtualButFake/vfx-editor/commits/v0.1.0