diff --git a/CMakeLists.txt b/CMakeLists.txt index 9feddc1c..8cbe36fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.2) project( splash - VERSION 0.7.5 + VERSION 0.7.6 LANGUAGES C CXX ) diff --git a/NEWS.md b/NEWS.md index 0e444ace..042864f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,37 @@ Splash release notes =================== +Splash 0.7.6 (2017-09-28) +------------------------- +New features: +- Added a virtual screen object +- Added a loop rate parameter to the Python interpreter +- Hidden the Python splash capsule in the splash module +- Added a Sink wrapper to the Python interpreter +- Added attribute callbacks +- Simulate swap synchro when splash is hidden to avoid taking 100% GPU. + +Improvements: +- Added a Probe node to the Blender addon +- Removed ghost-specific commands +- Moved swap interval set from Scene to Window +- Duplicated the link and unlink commands in the World, to simplify the API +- Renamed controller methods +- Added ZMQ as a submodule +- Added splash.get_timings() to Python API +- Deleted the thread pool, replaced with futures or mere threads. + +Bugs fixed: +- Fixed an issue in the Blender exporter, when exporting only the 3D models +- Fixed issue with warps +- Fixed factory not creating Python controller +- Fixed a #ifdef issue in image_shmdata +- Fixed Python controller object not loading correctly custom attributes +- Fixed adaptive framerate +- Fixed Python custom attributes +- Fixed integration tests +- Fixed issue with ImGui style editor not building + Splash 0.7.4 (2017-07-31) ------------------------- New features: diff --git a/README.md b/README.md index 1012d58c..4feab0d7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ This program is free software; you can redistribute it and/or modify it under th ### Authors * Emmanuel Durand ([Github](https://github.com/paperManu))([Website](https://emmanueldurand.net)) +* Jérémie Soria ([Github](https://github.com/eldaranne)) ### Projet URL This project can be found either on the [SAT Metalab repository](http://code.sat.qc.ca/redmine/projects/splash) or on [Github](https://github.com/paperManu/splash). diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py index 703f7867..8a407584 100644 --- a/addons/blender/splash/__init__.py +++ b/addons/blender/splash/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Splash output", "author": "Emmanuel Durand", - "version": (0, 7, 5), + "version": (0, 7, 6), "blender": (2, 72, 0), "location": "3D View > Toolbox, File > Export", "description": "Utility tools to connect Blender to the Splash videomapper", diff --git a/data/config/splash-launcher.desktop b/data/config/splash-launcher.desktop index de1bc66f..c7ab1a92 100755 --- a/data/config/splash-launcher.desktop +++ b/data/config/splash-launcher.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.7.5 +Version=0.7.6 Name=Splash Exec=splash Type=Application