bump version

1.8.16

- fixed: Better reorder socket. Still not perfect, can have bad result if there some unconnected sockets on both sides.
main
pullusb 2025-04-10 15:28:08 +02:00
parent 26bcb56815
commit cc1646081b
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@ if duplicate, need to "connect" with namespace ('_duprender') or something
Activate / deactivate layer opacity according to prefix Activate / deactivate layer opacity according to prefix
Activate / deactivate all masks using MA layers 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 1.8.15

View File

@ -2,7 +2,7 @@ bl_info = {
"name": "GP Render", "name": "GP Render",
"description": "Organise export of gp layers through compositor output", "description": "Organise export of gp layers through compositor output",
"author": "Samuel Bernou", "author": "Samuel Bernou",
"version": (1, 8, 15), "version": (1, 8, 16),
"blender": (3, 0, 0), "blender": (3, 0, 0),
"location": "View3D", "location": "View3D",
"warning": "", "warning": "",