Fix missing import in bounds_utils.py

pull/292/head
Stationär\Henrik 2024-12-30 13:46:14 +01:00
rodzic 8e856d39e5
commit abd986b2ec
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ from .simple_utils import (
progress,
unit_value_to_string,
)
from ..exception import CamException
def get_bounds_worldspace(obs, use_modifiers=False):
"""Get the bounding box of a list of objects in world space.