mocap-desktop-gui 0.22.0__py3-none-any.whl → 0.24.6__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1738076939_1010362681.py +246 -0
  3. mocap_desktop_gui/gen/__init__.py +4 -4
  4. mocap_desktop_gui/gen/rc_icons.py +4 -4
  5. mocap_desktop_gui/gen/rc_qml.py +4 -4
  6. mocap_desktop_gui/gen/rc_style.py +4 -4
  7. mocap_desktop_gui/main.py +4 -4
  8. mocap_desktop_gui/mc/__init__.py +4 -4
  9. mocap_desktop_gui/mc/bld_fbx_2_glb.py +3 -3
  10. mocap_desktop_gui/mc/bld_utils.py +4 -4
  11. mocap_desktop_gui/mc/camera_models.py +4 -4
  12. mocap_desktop_gui/mc/mc_actor_profile.py +3 -3
  13. mocap_desktop_gui/mc/mc_actor_profile_model.py +3 -3
  14. mocap_desktop_gui/mc/mc_app_manager.py +4 -4
  15. mocap_desktop_gui/mc/mc_auth_core.py +3 -3
  16. mocap_desktop_gui/mc/mc_auth_service.py +4 -4
  17. mocap_desktop_gui/mc/mc_calib.py +4 -4
  18. mocap_desktop_gui/mc/mc_camera_views_model.py +3 -3
  19. mocap_desktop_gui/mc/mc_cloud_service.py +3 -3
  20. mocap_desktop_gui/mc/mc_common_paths.py +3 -3
  21. mocap_desktop_gui/mc/mc_context.py +3 -3
  22. mocap_desktop_gui/mc/mc_diagnosis.py +4 -4
  23. mocap_desktop_gui/mc/mc_file_util.py +3 -3
  24. mocap_desktop_gui/mc/mc_import_folder.py +3 -3
  25. mocap_desktop_gui/mc/mc_project.py +3 -3
  26. mocap_desktop_gui/mc/mc_project_manager.py +3 -3
  27. mocap_desktop_gui/mc/mc_scene_3d_service.py +3 -3
  28. mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
  29. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
  30. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +3 -3
  31. mocap_desktop_gui/mc/mc_take.py +3 -3
  32. mocap_desktop_gui/mc/mc_take_cloud_job.py +3 -3
  33. mocap_desktop_gui/mc/mc_take_cloud_job_action.py +4 -4
  34. mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +3 -3
  35. mocap_desktop_gui/mc/mc_take_list_model.py +3 -3
  36. mocap_desktop_gui/mc/mc_take_local_job.py +3 -3
  37. mocap_desktop_gui/mc/mc_take_local_job_service.py +3 -3
  38. mocap_desktop_gui/mc/mc_take_run_common.py +3 -3
  39. mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
  40. mocap_desktop_gui/mc/mc_take_run_settings.py +3 -3
  41. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +3 -3
  42. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +3 -3
  43. mocap_desktop_gui/mc/mc_take_runs_manager.py +3 -3
  44. mocap_desktop_gui/mc/mc_take_settings.py +3 -3
  45. mocap_desktop_gui/mc/mc_take_settings_action.py +3 -3
  46. mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
  47. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +3 -3
  48. mocap_desktop_gui/mc/mc_video.py +3 -3
  49. mocap_desktop_gui/mc/mc_video_manager.py +4 -4
  50. mocap_desktop_gui/mc/mc_video_uploader.py +4 -4
  51. mocap_desktop_gui/mc/mc_videos_uploader.py +3 -3
  52. mocap_desktop_gui/mc/mc_worker.py +3 -3
  53. mocap_desktop_gui/mc/qml_engine.py +3 -3
  54. mocap_desktop_gui/mc/rig/rig_path.py +3 -3
  55. mocap_desktop_gui/mc/util.py +3 -3
  56. mocap_desktop_gui/sample.py +4 -4
  57. {mocap_desktop_gui-0.22.0.dist-info → mocap_desktop_gui-0.24.6.dist-info}/METADATA +1 -1
  58. mocap_desktop_gui-0.24.6.dist-info/RECORD +167 -0
  59. move-errors/move_errors/__init__.py +1 -0
  60. move-errors/move_errors/codes/__init__.py +1 -0
  61. move-errors/move_errors/codes/base.py +62 -0
  62. move-errors/move_errors/codes/constants.py +2 -0
  63. move-errors/move_errors/codes/engine/__init__.py +1 -0
  64. move-errors/move_errors/codes/engine/base.py +29 -0
  65. move-errors/move_errors/codes/engine/enums.py +47 -0
  66. move-errors/move_errors/codes/engine/ops_blender_fbx_export.py +41 -0
  67. move-errors/move_errors/codes/engine/ops_calibrate.py +41 -0
  68. move-errors/move_errors/codes/engine/ops_calibrate_aruco.py +44 -0
  69. move-errors/move_errors/codes/engine/ops_correct_calib.py +44 -0
  70. move-errors/move_errors/codes/engine/ops_detect_marker_objects.py +40 -0
  71. move-errors/move_errors/codes/engine/ops_detect_objects.py +40 -0
  72. move-errors/move_errors/codes/engine/ops_download_dataset.py +41 -0
  73. move-errors/move_errors/codes/engine/ops_download_inputs.py +40 -0
  74. move-errors/move_errors/codes/engine/ops_extract_move_file.py +40 -0
  75. move-errors/move_errors/codes/engine/ops_finalize_a_run.py +44 -0
  76. move-errors/move_errors/codes/engine/ops_floor_plane_root_adjustment.py +44 -0
  77. move-errors/move_errors/codes/engine/ops_hand3d_pose_on_tracks.py +40 -0
  78. move-errors/move_errors/codes/engine/ops_input_videos_audios.py +40 -0
  79. move-errors/move_errors/codes/engine/ops_jersey_classify.py +44 -0
  80. move-errors/move_errors/codes/engine/ops_kalman.py +44 -0
  81. move-errors/move_errors/codes/engine/ops_kalman_monocular.py +44 -0
  82. move-errors/move_errors/codes/engine/ops_marker_kalman_filter.py +44 -0
  83. move-errors/move_errors/codes/engine/ops_markers_to_blend.py +40 -0
  84. move-errors/move_errors/codes/engine/ops_maya_export.py +41 -0
  85. move-errors/move_errors/codes/engine/ops_mdc_detections.py +44 -0
  86. move-errors/move_errors/codes/engine/ops_mdc_tracking.py +44 -0
  87. move-errors/move_errors/codes/engine/ops_mocap.py +40 -0
  88. move-errors/move_errors/codes/engine/ops_on_failure.py +44 -0
  89. move-errors/move_errors/codes/engine/ops_pose2d_single_frame.py +40 -0
  90. move-errors/move_errors/codes/engine/ops_pose3d_mono.py +40 -0
  91. move-errors/move_errors/codes/engine/ops_pose3d_multiview.py +44 -0
  92. move-errors/move_errors/codes/engine/ops_prep_kalman_data.py +44 -0
  93. move-errors/move_errors/codes/engine/ops_prepare_actor_profile.py +40 -0
  94. move-errors/move_errors/codes/engine/ops_prepare_run_data.py +44 -0
  95. move-errors/move_errors/codes/engine/ops_quality_metrics.py +44 -0
  96. move-errors/move_errors/codes/engine/ops_report_calib.py +41 -0
  97. move-errors/move_errors/codes/engine/ops_rigs_prep_constrain_to_urdf.py +44 -0
  98. move-errors/move_errors/codes/engine/ops_rigs_prep_fbx_to_blend.py +44 -0
  99. move-errors/move_errors/codes/engine/ops_rigs_prep_render360_preview.py +47 -0
  100. move-errors/move_errors/codes/engine/ops_sync_multiview_videos.py +40 -0
  101. move-errors/move_errors/codes/engine/ops_tracking_calib.py +41 -0
  102. move-errors/move_errors/codes/engine/ops_unknown.py +37 -0
  103. move-errors/move_errors/codes/engine/ops_upload_outputs.py +41 -0
  104. move-errors/move_errors/codes/engine/ops_visualization.py +44 -0
  105. move-errors/move_errors/codes/engine/ops_zip_data.py +41 -0
  106. move-errors/move_errors/codes/internal_services/__init__.py +1 -0
  107. move-errors/move_errors/codes/internal_services/accounts_service.py +22 -0
  108. move-errors/move_errors/codes/internal_services/camera_settings_api.py +22 -0
  109. move-errors/move_errors/codes/internal_services/core_api.py +22 -0
  110. move-errors/move_errors/codes/internal_services/files_api.py +22 -0
  111. move-errors/move_errors/codes/internal_services/jobs_runner.py +33 -0
  112. move-errors/move_errors/codes/internal_services/jobs_service.py +22 -0
  113. move-errors/move_errors/codes/internal_services/move_rigs.py +22 -0
  114. move-errors/move_errors/codes/internal_services/notifications_api.py +22 -0
  115. move-errors/move_errors/codes/internal_services/run_manager.py +18 -0
  116. move-errors/move_errors/codes/messages.py +22 -0
  117. move-errors/move_errors/codes/public_apis/__init__.py +1 -0
  118. move-errors/move_errors/codes/public_apis/move_platform_backend.py +95 -0
  119. move-errors/move_errors/codes/public_apis/ugc_api_clients.py +22 -0
  120. move-errors/move_errors/codes/public_apis/ugc_api_files.py +47 -0
  121. move-errors/move_errors/codes/public_apis/ugc_api_jobs.py +22 -0
  122. move-errors/move_errors/codes/public_apis/ugc_api_takes.py +59 -0
  123. move-errors/move_errors/codes/public_apis/ugc_api_volumes.py +22 -0
  124. move-errors/move_errors/codes/public_apis/ugc_api_webhooks.py +22 -0
  125. move-errors/move_errors/exceptions.py +64 -0
  126. move-errors/move_errors/py.typed +0 -0
  127. move-errors/move_errors/settings.py +14 -0
  128. move-errors/move_errors/utils/__init__.py +1 -0
  129. move-errors/move_errors/utils/codes.py +108 -0
  130. move-errors/move_errors/utils/engine.py +46 -0
  131. move-errors/move_errors/utils/fastapi.py +36 -0
  132. move-errors/move_errors/utils/repository.py +82 -0
  133. mocap_desktop_gui/axengine_1737993822_1010362681.py +0 -246
  134. mocap_desktop_gui-0.22.0.dist-info/RECORD +0 -93
  135. {mocap_desktop_gui-0.22.0.dist-info → mocap_desktop_gui-0.24.6.dist-info}/WHEEL +0 -0
  136. {mocap_desktop_gui-0.22.0.dist-info → mocap_desktop_gui-0.24.6.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,40 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+
8
+
9
+ class OpsDownloadInputsOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
10
+ """Operation error codes."""
11
+
12
+ MV_060_080_0999 = (
13
+ {
14
+ "suggestions": [
15
+ "Please check that a valid video file was provided",
16
+ ],
17
+ },
18
+ "MV_060_080_0999",
19
+ True,
20
+ "The engine hasn't been able to read the input files",
21
+ )
22
+ """Describes an error code when an unknown error occurs."""
23
+
24
+ @classmethod
25
+ def operation_name(cls) -> OperationNames:
26
+ """Operation name.
27
+
28
+ Returns:
29
+ The operation name for this ops error class
30
+ """
31
+ return OperationNames.OPS_DOWNLOAD_INPUTS
32
+
33
+ @classmethod
34
+ def default_error_code(cls) -> Any:
35
+ """Return the default error code for this class.
36
+
37
+ Returns:
38
+ The default error code.
39
+ """
40
+ return cls.MV_060_080_0999
@@ -0,0 +1,40 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+
8
+
9
+ class OpsExtractMoveFileOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
10
+ """Operation error codes."""
11
+
12
+ MV_060_090_0999 = (
13
+ {
14
+ "suggestions": [
15
+ "Please check the .move file is included in sources",
16
+ ],
17
+ },
18
+ "MV_060_090_0999",
19
+ True,
20
+ "The engine hasn't been able to locate the .move file",
21
+ )
22
+ """Describes an error code when an unknown error occurs."""
23
+
24
+ @classmethod
25
+ def operation_name(cls) -> OperationNames:
26
+ """Operation name.
27
+
28
+ Returns:
29
+ The operation name for this ops error class
30
+ """
31
+ return OperationNames.OPS_EXTRACT_MOVE_FILE
32
+
33
+ @classmethod
34
+ def default_error_code(cls) -> Any:
35
+ """Return the default error code for this class.
36
+
37
+ Returns:
38
+ The default error code.
39
+ """
40
+ return cls.MV_060_090_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsFinalizeRunOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_100_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_100_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_FINALIZE_A_RUN
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_100_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsFloorPlanRootAdjustmentOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_110_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_110_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_FLOOR_PLANE_ROOT_ADJUSTMENT
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_110_0999
@@ -0,0 +1,40 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+
8
+
9
+ class OpsHand3DPoseOnTracksOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
10
+ """Operation error codes."""
11
+
12
+ MV_060_120_0999 = (
13
+ {
14
+ "suggestions": [
15
+ "Check the fingers are clearly visible in the videos",
16
+ ],
17
+ },
18
+ "MV_060_120_0999",
19
+ True,
20
+ "The engine has been unable to track the finger",
21
+ )
22
+ """Describes an error code when an unknown error occurs."""
23
+
24
+ @classmethod
25
+ def operation_name(cls) -> OperationNames:
26
+ """Operation name.
27
+
28
+ Returns:
29
+ The operation name for this ops error class
30
+ """
31
+ return OperationNames.OPS_HAND3D_POSE_ON_TRACKS
32
+
33
+ @classmethod
34
+ def default_error_code(cls) -> Any:
35
+ """Return the default error code for this class.
36
+
37
+ Returns:
38
+ The default error code.
39
+ """
40
+ return cls.MV_060_120_0999
@@ -0,0 +1,40 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+
8
+
9
+ class OpsInputVideosAudiosOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
10
+ """Operation error codes."""
11
+
12
+ MV_060_130_0999 = (
13
+ {
14
+ "suggestions": [
15
+ "Check the time window provided contains audio from the claps",
16
+ ],
17
+ },
18
+ "MV_060_130_0999",
19
+ True,
20
+ "The engine has been unable to synchronize the videos",
21
+ )
22
+ """Describes an error code when an unknown error occurs."""
23
+
24
+ @classmethod
25
+ def operation_name(cls) -> OperationNames:
26
+ """Operation name.
27
+
28
+ Returns:
29
+ The operation name for this ops error class
30
+ """
31
+ return OperationNames.OPS_INPUT_VIDEOS_AUDIOS
32
+
33
+ @classmethod
34
+ def default_error_code(cls) -> Any:
35
+ """Return the default error code for this class.
36
+
37
+ Returns:
38
+ The default error code.
39
+ """
40
+ return cls.MV_060_130_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsJerseyClassifyOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_140_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_140_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_JERSEY_CLASSIFY
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_140_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsKalmanOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_150_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_150_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_KALMAN
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_150_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsKalmanMonocularOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_160_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_160_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_KALMAN_MONOCULAR
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_160_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsMarkerKalmanFilterOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_170_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_170_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_MARKER_KALMAN_FILTER
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_170_0999
@@ -0,0 +1,40 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+
8
+
9
+ class OpsMarkersToBlendOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
10
+ """Operation error codes."""
11
+
12
+ MV_060_180_0999 = (
13
+ {
14
+ "suggestions": [
15
+ "Check the prop is clearly visible in the videos",
16
+ ],
17
+ },
18
+ "MV_060_180_0999",
19
+ True,
20
+ "The engine was unable to track the prop",
21
+ )
22
+ """Describes an error code when an unknown error occurs."""
23
+
24
+ @classmethod
25
+ def operation_name(cls) -> OperationNames:
26
+ """Operation name.
27
+
28
+ Returns:
29
+ The operation name for this ops error class
30
+ """
31
+ return OperationNames.OPS_MARKERS_TO_BLEND
32
+
33
+ @classmethod
34
+ def default_error_code(cls) -> Any:
35
+ """Return the default error code for this class.
36
+
37
+ Returns:
38
+ The default error code.
39
+ """
40
+ return cls.MV_060_180_0999
@@ -0,0 +1,41 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import CONTACT_SUPPORT_MESSAGE
8
+
9
+
10
+ class OpsMayaExportOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
11
+ """Operation error codes."""
12
+
13
+ MV_060_190_0999 = (
14
+ {
15
+ "suggestions": [
16
+ CONTACT_SUPPORT_MESSAGE,
17
+ ],
18
+ },
19
+ "MV_060_190_0999",
20
+ True,
21
+ "The engine was unable to generate a MAYA export",
22
+ )
23
+ """Describes an error code when an unknown error occurs."""
24
+
25
+ @classmethod
26
+ def operation_name(cls) -> OperationNames:
27
+ """Operation name.
28
+
29
+ Returns:
30
+ The operation name for this ops error class
31
+ """
32
+ return OperationNames.OPS_MAYA_EXPORT
33
+
34
+ @classmethod
35
+ def default_error_code(cls) -> Any:
36
+ """Return the default error code for this class.
37
+
38
+ Returns:
39
+ The default error code.
40
+ """
41
+ return cls.MV_060_190_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsMDCDetectionsOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_200_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_200_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_MDC_DETECTIONS
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_200_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsMDCTrackingOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_210_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_210_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_MDC_TRACKING
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_210_0999
@@ -0,0 +1,40 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+
8
+
9
+ class OpsMocapOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
10
+ """Operation error codes."""
11
+
12
+ MV_060_220_0999 = (
13
+ {
14
+ "suggestions": [
15
+ "Check the actors are clearly visible in the videos",
16
+ ],
17
+ },
18
+ "MV_060_220_0999",
19
+ True,
20
+ "The engine has not been able to detect and track the actors",
21
+ )
22
+ """Describes an error code when an unknown error occurs."""
23
+
24
+ @classmethod
25
+ def operation_name(cls) -> OperationNames:
26
+ """Operation name.
27
+
28
+ Returns:
29
+ The operation name for this ops error class
30
+ """
31
+ return OperationNames.OPS_MOCAP
32
+
33
+ @classmethod
34
+ def default_error_code(cls) -> Any:
35
+ """Return the default error code for this class.
36
+
37
+ Returns:
38
+ The default error code.
39
+ """
40
+ return cls.MV_060_220_0999
@@ -0,0 +1,44 @@
1
+ """Operation error codes."""
2
+ from enum import Enum
3
+ from typing import Any
4
+
5
+ from move_errors.codes.engine.base import BaseEngineOpsErrorCode
6
+ from move_errors.codes.engine.enums import OperationNames
7
+ from move_errors.codes.messages import (
8
+ UNKNOWN_ERROR_MESSAGE,
9
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
10
+ )
11
+
12
+
13
+ class OpsOnFailureOperationErrorCodes(BaseEngineOpsErrorCode, Enum):
14
+ """Operation error codes."""
15
+
16
+ MV_060_230_0999 = (
17
+ {
18
+ "suggestions": [
19
+ UNKNOWN_ERROR_SUGGESTION_MESSAGE,
20
+ ],
21
+ },
22
+ "MV_060_230_0999",
23
+ True,
24
+ UNKNOWN_ERROR_MESSAGE,
25
+ )
26
+ """Describes an error code when an unknown error occurs."""
27
+
28
+ @classmethod
29
+ def operation_name(cls) -> OperationNames:
30
+ """Operation name.
31
+
32
+ Returns:
33
+ The operation name for this ops error class
34
+ """
35
+ return OperationNames.OPS_ON_FAILURE
36
+
37
+ @classmethod
38
+ def default_error_code(cls) -> Any:
39
+ """Return the default error code for this class.
40
+
41
+ Returns:
42
+ The default error code.
43
+ """
44
+ return cls.MV_060_230_0999