Skip to content

Commit 2e2aa3a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 25d1ce2 commit 2e2aa3a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/omniverse/omniverse_integration.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"\n",
123123
"import vtk\n",
124124
"import vtkmodules\n",
125+
"\n",
125126
"# from ipyvtklink.viewer import ViewInteractiveWidget\n",
126127
"\n",
127128
"from utility import convert_to_mesh, convert_mesh_to_usd\n",

modules/omniverse/utility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ def convert_to_mesh(
141141
writer.Write()
142142

143143
print(f"Mesh successfully exported to {output_filename}")
144-
144+
145145
if len(label_values.keys()) > 1:
146-
# Modify GLTF to include actor names
146+
# Modify GLTF to include actor names
147147
with open(output_filename, "r") as f:
148148
gltf_data = json.load(f)
149149

0 commit comments

Comments
 (0)