Skip to content

Latest commit

 

History

History
101 lines (65 loc) · 2.28 KB

CHANGES.rst

File metadata and controls

101 lines (65 loc) · 2.28 KB

Turbulenz Python Tools Changes

release-date:2015-08-26
  • Update some Collada conversion warnings to infos
  • Mesh.convex_hulls now raises a ValueError if the input mesh doesn't meet the specified conversion parameters rather than returning None.
release-date:2014-06-24
  • Added 'webworker' and 'webworker-debug' build modes to MakeTZJS
  • Fix further issues with non-ascii encoded input files
  • Fix for canvas elements not getting correct touch events on some browsers
release-date:2014-02-03
  • Add support for non-ascii encoded source files in makehtml and maketzjs
  • Fix missing dependency on urllib3 for the export events tool
  • Fix incorrect log call in dae2json
release-date:2013-10-30
  • Fix support for multiple animation elements targeting the same attribute
  • Fix scale animation export when stored as separate axis components
  • Fix dae2json referencing a legacy flat effect in the shaders
release-date:2013-10-08
  • Updated exportevents tool to support latest format of metrics from the Hub
  • Added support for a physics material to be exported in dae2json
  • Updated code to conform to Pylint 1.0.0 and updated .pylintrc file with new settings
  • Minor bugfixes in json2json tool
release-date:2013-07-30
  • Updated obj2json tool to support variable numbers of components, fix issues with no uv sets, fix degenerate removal
  • Prevent error when running exportevents tool against unpublished projects
  • Update exportevents tool to remove the requirement of PyCrypto
  • Refactored the exportevents tool to more correctly deal with requests for realtime events
  • Updated exportevents tool to support a future format of event downloads
release-date:2013-05-20
  • Fix exportevents tool when working with encrypted data stored in the local filesystem
  • Update exportevents tool to support gzipped responses for efficient download of user metrics
release-date:2013-05-02
  • First open source release