Skip to content

Commit

Permalink
Fix missing import in index_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmunktell committed Dec 30, 2024
1 parent abd986b commit 300e7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/addons/cam/utilities/index_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.
Expand Down

0 comments on commit 300e7e8

Please sign in to comment.