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