Skip to content

Releases: cfourney/OpenHarmony

OpenHarmony 0.2.7

16 Jun 13:28
Compare
Choose a tag to compare

Bug fixes for oLink class and added examples in the documentation for the class.

OpenHarmony 0.2.6

12 Jun 08:58
Compare
Choose a tag to compare

Minor fix for oScene.renderWriteNodes : passing a resolution will now correctly get the field of view of the scene.

OpenHarmony 0.2.5

11 May 17:13
Compare
Choose a tag to compare

small additions in oDialog (ProgressDialog.cancelled and alertBox) and bugfixes (element type)

OpenHarmony 0.2.4

06 May 14:34
Compare
Choose a tag to compare

Added a few classes to deal with Tools and Stencils, as well as parse XML files.
improvements to PieMenu thanks to https://github.com/jonathan-fontaine
oFolder.create can now create folders several subfolders deep.

OpenHarmony 0.2.3

20 Apr 11:08
Compare
Choose a tag to compare

Changelog : Added graphics to PieMenu, minor fixes

OpenHarmony 0.2.2

17 Apr 12:13
Compare
Choose a tag to compare

Changelog:

bugfixes for importing and creation of palette in environment/job.

known issue: creating a new palette in the job doesn't work, however importing one does. Hope to fix it soon but it seems like an issue with toonboom itself since the function doesn't work with the official API either in my tests (which might be wrong, so wait and see)

OpenHarmony 0.2.1

14 Apr 17:36
Compare
Choose a tag to compare

openHarmony 0.2.0

14 Apr 09:58
Compare
Choose a tag to compare

Changelog:

new functions :

  • $.oApp Class to access the application window, mouse position etc.
  • $.oPieMenu Class to create pie menus from a widget list.
  • $.oPieSubMenu Class to embed further submenus inside a pie menu.
  • $.oToolbar Class to create a toolbar with custom widgets
  • $.oArtLayer Class to access the contents of the drawing art layers
  • $.oShape Class that represents the vector shapes in the drawings.

more documentation fixes

openHarmony 0.1.2

09 Apr 13:31
Compare
Choose a tag to compare

Added more information to the readme and a new installer with an environment variable support.

The lib location will now be stored in the variable LIB_OPENHARMONY_PATH.

Changelog:

  • new installer
  • new readme with more info on how to contribute
  • some minor fixes and reporting improvements (debug messages etc)
  • The addition of oArtLayer and oShape classes to access the content of the drawings (Still WIP)

openHarmony 0.1.1

02 Apr 17:32
Compare
Choose a tag to compare

Small updates fixing some issues with the progress of render write nodes function.