Add support for integer data types in bsdd

This commit is contained in:
Dion Moult
2025-08-04 17:02:26 +10:00
parent 037fd22b51
commit 4d42512b6a
+1
View File
@@ -328,6 +328,7 @@ class Bsdd(bonsai.core.tool.Bsdd):
data_type_map = {
"String": "string",
"Real": "float",
"Integer": "integer",
"Boolean": "boolean",
}
imported_props = set()