Add MultiAssetPath validation logic to support extended filepath feature #557
Labels
python-api
Related to the new Helios++ Python API
sustainable h++
Part of the sustainable HELIOS++ project
So far, we were allowing wildcard patterns in scene part definition logic. We should translate this to a
MultiAssetPath
validator that extends the wildcard pattern to match at least one asset. Then, we would need to modify construction methods likefrom_xml
to return a list of scene parts instead.The text was updated successfully, but these errors were encountered: