Skip to content

Commit abd986b

Browse files
committed
Fix missing import in bounds_utils.py
1 parent 8e856d3 commit abd986b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/addons/cam/utilities/bounds_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
progress,
1313
unit_value_to_string,
1414
)
15-
15+
from ..exception import CamException
1616

1717
def get_bounds_worldspace(obs, use_modifiers=False):
1818
"""Get the bounding box of a list of objects in world space.

0 commit comments

Comments
 (0)