Skip to content

Releases: cfourney/OpenHarmony

openHarmony 0.10.8

25 Feb 13:43
Compare
Choose a tag to compare

Fixes a bug on non windows platforms with oProcess/oScene.renderWriteNodes (Thanks @LibertAntoine!)

openHarmony 0.10.7

03 Feb 10:08
Compare
Choose a tag to compare

Fix scene.length when using a shorter value than current
Fix bug in importImageAsTVG
(thanks @waterwheels! )

openHarmony 0.10.6

20 Jan 10:14
Compare
Choose a tag to compare

fix for saveAs() (disabled on offline scenes by mistake)

openHarmony 0.10.5

18 Jan 14:08
Compare
Choose a tag to compare
  • support a new extendScene parameter for ImportImageSequence (thanks @waterwheels for the suggestion)
  • fix for extendDurations function when attempting to extend a frame on one of the last two frames of a scene.
  • fix for waypoints present in imported TPL not being moved into the right location when one is specified (PR from @waterwheels)

openHarmony 0.10.4

10 Jan 17:44
Compare
Choose a tag to compare

fix for broken importPSD function. (thanks @waterwheels)
Now also supports group recreation from psd.

openHarmony 0.10.3

15 Dec 15:13
Compare
Choose a tag to compare

FIX BUG reading preferences file when harmony is in database mode.

openHarmony 0.10.2

08 Dec 09:50
Compare
Choose a tag to compare
  • fixed bug during movieImport (thanks to @waterwheels), added a progress dialog during import.
  • changed the way drawing names are infered when no "name" argument is passed to element.addDrawing() to respect the naming system used by harmony (and the preference "rename by frame at drawing creation")
  • support for html in $.alertBox() to print formatted messages.

openHarmony 0.10.1

01 Dec 13:47
Compare
Choose a tag to compare
  • add importImageSequence function to oGroupNode and a convertToTvg argument to all functions linked to importing bitmaps in oElement, oDrawing etc.
  • add support for overwrite setting in oFolder.copy
  • fix for bug in attribute setting linked to detection of wether an attribute can be animated or not
  • fix for bug in oGroupNode.importQT
  • some documentation improvements

openHarmony 0.9.3

26 Nov 13:38
Compare
Choose a tag to compare

Added recursive copy folder function to oFolder (thanks to @jorgepozo )

openHarmony 0.9.2

21 Nov 19:32
Compare
Choose a tag to compare

various bugfixes
added a complete example
added oAttribute.addColumn(), oAttribute.name, oColumn.remove().