diff --git a/oscillode/assets/geonodes.py b/oscillode/assets/geonodes.py index f7fdf2d..38c6e60 100644 --- a/oscillode/assets/geonodes.py +++ b/oscillode/assets/geonodes.py @@ -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.