Stable-X commited on
Commit
9059c91
·
1 Parent(s): 46bebed

fix: Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def export_geometry(geometry, file_format='obj'):
72
  output_path = tempfile.mktemp(suffix=supported_formats[file_format.lower()])
73
 
74
  # Create a copy of the geometry to avoid modifying the original
75
- geometry_copy = geometry.clone()
76
 
77
  # Apply rotation
78
  rot = np.eye(4)
 
72
  output_path = tempfile.mktemp(suffix=supported_formats[file_format.lower()])
73
 
74
  # Create a copy of the geometry to avoid modifying the original
75
+ geometry_copy = geometry
76
 
77
  # Apply rotation
78
  rot = np.eye(4)