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
parent
26bcb56815
commit
cc1646081b
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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": "",
|
||||||
|
|
Loading…
Reference in New Issue