Remove redundant size property from NoiseTexture

This commit is contained in:
JFonS
2018-10-02 16:01:24 +02:00
parent 6e619ccb24
commit e14ead32dd
4 changed files with 8 additions and 19 deletions

View File

@ -7,7 +7,7 @@ def configure(env):
def get_doc_classes():
return [
"NoiseTexture",
"SimplexNoise"
"OpenSimplexNoise"
]
def get_doc_path():