2018-08-24 22:25:06 +00:00
|
|
|
def can_build(env, platform):
|
2020-03-30 06:28:32 +00:00
|
|
|
return True
|
|
|
|
|
2018-08-24 22:25:06 +00:00
|
|
|
|
|
|
|
def configure(env):
|
2020-03-30 06:28:32 +00:00
|
|
|
pass
|
|
|
|
|
2018-08-24 22:25:06 +00:00
|
|
|
|
|
|
|
def get_doc_classes():
|
2020-03-30 06:28:32 +00:00
|
|
|
return ["NoiseTexture", "OpenSimplexNoise"]
|
|
|
|
|
2018-08-24 22:25:06 +00:00
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|