Public Access
2
0

Fix: GRID parented and aligned

This commit is contained in:
2026-04-23 19:17:15 -04:00
parent f8f767c850
commit 9e26aa36d3
2 changed files with 79 additions and 29 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class STOCKER_OT_setup(bpy.types.Operator):
bounds['size'].z += height_add
bounds['max'].z += height_add
# 3. Create the cube (parent to selected instance for tracking)
# 3. Create the cube (parent to selected for tracking)
new_obj = logic.create_aligned_boundary_cube(bounds, parent=selected_objs[0], mode=self.mode)
if not new_obj:
self.report({'ERROR'}, "Failed to create boundary cube.")