From cc1646081ba2c4561a8fc66f7c497290b603ae0b Mon Sep 17 00:00:00 2001 From: pullusb Date: Thu, 10 Apr 2025 15:28:08 +0200 Subject: [PATCH] bump version 1.8.16 - fixed: Better reorder socket. Still not perfect, can have bad result if there some unconnected sockets on both sides. --- CHANGELOG.md | 3 +++ __init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b7c50..50f5a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ if duplicate, need to "connect" with namespace ('_duprender') or something Activate / deactivate layer opacity according to prefix Activate / deactivate all masks using MA layers --> +1.8.16 + +- fixed: Better reorder socket. Still not perfect, can have bad result if there some unconnected sockets on both sides. 1.8.15 diff --git a/__init__.py b/__init__.py index e0d827d..f20dbb5 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ bl_info = { "name": "GP Render", "description": "Organise export of gp layers through compositor output", "author": "Samuel Bernou", - "version": (1, 8, 15), + "version": (1, 8, 16), "blender": (3, 0, 0), "location": "View3D", "warning": "",