Skip to content

Releases: cfourney/OpenHarmony

openHarmony 0.6.7

05 Aug 10:46

Choose a tag to compare

fix bug when using oProgressDialog without directly showing it
fix render progress inaccuracy in renderWriteNodes when rendering only a range of frames

openHarmony 0.6.6

03 Aug 16:40

Choose a tag to compare

small fixes in oDrawing:

fixed bug in oScene.selectedStrokes (returned all the strokes from the drawing instead of just the selection)
fixed bug in oDrawing.activeArtLayer which didn't use the proper index.

openHarmony 0.6.5

27 Jul 17:28

Choose a tag to compare

some more explicit errors in oNode centerAbove/Below
more gracious oLink.getValidLink behavior in case of missing node (doesn't throw an error, returns null with a debug)
fix for non alphanumeric element names

openHarmony 0.6.4

12 Jul 12:54

Choose a tag to compare

fixes for timelineIndex (now use compositionOrder to avoid batchmode compatibility problems)
added $.oScene.currentTimeline to get the timeline for the defaultDisplay
move backdrops as well as nodes when specifying coordinates when importing templates

openHarmony 0.6.3

06 Jul 15:25

Choose a tag to compare

disable undo/redo during batchmode as it can lead to crashes (not supported in batchmode)
small fix for the fallback in oNode.timelineIndex()

openHarmony 0.6.2

06 Jul 10:15

Choose a tag to compare

fix for Timeline/compositionOrder native API objects not supported in batchmode, fallback to -1/null value for oNode.timelineIndex/oNode.timelineLayer

openHarmony 0.6.1

05 Jul 15:55

Choose a tag to compare

improvements in handling of forbidden characters in node/element names
fixes in oGroupNode.importImage()
improved error throwing to avoid node/element creation or file copy failing silently.

openHarmony 0.6.0

02 Jul 15:58
a201a26

Choose a tag to compare

$.oTimeline/oTimelineLayer/oNodeLayer/oColumnLayer rework
$.oProcess improvements with simplified process to read/react to process finished/etc
$.oSignal : new class mimicking Qt Signals
$.oColorOverrideNode : new oNode subclass wrapper for Color Override nodes
self caching mechanism (disabled by default) to enable node creation only once per parameters
improvements in oScene.renderWriteNodes: ability to connect to render finished signal, and cancel render midway through its execution

openHarmony 0.5.3

11 Jun 16:27

Choose a tag to compare

Fix for $.scn.selectedNodes setter/ also fixes crashes in $.scn.exportTemplate() (as far as I can tell)
added oBackdrop.nodes/oBackdrop.parent (for the group that contains the backdrop)
added oNode.usedColors (gets colors used from element/scene palettes based on ids in the drawings)
added oNode.containingBackdrops (gets the backdrops containing this node)
added oBox.contains() to check whether one box is inside another

openHarmony 0.5.2

12 May 20:50

Choose a tag to compare

added oDrawing.duplicate() method
fix for $.scn.activeDrawing which now properly sets up the parent element with a column based on the selected node.
new way of working for the piemenu duplication prevention (less laggy, but doesn't close the existing menu anymore)