Releases: MrNothing/AI-Blocks
Releases · MrNothing/AI-Blocks
Release 5.3 Win32
Added:
- Editor variables are now Dynamic! That means you can retrieve them during run-time, to get a variable's value during run-time, simply call self.GetDynamicValue("myVariable") from any script.
- The hierarchy panel items are now draggable, you can organize which object is parent/child and the render order by dragging an object.
- You can now edit the properties of multiple items at the same time. Does not work with script properties yet.
- You can new delete or add scenes, note that deleting scenes does not delete the objects in the scene.
- Errors are now logged in the errors_log.txt file, it can be found next to the aiblocks.exe executable.
- Added new script functions for logging, displaying graphs and viewing spectrograms.
Fixed:
- Fixed a bug when copy/pasting a group of items.
- Fixed a bug preventing you from dragging groups of items.
- Fixed the convolution scripts.
Note: Mac/Linux users have to run the project from the sources for now, I will try and fix the builds asap.
Release 5.2 Win32/OSX/Linux x64
Added:
- You can now create new scripts from the editor. Script can also be created from templates. More infos here: https://mrnothing.github.io/AI-Blocks/start.html#scripts
- New loading screen, replaces the white screen during loading.
- New built-in scripts for GANs (generative adverserial networks)
- New helper functions for text parsing: see Texthelper class
- You can now rename scene names.
- You can now send commands (stdin) to a running scene from the console command input.
- The official website is up! contains the documentation and tutorials: https://mrnothing.github.io/AI-Blocks/index.html
Fixed:
- Builds are now generated with electron-builder, that makes them lighter and standard.
- Mac build now properly works, tested on OSX Sierra 10.12
Release 5 Win32/Linux x64
Added:
- Reworked the UI and overall design.
- Added a template selection interface when creating new scripts.
- Added multi selection, press Control+Left click to select a group of objects, they can be dragged and copied.
- The scene is now zoom-able.
- You can now resize the panels.
- Added a Python wrapper for Tensorflow to make scripts easier to read and customize.
Fixed:
- Linux version now runs properly.
- The application will no longer take time to start at first launch.
- Hotfix: the insert button now properly functions again.
Release 4.2 x64
Added:
- Mac/Linux support (dropped for this release)
- New script creation interface
Fixed:
- Children of an object are now properly removed when pressing the delete key
- While dragging an object, the children of this object will get dragged as well
- Links that would sometime not render will now render properly.
Release 4.1 Win32-x64
Fixed:
- The scene will not get stuck in drag mode anymore
- The output panel's text can now be selected.
- The minimap was zoomed out from 1/15 to 1/20
- changing a variable type will now properly update it in the inspector see #4
Release 4 Win32-x64
Added:
- Reworked the project creation window,
- You can now clone the example projects without having to download them.
- The scene is now draggable
- The overflow of the scene is now properly masked
- Added a "minmap" to have an overview of the scene
- Added a new paragraph in the home page.
- When launching a scene, the output panel is now triggered
Fixed:
- The files and folder selction window will now properly be attached to the main window.
Release 3.4 Win32-x64
Fixed a bug when building projects using python 3.6 and the Pillow library.
Release 3.3 Win32-x64
Added:
- Arrays now display the amount of elements they have
Fixed:
- Adding objects to a loaded scene wont overlap the last object's ID anymore causing unwanted behavior.
Release 3 Win32-x64
Features:
- Socket server
- Ctrl+c/Ctrl v on selected object
- Edit script button (works on global scripts too)
- New "insert" object interface
- Search field for object instances and scripts.
Fixes:
- Objects sharing the same script instance
- Delete button does not delete other items (except children of an object)
- Loading a project that was moved from its original folder wont cause a crash anymore.
Release 2 Win32-x64
Added:
- Build/Run scene in python (Tensorflow) code.
- Arrays and Bool types serialized in inspector, arrays of objets or folders are supported (not recursively).
- new internal scripts: Image Viewer, Chart, Minst Loader, CSV Loader, Cifar Loader, AutoEncoder
- Extra scenes tab
- Per object progress bars
- Properties panel has a scroll bar.
Fixes: - Creating a new project now creates a new folder with the project name.
- Clicking on a scene object now properly selects it