Skip to content

Release 5.3 Win32

Latest
Compare
Choose a tag to compare
@MrNothing MrNothing released this 13 Dec 09:50
· 39 commits to master since this release

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.