Skip to content

Commit 81b3f41

Browse files
committed
Make sure stub generator is always accessible
1 parent 318f0cb commit 81b3f41

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.1
2+
===
3+
4+
* The stub generator is now guaranteed to be accessible in GIMP even if no images are opened.
5+
6+
17
5.0
28
===
39

generate-pdb-stubs/generate-pdb-stubs.py

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def generate_pdb_stubs(proc, config, _data):
8585
' for GIMP PDB procedures and GEGL operations.'),
8686
),
8787
attribution=('Kamil Burda', '', '2023'),
88+
sensitivity_mask=Gimp.ProcedureSensitivityMask.ALWAYS,
8889
)
8990

9091
procedure.main()

0 commit comments

Comments
 (0)