You've already forked stocker_helper
Feat: Wire display; selected boundary
This commit is contained in:
@@ -120,8 +120,11 @@ def create_aligned_boundary_cube(bounds, parent=None, mode=None):
|
||||
if parent:
|
||||
obj.parent = parent
|
||||
|
||||
return obj
|
||||
# QoL: wire display and auto-select for immediate modifier edits
|
||||
obj.display_type = 'WIRE'
|
||||
obj.select_set(True)
|
||||
|
||||
return obj
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Phase 2: Geometry (Origin Alignment) logic loaded.")
|
||||
Reference in New Issue
Block a user