Don't generate empty doc sections and reduce code duplication

This commit is contained in:
Aaron Franke 2021-09-20 19:37:32 -05:00
parent 2d1699ef82
commit d54f2ad7ca
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
647 changed files with 76 additions and 2011 deletions

View file

@ -16,8 +16,6 @@
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="as_normal_map" type="bool" setter="set_as_normal_map" getter="is_normal_map" default="false">
If [code]true[/code], the resulting texture contains a normal map created from the original noise interpreted as a bump map.
@ -42,6 +40,4 @@
Width of the generated texture.
</member>
</members>
<constants>
</constants>
</class>

View file

@ -109,6 +109,4 @@
Seed used to generate random values, different seeds will generate different noise maps.
</member>
</members>
<constants>
</constants>
</class>