mocap-desktop-gui 2.4.10__py3-none-any.whl → 2.4.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mocap_desktop_gui/__init__.py +3 -3
- mocap_desktop_gui/axengine_1759846096_3947648063.py +246 -0
- mocap_desktop_gui/gen/__init__.py +3 -3
- mocap_desktop_gui/gen/rc_icons.py +3 -3
- mocap_desktop_gui/gen/rc_qml.py +3 -3
- mocap_desktop_gui/gen/rc_style.py +3 -3
- mocap_desktop_gui/main.py +3 -3
- mocap_desktop_gui/mc/__init__.py +3 -3
- mocap_desktop_gui/mc/bld_fbx_2_glb.py +3 -3
- mocap_desktop_gui/mc/bld_utils.py +3 -3
- mocap_desktop_gui/mc/cm_license/AccessHandler.py +3 -3
- mocap_desktop_gui/mc/cm_license/LicenseCheck.py +3 -3
- mocap_desktop_gui/mc/cm_license/ListProductItem.py +3 -3
- mocap_desktop_gui/mc/gpu_info.py +3 -3
- mocap_desktop_gui/mc/mc_actor_profile.py +3 -3
- mocap_desktop_gui/mc/mc_actor_profile_model.py +3 -3
- mocap_desktop_gui/mc/mc_app_manager.py +3 -3
- mocap_desktop_gui/mc/mc_auth_core.py +3 -3
- mocap_desktop_gui/mc/mc_calib.py +3 -3
- mocap_desktop_gui/mc/mc_calib_data.py +3 -3
- mocap_desktop_gui/mc/mc_camera_views_model.py +3 -3
- mocap_desktop_gui/mc/mc_cloud_service.py +3 -3
- mocap_desktop_gui/mc/mc_common_paths.py +3 -3
- mocap_desktop_gui/mc/mc_context.py +3 -3
- mocap_desktop_gui/mc/mc_diagnosis.py +3 -3
- mocap_desktop_gui/mc/mc_env_vars.py +3 -3
- mocap_desktop_gui/mc/mc_error_codes.py +3 -3
- mocap_desktop_gui/mc/mc_file_util.py +3 -3
- mocap_desktop_gui/mc/mc_import_folder.py +3 -3
- mocap_desktop_gui/mc/mc_intrinsic_cam_models.py +3 -3
- mocap_desktop_gui/mc/mc_mocap_edit_session.py +3 -3
- mocap_desktop_gui/mc/mc_mocap_models.py +3 -3
- mocap_desktop_gui/mc/mc_project.py +3 -3
- mocap_desktop_gui/mc/mc_project_manager.py +3 -3
- mocap_desktop_gui/mc/mc_qml_defines.py +3 -3
- mocap_desktop_gui/mc/mc_rig.py +3 -3
- mocap_desktop_gui/mc/mc_scene_3d_service.py +3 -3
- mocap_desktop_gui/mc/mc_sync_media_player.py +3 -3
- mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +3 -3
- mocap_desktop_gui/mc/mc_sync_video_paint_item.py +3 -3
- mocap_desktop_gui/mc/mc_take.py +3 -3
- mocap_desktop_gui/mc/mc_take_cloud_job.py +3 -3
- mocap_desktop_gui/mc/mc_take_cloud_job_action.py +3 -3
- mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +3 -3
- mocap_desktop_gui/mc/mc_take_list_model.py +3 -3
- mocap_desktop_gui/mc/mc_take_local_job.py +3 -3
- mocap_desktop_gui/mc/mc_take_local_job_action.py +3 -3
- mocap_desktop_gui/mc/mc_take_local_job_calib.py +3 -3
- mocap_desktop_gui/mc/mc_take_local_job_service.py +3 -3
- mocap_desktop_gui/mc/mc_take_run.py +3 -3
- mocap_desktop_gui/mc/mc_take_run_common.py +3 -3
- mocap_desktop_gui/mc/mc_take_run_data_prep.py +3 -3
- mocap_desktop_gui/mc/mc_take_run_settings.py +3 -3
- mocap_desktop_gui/mc/mc_take_runs_base.py +3 -3
- mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +3 -3
- mocap_desktop_gui/mc/mc_take_runs_local_manager.py +3 -3
- mocap_desktop_gui/mc/mc_take_runs_manager.py +3 -3
- mocap_desktop_gui/mc/mc_take_settings.py +3 -3
- mocap_desktop_gui/mc/mc_take_settings_action.py +3 -3
- mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
- mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +3 -3
- mocap_desktop_gui/mc/mc_video.py +3 -3
- mocap_desktop_gui/mc/mc_video_file_parser.py +3 -3
- mocap_desktop_gui/mc/mc_video_manager.py +3 -3
- mocap_desktop_gui/mc/mc_video_uploader.py +3 -3
- mocap_desktop_gui/mc/mc_videos_uploader.py +3 -3
- mocap_desktop_gui/mc/mc_worker.py +3 -3
- mocap_desktop_gui/mc/qml_engine.py +3 -3
- mocap_desktop_gui/mc/rig/rig_path.py +3 -3
- mocap_desktop_gui/mc/settings/camera_models_path.py +3 -3
- mocap_desktop_gui/mc/settings/settings_gen.py +3 -3
- mocap_desktop_gui/mc/settings/settings_path.py +3 -3
- mocap_desktop_gui/mc/util.py +3 -3
- mocap_desktop_gui/sample.py +3 -3
- {mocap_desktop_gui-2.4.10.dist-info → mocap_desktop_gui-2.4.12.dist-info}/METADATA +1 -1
- {mocap_desktop_gui-2.4.10.dist-info → mocap_desktop_gui-2.4.12.dist-info}/RECORD +80 -81
- move_errors/codes/engine/enums.py +2 -3
- move_errors/codes/internal_services/jobs_runner.py +0 -15
- mocap_desktop_gui/axengine_1759830788_3947648063.py +0 -246
- move_errors/codes/engine/ops_render.py +0 -40
- {mocap_desktop_gui-2.4.10.dist-info → mocap_desktop_gui-2.4.12.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-2.4.10.dist-info → mocap_desktop_gui-2.4.12.dist-info}/entry_points.txt +0 -0
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(1362, globals())
|
mocap_desktop_gui/mc/mc_video.py
CHANGED
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(468, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(209, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(168, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(1140, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(1005, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(850, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(25, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(635, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(1053, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(1049, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(1051, globals())
|
mocap_desktop_gui/mc/util.py
CHANGED
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(399, globals())
|
mocap_desktop_gui/sample.py
CHANGED
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1759846096_3947648063.py')):
|
6
6
|
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
7
|
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
8
|
break
|
9
9
|
_axeSearchPath = _newAxeSearchPath
|
10
10
|
try:
|
11
11
|
_sys.path.append(_axeSearchPath)
|
12
|
-
import
|
12
|
+
import axengine_1759846096_3947648063 as _axengine
|
13
13
|
except Exception as e:
|
14
14
|
raise Exception('Failed to load AxEngine!') from e
|
15
15
|
finally:
|
16
16
|
_sys.path.pop()
|
17
|
-
from
|
17
|
+
from axengine_1759846096_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(1, globals())
|
@@ -1,71 +1,71 @@
|
|
1
|
-
mocap_desktop_gui/__init__.py,sha256=
|
2
|
-
mocap_desktop_gui/
|
3
|
-
mocap_desktop_gui/gen/__init__.py,sha256=
|
4
|
-
mocap_desktop_gui/gen/rc_icons.py,sha256=
|
5
|
-
mocap_desktop_gui/gen/rc_qml.py,sha256=
|
6
|
-
mocap_desktop_gui/gen/rc_style.py,sha256=
|
7
|
-
mocap_desktop_gui/main.py,sha256=
|
8
|
-
mocap_desktop_gui/mc/__init__.py,sha256=
|
9
|
-
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=
|
10
|
-
mocap_desktop_gui/mc/bld_utils.py,sha256=
|
11
|
-
mocap_desktop_gui/mc/cm_license/AccessHandler.py,sha256=
|
12
|
-
mocap_desktop_gui/mc/cm_license/LicenseCheck.py,sha256=
|
13
|
-
mocap_desktop_gui/mc/cm_license/ListProductItem.py,sha256=
|
14
|
-
mocap_desktop_gui/mc/gpu_info.py,sha256=
|
15
|
-
mocap_desktop_gui/mc/mc_actor_profile.py,sha256=
|
16
|
-
mocap_desktop_gui/mc/mc_actor_profile_model.py,sha256=
|
17
|
-
mocap_desktop_gui/mc/mc_app_manager.py,sha256=
|
18
|
-
mocap_desktop_gui/mc/mc_auth_core.py,sha256=
|
19
|
-
mocap_desktop_gui/mc/mc_calib.py,sha256=
|
20
|
-
mocap_desktop_gui/mc/mc_calib_data.py,sha256=
|
21
|
-
mocap_desktop_gui/mc/mc_camera_views_model.py,sha256=
|
22
|
-
mocap_desktop_gui/mc/mc_cloud_service.py,sha256=
|
23
|
-
mocap_desktop_gui/mc/mc_common_paths.py,sha256=
|
24
|
-
mocap_desktop_gui/mc/mc_context.py,sha256=
|
25
|
-
mocap_desktop_gui/mc/mc_diagnosis.py,sha256=
|
26
|
-
mocap_desktop_gui/mc/mc_env_vars.py,sha256
|
27
|
-
mocap_desktop_gui/mc/mc_error_codes.py,sha256=
|
28
|
-
mocap_desktop_gui/mc/mc_file_util.py,sha256=
|
29
|
-
mocap_desktop_gui/mc/mc_import_folder.py,sha256=
|
30
|
-
mocap_desktop_gui/mc/mc_intrinsic_cam_models.py,sha256=
|
31
|
-
mocap_desktop_gui/mc/mc_mocap_edit_session.py,sha256=
|
32
|
-
mocap_desktop_gui/mc/mc_mocap_models.py,sha256=
|
33
|
-
mocap_desktop_gui/mc/mc_project.py,sha256=
|
34
|
-
mocap_desktop_gui/mc/mc_project_manager.py,sha256=
|
35
|
-
mocap_desktop_gui/mc/mc_qml_defines.py,sha256=
|
36
|
-
mocap_desktop_gui/mc/mc_rig.py,sha256=
|
37
|
-
mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=
|
38
|
-
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=
|
39
|
-
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=
|
40
|
-
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=
|
41
|
-
mocap_desktop_gui/mc/mc_take.py,sha256=
|
42
|
-
mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=
|
43
|
-
mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=
|
44
|
-
mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=
|
45
|
-
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=
|
46
|
-
mocap_desktop_gui/mc/mc_take_local_job.py,sha256=
|
47
|
-
mocap_desktop_gui/mc/mc_take_local_job_action.py,sha256=
|
48
|
-
mocap_desktop_gui/mc/mc_take_local_job_calib.py,sha256=
|
49
|
-
mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=
|
50
|
-
mocap_desktop_gui/mc/mc_take_run.py,sha256=
|
51
|
-
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=
|
52
|
-
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=
|
53
|
-
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=
|
54
|
-
mocap_desktop_gui/mc/mc_take_runs_base.py,sha256=
|
55
|
-
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=
|
56
|
-
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=
|
57
|
-
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=
|
58
|
-
mocap_desktop_gui/mc/mc_take_settings.py,sha256=
|
59
|
-
mocap_desktop_gui/mc/mc_take_settings_action.py,sha256=
|
60
|
-
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=
|
61
|
-
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=
|
62
|
-
mocap_desktop_gui/mc/mc_video.py,sha256=
|
63
|
-
mocap_desktop_gui/mc/mc_video_file_parser.py,sha256=
|
64
|
-
mocap_desktop_gui/mc/mc_video_manager.py,sha256=
|
65
|
-
mocap_desktop_gui/mc/mc_video_uploader.py,sha256=
|
66
|
-
mocap_desktop_gui/mc/mc_videos_uploader.py,sha256=
|
67
|
-
mocap_desktop_gui/mc/mc_worker.py,sha256=
|
68
|
-
mocap_desktop_gui/mc/qml_engine.py,sha256=
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=YS9L7clg6Jbq9SbzQrdux_j8PjXlzxKvzf4VEGkN71Y,727
|
2
|
+
mocap_desktop_gui/axengine_1759846096_3947648063.py,sha256=IDtHRn3Bj7jS0az4Th0G-99dShqqLhpx1mNouXFgkBU,787633
|
3
|
+
mocap_desktop_gui/gen/__init__.py,sha256=DZhl2qJUjVW8_NGtXnXJ1Kwt4ppmWG1vSJqCm0NV8OE,724
|
4
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=mV8P4J77EoH_TnrvB7HN2LNKyYSkbl5qMOapmmFrF-4,725
|
5
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=KjmrGScR3mAWn57A0Splomx4LAmae-MK9PTUL70yotc,724
|
6
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=SrYiNIB3hebLEjmHitWzGEQR81WJp9hNcRNFh_7vm8E,724
|
7
|
+
mocap_desktop_gui/main.py,sha256=bP6TiBrUuux2d_hrDxYLkzC_zkT5iHuWDngKUgjPGf0,727
|
8
|
+
mocap_desktop_gui/mc/__init__.py,sha256=KjL157gFsu0kCjLDp4VJz1SONDja1Bl-oYKrkccs13w,727
|
9
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=ymHzS-CnAZ_6L3ONlzFuL-cj8Ugbdn8XKCExE_-J2Uo,727
|
10
|
+
mocap_desktop_gui/mc/bld_utils.py,sha256=t_7OuBKX8TvUhPcXNVXDp78q0GdLyBb8G7IS0GBTE6c,727
|
11
|
+
mocap_desktop_gui/mc/cm_license/AccessHandler.py,sha256=2RlomUmIZ8MGwbjH14EJwRo6Qsta2wFftTSaa96b0ls,727
|
12
|
+
mocap_desktop_gui/mc/cm_license/LicenseCheck.py,sha256=UAUfjPvMGS_tAZ_sAoqx9ZSACT6uL_9dSbz4oY5Z7vU,727
|
13
|
+
mocap_desktop_gui/mc/cm_license/ListProductItem.py,sha256=h9juIPcfE0L5DPCWBUCKcqCrtQPchK_5MwuSr0XXer8,727
|
14
|
+
mocap_desktop_gui/mc/gpu_info.py,sha256=Dywfr8Oxndi417PKG2Y9uIpmj5JKF0rbN_FoaLbtdU4,726
|
15
|
+
mocap_desktop_gui/mc/mc_actor_profile.py,sha256=619qtazvx56CdjYVzCS8DGUqlLpq5frf8auMFLc0A-Y,726
|
16
|
+
mocap_desktop_gui/mc/mc_actor_profile_model.py,sha256=60xFMjxX_VFi8Vl6xMrtt_--N0dABu-AlX9GeFWZv5M,726
|
17
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=wclinLE3xnp08rBYkzAiNMuHbg7XMr7cXFQJX_Dxpt8,726
|
18
|
+
mocap_desktop_gui/mc/mc_auth_core.py,sha256=rtDzFdNpQedRcztKt49BUwBImq_rp94nh5C5-JmlD30,726
|
19
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=M9T5RXzTRptIxExDi5iq6dJ1sJtGcEIH62U3nkhiJSY,727
|
20
|
+
mocap_desktop_gui/mc/mc_calib_data.py,sha256=_ndZeL4wZesyNnN-M7v8yGB39EC1cbjiBdM_SZlYbq4,727
|
21
|
+
mocap_desktop_gui/mc/mc_camera_views_model.py,sha256=6vrI-yBNR_VQw8RTuScA4i7dnxx2C25iFomwEq3mVoQ,726
|
22
|
+
mocap_desktop_gui/mc/mc_cloud_service.py,sha256=00fnMXN5174zymTmkImhVLL4aLRfh7HD9rzINnpeEFY,726
|
23
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=B5eIHaXyxUALD4bY7tQW-8dFtjN47ZUjU9-0i5-JsGk,726
|
24
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=szGnz4h4z0BNBjpfHB7cfjHTNUhlQbjwpXjZqzi-HwI,726
|
25
|
+
mocap_desktop_gui/mc/mc_diagnosis.py,sha256=ZmJv0qH7AoWHux9Y1eRU0CZt-gK992idSCT3zn3Nfow,726
|
26
|
+
mocap_desktop_gui/mc/mc_env_vars.py,sha256=-Pesn04WhJcSIJv9TMZtf5zgPDJM6WGRWnFsZUFMvp8,726
|
27
|
+
mocap_desktop_gui/mc/mc_error_codes.py,sha256=pPkxpLZ1DqFxXiQuzcya5yYi-f6fRdOJKp4tcrrKEmU,726
|
28
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=nwDi1giDqtpP9S_r2YeVpDDN4gbxoM21e6rM1k-Bvz8,726
|
29
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=vfxvM__nxEp3mt7ZUvdIx3ungDJdNCIPcMimSx7Drd4,727
|
30
|
+
mocap_desktop_gui/mc/mc_intrinsic_cam_models.py,sha256=NezMbWkIQZm4vDhA4VkM-KkeQqlImRzay2A1JHVfCHA,726
|
31
|
+
mocap_desktop_gui/mc/mc_mocap_edit_session.py,sha256=iQiQttxCdGx05v3t3HOrBm2SVZN_rZ7abm7iQMGYdT0,727
|
32
|
+
mocap_desktop_gui/mc/mc_mocap_models.py,sha256=0vgULBt-0zFqGW4mz2uUEa5bhlsquP0xe_0EC7PwTRc,726
|
33
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=Vjn7bsQ6yFZtEL9i8tM8PfMFgxmFuD3N3ywV-RRkgtw,726
|
34
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=eAPurw8HsE9X06qAReXDiSwkANnXmnWpyWCWRFPdfNY,726
|
35
|
+
mocap_desktop_gui/mc/mc_qml_defines.py,sha256=_XWJP4yD18tBRO-E-juT0_oU13FnX6Jphwc3VlHbAGw,726
|
36
|
+
mocap_desktop_gui/mc/mc_rig.py,sha256=7xNPsOcowX9vHRD62o5GEOWSpy1BZ6ReWFWE1oVoyq0,726
|
37
|
+
mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=llzJSfxUhjRrFfNvILF8knqAQRiq9EUhBBitgQwuALU,727
|
38
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=R13pVjZlDi_KBdlGRX1aqFgwMvz3GJPZCTI3BZyNV34,726
|
39
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=EcdiBCJoZ2asqiN7gUfeJErX9Qw5X5GwwykvqiuGYS4,725
|
40
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=jLufNuYydog-y9rM7AZbErcPpLyYtUth5WIhJRigDvY,727
|
41
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=AxGvprXOWfMfJT5pp0h8dqbhR5YJOwEpPFYn7LtZ20k,727
|
42
|
+
mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=0t7d42zZmyatUbHI5pudzh4m8NJTxwOhAhS_0WKfql4,727
|
43
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=TQYtHByx7rSh44dABZo_yX6Z-EHRElqFyWLups7kaEM,726
|
44
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=u3Cx5AMtOS9R3aMv0rzLLclsQljwK8bPj2Oo6QYdi5I,725
|
45
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=uz7CW5XrkIy0XyudchFUGA5RGt0IKMlYMZ6eddT2f6w,726
|
46
|
+
mocap_desktop_gui/mc/mc_take_local_job.py,sha256=fD4owJm1rpt3QEyLxmhw9Jb7oovk3tChY49OinfqKwI,726
|
47
|
+
mocap_desktop_gui/mc/mc_take_local_job_action.py,sha256=Hjey3DJ3MBgzd2C7KdC58KmJrSHISpIvhLJSC-D1jF4,726
|
48
|
+
mocap_desktop_gui/mc/mc_take_local_job_calib.py,sha256=zhpA9TWsp-uB2ESiBp6FgxXtMgzEkbKR0_Q0YanxOV4,726
|
49
|
+
mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=MlsR9cftY1yuOAb7t5aWt5hyfedN9wPZ4nEtKnjFIrY,727
|
50
|
+
mocap_desktop_gui/mc/mc_take_run.py,sha256=bJmcDhk8IMjJRbYuuYxfa0p-JwhdXXcvFPP9QdLT-UM,726
|
51
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=WHC4wd4ufghMWP69BQKxTXhaC_uO18SjlkIA8zC2krA,726
|
52
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=IK-5PdDq54Bv2YgJJzKLJ1RSwsDxbcMBnl1heE-B244,727
|
53
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=cuWx5a8MgKOMYvS9OW7lIrCvU-GEGYtvMv5YVgSKB1k,726
|
54
|
+
mocap_desktop_gui/mc/mc_take_runs_base.py,sha256=95LDnLIA7KkgB-Phi9DVm_Vs0gAsCul1gdfnOpYB3s8,726
|
55
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=T4zTJ8bcDKBLsh-ua45BRJsbOhLhL7v9aEzvaLrQxSI,726
|
56
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=520XCr0meM7QFEXsh4dCdl2HdgguqCrFrzc5j3mOa68,726
|
57
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=IxAzChP4Ul_xvrNaJRpJaCkM9wqerXRIOGeFN5h9rT0,726
|
58
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=U1x-5mT6mMKE6Aw8JcYStTFydpx62xhbvixTpAi4o7o,727
|
59
|
+
mocap_desktop_gui/mc/mc_take_settings_action.py,sha256=uhrZC8QgZAS-gdlHqIWfHXtqQnpWIFEJCRrNUjfXhHo,726
|
60
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=x0Q10j0mdeQhR2y_s1MsLXEFBCsafwwT3UtRy509Lmg,727
|
61
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=8aVaoge0SHT8OjCn60t8T-AjAprW5jqpQl1mySX-gmI,727
|
62
|
+
mocap_desktop_gui/mc/mc_video.py,sha256=Z7jP3tJDVgkrrZYiXLNuuR9GbFJq03guQH_f_WbNTqM,726
|
63
|
+
mocap_desktop_gui/mc/mc_video_file_parser.py,sha256=Ne_zJUnsewS0JmmykiRoa4TH297HiGZdePxFMj1lKAI,726
|
64
|
+
mocap_desktop_gui/mc/mc_video_manager.py,sha256=hJajUDfXPaagfdZETK5MZeoxnkeNuHkr-rR7ki17srA,726
|
65
|
+
mocap_desktop_gui/mc/mc_video_uploader.py,sha256=Wh4dbieVf9RqET8f6WxprnM2YtSmU3IzIC3GJ6ZGIiw,727
|
66
|
+
mocap_desktop_gui/mc/mc_videos_uploader.py,sha256=DQo8a3Npkj5WublhIUI5A3ZfGupuUzolsATWsAiLX1s,727
|
67
|
+
mocap_desktop_gui/mc/mc_worker.py,sha256=6OEDX1izGSYdppxWAV85tKsjAhtQ8Xd9mU4zyd2IiMw,726
|
68
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=eKKT_BxbBOknEnGsMfL-CcURHRXld5H7PasJqbh3D1g,725
|
69
69
|
mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
|
70
70
|
mocap_desktop_gui/mc/rig/default/decentraland/decentraland.blend,sha256=RHjE24_QKvsMABr8lCahf4HdLRs-kZxQ6USsGf19EJw,2910664
|
71
71
|
mocap_desktop_gui/mc/rig/default/decentraland/mapping_body.csv,sha256=W0j41I8rTDXfmvzQsgYLCFJrDTxyTc0Wp3dOkvGsqYs,691
|
@@ -90,20 +90,20 @@ mocap_desktop_gui/mc/rig/default/ue5_quinn/mapping_fingers.csv,sha256=lroJQjIiO_
|
|
90
90
|
mocap_desktop_gui/mc/rig/default/ue5_quinn/ue5_quinn.blend,sha256=UCdtV4EouKQD6lWaQ72m-XF6-NUCA5zWU--mY8sJuXo,37688368
|
91
91
|
mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
|
92
92
|
mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
|
93
|
-
mocap_desktop_gui/mc/rig/rig_path.py,sha256=
|
93
|
+
mocap_desktop_gui/mc/rig/rig_path.py,sha256=PNLjPjgrXmSj2FlRhOVibLvw271poskBmOLS5UAuZqQ,726
|
94
94
|
mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
|
95
95
|
mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
|
96
96
|
mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=Q0sVPaQAImTalRHS0avzodex6shuMtJ3B8R5HTdOOEw,7648
|
97
|
-
mocap_desktop_gui/mc/settings/camera_models_path.py,sha256=
|
97
|
+
mocap_desktop_gui/mc/settings/camera_models_path.py,sha256=e2l9WseG_hA_YW-QPEEIpxTt3uCpjJci1Ad6rbWk87A,727
|
98
98
|
mocap_desktop_gui/mc/settings/pipeline_log_settings.yaml,sha256=LRUryWBeAI_1ZlU428F2Wqqd_IUWvB2CFv5X0ilBpQM,1622
|
99
99
|
mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=S_5a1OJah2hrXrtysiYZu_rOI6gtyyI4Zs2OHw2-tT4,13094
|
100
100
|
mocap_desktop_gui/mc/settings/settings_action_m2.yaml,sha256=8y8cC8jHNbRaZ2eL5sckKK0AEsNLYkztdivL-tBkwMc,16073
|
101
101
|
mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=nZTVbDvNzPnuEPcYXkccU_411Ly7o2XlItzLti8jY0I,5658
|
102
|
-
mocap_desktop_gui/mc/settings/settings_gen.py,sha256=
|
103
|
-
mocap_desktop_gui/mc/settings/settings_path.py,sha256=
|
102
|
+
mocap_desktop_gui/mc/settings/settings_gen.py,sha256=18oKKaA8bQ-ITQgf5rILil_q9g2JPKaWz7IpOgRvqjk,727
|
103
|
+
mocap_desktop_gui/mc/settings/settings_path.py,sha256=5J6Zly1zhuJECbY3utnF4LEBiOxgj1YprriYQNI-8es,727
|
104
104
|
mocap_desktop_gui/mc/settings/trt_gen_lite.ini,sha256=QavcRCmwmXTeOlO05LWVPjcVg2cZBwJ_A-dnOajyTy8,688
|
105
|
-
mocap_desktop_gui/mc/util.py,sha256=
|
106
|
-
mocap_desktop_gui/sample.py,sha256
|
105
|
+
mocap_desktop_gui/mc/util.py,sha256=4B__6-_8bEE9-n-pz444MxDJpkU388hHqDvYWRlh-uA,726
|
106
|
+
mocap_desktop_gui/sample.py,sha256=mn5lT2Qe6XBaEeKY6OfZv9Z76167VvzwD1Er0nWq4IM,724
|
107
107
|
mocap_desktop_gui/settings.ini,sha256=5zvMETGa_QWHnRN8eplSc-7_owS-7Ww03Gt_Qx1xBQA,8
|
108
108
|
move_errors/__init__.py,sha256=HdCw-RPPJui_SGS3JUVy5shuwUX8PEEcFYbooTfKMVM,54
|
109
109
|
move_errors/codes/__init__.py,sha256=hNRJzxcQeBZov1-kCBn3Ryzpp6A2EXmSEX8ifcqD2GE,54
|
@@ -111,7 +111,7 @@ move_errors/codes/base.py,sha256=ltNpezpFEVJDTL_2ikB3vgcMJXFjIlHxsvTPmTF_MvA,171
|
|
111
111
|
move_errors/codes/constants.py,sha256=r0GcvRa1jBs9Y840LAouqHYUbriBkf3VwJisKzFa82Y,72
|
112
112
|
move_errors/codes/engine/__init__.py,sha256=Q2XyVxo9JO_XNv-q16FZgqsDXkxfPbbrQe9bTa-MY4A,41
|
113
113
|
move_errors/codes/engine/base.py,sha256=LxBLt7xUJNikTttohNoybr6R9UuuScPHH7lQQLewpBA,874
|
114
|
-
move_errors/codes/engine/enums.py,sha256=
|
114
|
+
move_errors/codes/engine/enums.py,sha256=6A0SUyx__DRUO6qBqK83HmII8RdGsZVwhXIcw4uarTQ,2347
|
115
115
|
move_errors/codes/engine/ops_animation_files_exports.py,sha256=bFv3b1QsRMk6gcnd9D9EfrmVDBqUIUos3kylaoMIOz0,1156
|
116
116
|
move_errors/codes/engine/ops_blender_fbx_export.py,sha256=-cmvmaI6J-RJUzqasZ7RG9j6zSxfRIYrByPT9a69TF4,1146
|
117
117
|
move_errors/codes/engine/ops_blender_files_creation.py,sha256=GYB0WIlwHpFORjWycCh2VVXuNyQR-_pmPvMnCBklejY,1150
|
@@ -149,7 +149,6 @@ move_errors/codes/engine/ops_prep_kalman_v2.py,sha256=Abq5MssQ7ptb5WvHSiRfwoUjAz
|
|
149
149
|
move_errors/codes/engine/ops_prepare_actor_profile.py,sha256=ndTCFCldeKOSfoTOs7dfH1r9lfurEEzLV_IZ7679foo,1092
|
150
150
|
move_errors/codes/engine/ops_prepare_run_data.py,sha256=0xvDuyAcMYG7yobiSK3bDJOZgrbUUzd9klACD8tWqUM,1142
|
151
151
|
move_errors/codes/engine/ops_quality_metrics.py,sha256=gGoOwuArl0legjdixTQlMylGwnR1Eu6Ha-bAAivK4m4,1141
|
152
|
-
move_errors/codes/engine/ops_render.py,sha256=WwwEZmyxkdLOuqb-hYrXhKkp7R3trLtHtRMh9opQ47w,1055
|
153
152
|
move_errors/codes/engine/ops_report_calib.py,sha256=JxhejupWk92MmeqNmdV4H4UTwQbXUp5H58QephvXPug,1121
|
154
153
|
move_errors/codes/engine/ops_rigs_prep_constrain_to_urdf.py,sha256=F6OTOsL0ylQOQfttN7asbFaIN4ralHqpGWoetGLHvsY,1162
|
155
154
|
move_errors/codes/engine/ops_rigs_prep_fbx_to_blend.py,sha256=nFRfbFx9nB1P_CKIDEAWUeiybPLiEmdmxxW-GUCNXVo,1152
|
@@ -165,7 +164,7 @@ move_errors/codes/internal_services/accounts_service.py,sha256=OA7GOpquPLbdzdrzu
|
|
165
164
|
move_errors/codes/internal_services/camera_settings_api.py,sha256=xnCUVC0cn5r-6Hje8DR91RWNll3A47DezDt_atpvF4M,761
|
166
165
|
move_errors/codes/internal_services/core_api.py,sha256=6Adso4070HFrtOS8rCbvpcNZvYS0kGwZP2PiPGfe40o,729
|
167
166
|
move_errors/codes/internal_services/files_api.py,sha256=Lv8duqudqAHLNKN32hP4swk6kmL49T3HW_NGcuTQS1M,732
|
168
|
-
move_errors/codes/internal_services/jobs_runner.py,sha256=
|
167
|
+
move_errors/codes/internal_services/jobs_runner.py,sha256=o3IrJyFXEK18nHdIrHXGx9sHH35pzI0WJfM8_dpLGwU,1297
|
169
168
|
move_errors/codes/internal_services/jobs_service.py,sha256=zh3641MfVPBfzxFwTbnLVL52hAG3M5TffgJGiMhir6w,737
|
170
169
|
move_errors/codes/internal_services/move_rigs.py,sha256=zBi_EPc31xQokn8dfZGJcz0A24BEDKHVJ-nAjMt3ViA,732
|
171
170
|
move_errors/codes/internal_services/notifications_api.py,sha256=InXvtmX3MN82NhDUfpMO5qhrMf-oh93x8vSjS_zrk_g,756
|
@@ -187,7 +186,7 @@ move_errors/utils/codes.py,sha256=TRfO7e3eR9Thbpm7wxgERfFl2R8y7uf14PH9bbmzb7c,27
|
|
187
186
|
move_errors/utils/engine.py,sha256=8QQ5ek7Rb1mifb79r_SORcyC8WLUHfUWKcF-d1U_P0E,1633
|
188
187
|
move_errors/utils/fastapi.py,sha256=WI7_RncWuCuG6VApuwT5o1B-yYMvzpZri5u0pVe1Y3A,944
|
189
188
|
move_errors/utils/repository.py,sha256=Y5vPqJkRvFRX0iKQm-eJkO3nXuHtxRSr91tX8dDLkrU,2469
|
190
|
-
mocap_desktop_gui-2.4.
|
191
|
-
mocap_desktop_gui-2.4.
|
192
|
-
mocap_desktop_gui-2.4.
|
193
|
-
mocap_desktop_gui-2.4.
|
189
|
+
mocap_desktop_gui-2.4.12.dist-info/METADATA,sha256=KiRPDb6Qg1RWcmF47cC41pedcvTxjfPFWpb6bo1J_NM,1086
|
190
|
+
mocap_desktop_gui-2.4.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
191
|
+
mocap_desktop_gui-2.4.12.dist-info/entry_points.txt,sha256=CO37HQGXaM-H3mgUqsTWFln5hHy3SGvrVNcxny6y3So,60
|
192
|
+
mocap_desktop_gui-2.4.12.dist-info/RECORD,,
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"""Enum of all engine operation names."""
|
2
|
-
from enum import
|
2
|
+
from enum import Enum
|
3
3
|
|
4
4
|
|
5
|
-
class OperationNames(
|
5
|
+
class OperationNames(str, Enum):
|
6
6
|
"""Enum of all engine operation names."""
|
7
7
|
|
8
8
|
OPS_BLENDER_FBX_EXPORT = "OpsBlenderFBXExport"
|
@@ -52,4 +52,3 @@ class OperationNames(StrEnum):
|
|
52
52
|
OPS_BLEND_FILES_CREATION = "OpsBlendFilesCreation"
|
53
53
|
OPS_HANDS_GEN2 = "OpsHandsGen2"
|
54
54
|
OPS_ONLINE_BALL_TRACKING = "OpsOnlineBallTracking"
|
55
|
-
OPS_RENDER = "OpsRender"
|
@@ -1,5 +1,4 @@
|
|
1
1
|
"""Error codes for jobs runner."""
|
2
|
-
|
3
2
|
from enum import Enum
|
4
3
|
|
5
4
|
from move_errors.codes.base import BaseErrorCode
|
@@ -40,19 +39,5 @@ class JobsRunnerErrorCodes(BaseErrorCode, Enum):
|
|
40
39
|
),
|
41
40
|
)
|
42
41
|
|
43
|
-
MV_070_060_0003 = (
|
44
|
-
{
|
45
|
-
"suggestions": [
|
46
|
-
(
|
47
|
-
"Make sure each source video file is within the limits "
|
48
|
-
+ "specified in the Move API documentation."
|
49
|
-
),
|
50
|
-
],
|
51
|
-
},
|
52
|
-
"MV_070_060_0003",
|
53
|
-
True,
|
54
|
-
"One or more of the source video files exceed the allowed limits.",
|
55
|
-
)
|
56
|
-
|
57
42
|
MV_070_060_0999 = get_default_error_code("MV_070_060_0999")
|
58
43
|
"""Describes an error code when an unknown error occurs."""
|