mocap-desktop-gui 2.4.9__py3-none-any.whl → 2.4.10__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.
Files changed (85) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1759830788_3947648063.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 +4 -4
  10. mocap_desktop_gui/mc/bld_utils.py +4 -4
  11. mocap_desktop_gui/mc/cm_license/AccessHandler.py +4 -4
  12. mocap_desktop_gui/mc/cm_license/LicenseCheck.py +4 -4
  13. mocap_desktop_gui/mc/cm_license/ListProductItem.py +4 -4
  14. mocap_desktop_gui/mc/gpu_info.py +4 -4
  15. mocap_desktop_gui/mc/mc_actor_profile.py +4 -4
  16. mocap_desktop_gui/mc/mc_actor_profile_model.py +4 -4
  17. mocap_desktop_gui/mc/mc_app_manager.py +4 -4
  18. mocap_desktop_gui/mc/mc_auth_core.py +4 -4
  19. mocap_desktop_gui/mc/mc_calib.py +4 -4
  20. mocap_desktop_gui/mc/mc_calib_data.py +4 -4
  21. mocap_desktop_gui/mc/mc_camera_views_model.py +4 -4
  22. mocap_desktop_gui/mc/mc_cloud_service.py +4 -4
  23. mocap_desktop_gui/mc/mc_common_paths.py +4 -4
  24. mocap_desktop_gui/mc/mc_context.py +4 -4
  25. mocap_desktop_gui/mc/mc_diagnosis.py +4 -4
  26. mocap_desktop_gui/mc/mc_env_vars.py +4 -4
  27. mocap_desktop_gui/mc/mc_error_codes.py +4 -4
  28. mocap_desktop_gui/mc/mc_file_util.py +4 -4
  29. mocap_desktop_gui/mc/mc_import_folder.py +4 -4
  30. mocap_desktop_gui/mc/mc_intrinsic_cam_models.py +4 -4
  31. mocap_desktop_gui/mc/mc_mocap_edit_session.py +4 -4
  32. mocap_desktop_gui/mc/mc_mocap_models.py +4 -4
  33. mocap_desktop_gui/mc/mc_project.py +4 -4
  34. mocap_desktop_gui/mc/mc_project_manager.py +4 -4
  35. mocap_desktop_gui/mc/mc_qml_defines.py +4 -4
  36. mocap_desktop_gui/mc/mc_rig.py +4 -4
  37. mocap_desktop_gui/mc/mc_scene_3d_service.py +4 -4
  38. mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
  39. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
  40. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
  41. mocap_desktop_gui/mc/mc_take.py +4 -4
  42. mocap_desktop_gui/mc/mc_take_cloud_job.py +4 -4
  43. mocap_desktop_gui/mc/mc_take_cloud_job_action.py +4 -4
  44. mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +4 -4
  45. mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
  46. mocap_desktop_gui/mc/mc_take_local_job.py +4 -4
  47. mocap_desktop_gui/mc/mc_take_local_job_action.py +4 -4
  48. mocap_desktop_gui/mc/mc_take_local_job_calib.py +4 -4
  49. mocap_desktop_gui/mc/mc_take_local_job_service.py +4 -4
  50. mocap_desktop_gui/mc/mc_take_run.py +4 -4
  51. mocap_desktop_gui/mc/mc_take_run_common.py +4 -4
  52. mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
  53. mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
  54. mocap_desktop_gui/mc/mc_take_runs_base.py +4 -4
  55. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +4 -4
  56. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +4 -4
  57. mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
  58. mocap_desktop_gui/mc/mc_take_settings.py +4 -4
  59. mocap_desktop_gui/mc/mc_take_settings_action.py +4 -4
  60. mocap_desktop_gui/mc/mc_take_video_model.py +4 -4
  61. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
  62. mocap_desktop_gui/mc/mc_video.py +4 -4
  63. mocap_desktop_gui/mc/mc_video_file_parser.py +4 -4
  64. mocap_desktop_gui/mc/mc_video_manager.py +4 -4
  65. mocap_desktop_gui/mc/mc_video_uploader.py +4 -4
  66. mocap_desktop_gui/mc/mc_videos_uploader.py +4 -4
  67. mocap_desktop_gui/mc/mc_worker.py +4 -4
  68. mocap_desktop_gui/mc/qml_engine.py +4 -4
  69. mocap_desktop_gui/mc/rig/rig_path.py +4 -4
  70. mocap_desktop_gui/mc/settings/camera_models_path.py +4 -4
  71. mocap_desktop_gui/mc/settings/settings_action.yaml +264 -170
  72. mocap_desktop_gui/mc/settings/settings_action_m2.yaml +354 -119
  73. mocap_desktop_gui/mc/settings/settings_extrinsic.yaml +175 -16
  74. mocap_desktop_gui/mc/settings/settings_gen.py +4 -4
  75. mocap_desktop_gui/mc/settings/settings_path.py +4 -4
  76. mocap_desktop_gui/mc/util.py +4 -4
  77. mocap_desktop_gui/sample.py +4 -4
  78. {mocap_desktop_gui-2.4.9.dist-info → mocap_desktop_gui-2.4.10.dist-info}/METADATA +1 -1
  79. {mocap_desktop_gui-2.4.9.dist-info → mocap_desktop_gui-2.4.10.dist-info}/RECORD +84 -83
  80. move_errors/codes/engine/enums.py +3 -2
  81. move_errors/codes/engine/ops_render.py +40 -0
  82. move_errors/codes/internal_services/jobs_runner.py +15 -0
  83. mocap_desktop_gui/axengine_1756741472_1651120261.py +0 -246
  84. {mocap_desktop_gui-2.4.9.dist-info → mocap_desktop_gui-2.4.10.dist-info}/WHEEL +0 -0
  85. {mocap_desktop_gui-2.4.9.dist-info → mocap_desktop_gui-2.4.10.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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(291, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(1341, 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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(395, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(595, 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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(869, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(1149, 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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(33, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(1362, 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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(813, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(823, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(996, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(196, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(561, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(179, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(1006, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(176, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
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
- 'axengine_1756741472_1651120261.py')):
5
+ 'axengine_1759830788_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 axengine_1756741472_1651120261 as _axengine
12
+ import axengine_1759830788_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 axengine_1756741472_1651120261 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(755, globals())
17
+ from axengine_1759830788_3947648063 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(1053, globals())