Skip to content

Commit fc9a639

Browse files
authored
Merge pull request pppalain#218 from dwrobel/Fix-name-unit_value_to_string-is-not-defined-error
Fix name 'unit_value_to_string' is not defined error
2 parents e4c664a + 3bbe1d5 commit fc9a639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/addons/cam/utilities/operation_utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from bpy_extras import object_utils
1313

1414
from .simple_utils import get_cache_path
15+
from .simple_utils import unit_value_to_string
1516

1617
from ..constants import was_hidden_dict
1718

0 commit comments

Comments
 (0)