Releases: cfourney/OpenHarmony
OpenHarmony 0.2.7
Bug fixes for oLink class and added examples in the documentation for the class.
OpenHarmony 0.2.6
Minor fix for oScene.renderWriteNodes : passing a resolution will now correctly get the field of view of the scene.
OpenHarmony 0.2.5
small additions in oDialog (ProgressDialog.cancelled and alertBox) and bugfixes (element type)
OpenHarmony 0.2.4
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
Changelog : Added graphics to PieMenu, minor fixes
OpenHarmony 0.2.2
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
-
Bugfix patch
-
oApp.mainWindow thanks to https://github.com/jonathan-fontaine
-
oFolder.create() and oFolder.exists
-
some doc fixes
openHarmony 0.2.0
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
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
Small updates fixing some issues with the progress of render write nodes function.