Skip to content

Commit

Permalink
Merge pull request #24 from thomas-advantitge/fix-name-error
Browse files Browse the repository at this point in the history
fix: formations list dropdown
  • Loading branch information
ntamas authored May 16, 2024
2 parents b36a200 + ead474c commit 8749f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/sbstudio/plugin/model/formation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import bpy

from bpy.types import Collection
from functools import partial
from itertools import count
from mathutils import Vector
Expand All @@ -17,7 +18,7 @@
from sbstudio.plugin.utils.evaluator import get_position_of_object

if TYPE_CHECKING:
from bpy.types import Collection, MeshVertex, Object
from bpy.types import MeshVertex, Object

__all__ = (
"add_objects_to_formation",
Expand Down

0 comments on commit 8749f2b

Please sign in to comment.