Merge pull request #5 from hmunktell/actions/black

Format Python code with psf/black push
pull/292/head
hmunktell 2024-12-30 14:49:30 +01:00 zatwierdzone przez GitHub
commit 138a91d965
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ from .parent_panel import CAMParentPanel
from ...utilities.version_utils import opencamlib_version
class CAM_OPTIMISATION_Panel(CAMParentPanel, Panel):
"""CAM Optimisation Panel"""

Wyświetl plik

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

Wyświetl plik

@ -10,6 +10,7 @@ import bpy
from .simple_utils import activate
from .orient_utils import rotation_to_2_axes
def prepare_indexed(o):
"""Prepare and index objects in the given collection.