Skip to content
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}
64 changes: 0 additions & 64 deletions Editor/Scripts/create_wind_forces_tutorial.py

This file was deleted.

57 changes: 0 additions & 57 deletions Editor/Scripts/customize_mesh_asset_processing.py

This file was deleted.

42 changes: 0 additions & 42 deletions Editor/Scripts/decompose_input_meshes.py

This file was deleted.

1 change: 1 addition & 0 deletions Editor/Scripts/demo_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def on_step_start(self):

def on_step_end(self):
print("Ended the select Entity step")


class DemoTutorial(Tutorial):
def __init__(self):
Expand Down
Loading