Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mel.egg-info/
build/
Pipfile
Pipfile.lock
uv.lock
notebooks/
5 changes: 4 additions & 1 deletion mel/cmd/mel.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import mel.cmd.rotomapautomark
import mel.cmd.rotomapautomark2
import mel.cmd.rotomapautomark2train
import mel.cmd.rotomapautomark3
import mel.cmd.rotomapautomask
import mel.cmd.rotomapcalcspace
import mel.cmd.rotomapcompare
Expand Down Expand Up @@ -55,6 +56,7 @@
"automark": mel.cmd.rotomapautomark,
"automark2": mel.cmd.rotomapautomark2,
"automark2-train": mel.cmd.rotomapautomark2train,
"automark3": mel.cmd.rotomapautomark3,
"automask": mel.cmd.rotomapautomask,
"calc-space": mel.cmd.rotomapcalcspace,
"compare": mel.cmd.rotomapcompare,
Expand Down Expand Up @@ -163,7 +165,8 @@ def _setup_parser_for_module(subparsers, module, name):


# -----------------------------------------------------------------------------
# Copyright (C) 2015-2019 Angelos Evripiotis.
# Copyright (C) 2015-2019, 2025 Angelos Evripiotis.
# Generated with assistance from Claude Code.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Loading
Loading