We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e53bc9 commit 432a9bfCopy full SHA for 432a9bf
NodeToPython/options.py
@@ -92,7 +92,12 @@ class NTPOptions(bpy.types.PropertyGroup):
92
('SPDX:MPL-2.0', "Mozilla Public License 2.0", ""),
93
('SPDX:Pixar', "Pixar License", ""),
94
('SPDX:Zlib', "Zlib License", ""),
95
- ('OTHER', "Other", "")
+ ('OTHER', "Other", "User is responsible for including the license "
96
+ "and adding it to the manifest.\n"
97
+ "Please note that by using the Blender Python "
98
+ "API your add-on must comply with the GNU GPL. "
99
+ "See https://www.blender.org/about/license/ for "
100
+ "more details")
101
],
102
default = 'OTHER'
103
)
0 commit comments