fix: Wrong string type a function annotation
parent
fdcd52e937
commit
0d5c9b78f7
|
@ -105,7 +105,7 @@ class GeoNodes(enum.StrEnum):
|
|||
ArrayRing = 'array_ring'
|
||||
|
||||
@property
|
||||
def dedicated_node_type(self) -> ct.BLImportMethod:
|
||||
def dedicated_node_type(self) -> str: ## TODO: How to correlate to node_tree?
|
||||
"""Deduces the denode type that implements a vendored GeoNodes tree (usually just "GeoNodes Structure").
|
||||
|
||||
Generally, "GeoNodes Structure' is the generic triangle-mesh node that can do everything.
|
||||
|
|
Loading…
Reference in New Issue