Releases: cfourney/OpenHarmony
openHarmony 0.11.0
openHarmony 0.10.18
Fixes for PATH3D/QUATERNIONPATH column creation and attribute setting by @rpatalowski
Thanks!
openHarmony 0.10.17
- some cleanup, removed bugs and added a createThumbnail argument for exportQt (@dragonbleapiece)
- add convertToTvg argument to importQt (@LedruRollin)
openHarmony 0.10.16
- 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
- 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
- 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
-
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
minor bug fix for new orderAboveNodes function
openHarmony 0.10.11
- 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
fix for creation of display nodes with default name (now properly finds an unused name to ensure node creation)