You've already forked stocker_helper
Fix: GRID parented and aligned
This commit is contained in:
+1
-1
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user