Skip to content

Commit 4ae5e32

Browse files
missing import
bmesh didnt get added when uv_by_bounds was moved
1 parent 3ae8e63 commit 4ae5e32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

i_scene_cp77_gltf/main/bartmoss_functions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from mathutils import Vector, Quaternion, Euler, Matrix
33
from math import radians
44
import idprop
5+
import bmesh
56

67
## I get that these are lazy but they're convenient type checks
78
def is_mesh(o: bpy.types.Object) -> bool:
@@ -168,4 +169,4 @@ def UV_by_bounds(selected_objects):
168169

169170
bmesh.update_edit_mesh(me)
170171
bpy.ops.object.mode_set(mode=current_mode)
171-
172+

0 commit comments

Comments
 (0)