Skip to content

Releases: cfourney/OpenHarmony

openHarmony 0.10.18

19 Apr 08:49
Compare
Choose a tag to compare

Fixes for PATH3D/QUATERNIONPATH column creation and attribute setting by @rpatalowski

Thanks!

openHarmony 0.10.17

21 Mar 13:31
Compare
Choose a tag to compare
  • some cleanup, removed bugs and added a createThumbnail argument for exportQt (@dragonbleapiece)
  • add convertToTvg argument to importQt (@LedruRollin)

openHarmony 0.10.16

06 Feb 14:39
Compare
Choose a tag to compare
  • remove annoying alert popup during importimagesequence
  • Add the $.oNode.nodeColor of the property for the color of the layer (thanks @comadrejo! )
  • fix oDrawingNode.addDrawing not returning anything
  • add findFirstInLinkOfType functions to get a node of a given type anywhere in the hierarchy
  • macOS Installer (thanks @comadrejo! )
  • rework of listFiles/listFolders (thanks @bob-ross27 !)

openHarmony 0.10.15

01 Sep 13:38
Compare
Choose a tag to compare
  • add function oApp.runMenuCommand to run a menu command from a native harmony menu
  • fix for import scale when importing without convertAsTVG (thanks @armabon !)

openHarmony 0.10.14

17 Aug 13:11
Compare
Choose a tag to compare
  • adds Quaternion/Quaternion_path columns/attributes support for getting/setting and getting keyframes, etc.
  • adds a new interpolation function to oColumn to create a key at a percentage between two existing values
  • adds oPathPoint.position (oPoint) to get the position of a path point as an oPoint
  • adds a generic $.lerp function for linear interpolation between 2 floating point values.

openHarmony 0.10.13

29 Jul 08:22
Compare
Choose a tag to compare
  • add function to get a drawing by its id from an element

  • add oBox property 'isEmpty'

  • add oScene.getSelectedNodesOfType function to filter selection by type

  • simplify activeDrawing implementation to benefit from new additions

  • add oTool.toString to enable printing tool list easier ($.app.tools)

  • add option to show tool name on pie menu oToolButton

  • add oDrawingNode.addDrawing shortcut to add a drawing to the node's element

  • add oNode.findFirstInNodeMatching/oNode.findFirstOutNodeMatching to traverse hierarchy looking for specific nodes

  • fix for addDrawingNode creation: now follows local prefs

  • feat: match TVG resolution with scene resolution when importing bitmap with convertToTVG option (thanks @LibertAntoine!)

openHarmony 0.10.12

29 Apr 15:22
Compare
Choose a tag to compare

minor bug fix for new orderAboveNodes function

openHarmony 0.10.11

27 Apr 14:01
Compare
Choose a tag to compare
  • new chooseFile/chooseFolder functions that return oFile/oFolder objects (thanks @waterwheels)
  • new $.oNode.orderAboveNodes() function to order nodes in a grid like fashion based on links.

openHarmony 0.10.10

14 Apr 14:12
Compare
Choose a tag to compare

fix for creation of display nodes with default name (now properly finds an unused name to ensure node creation)

openHarmony 0.10.9

14 Apr 13:38
Compare
Choose a tag to compare

fix for false error during adding of points onto a stroke.