mocap-desktop-gui 0.18.5__py3-none-any.whl → 0.20.1__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 (58) hide show
  1. mocap_desktop_gui/__init__.py +3 -3
  2. mocap_desktop_gui/axengine_1734541433_2554718151.py +246 -0
  3. mocap_desktop_gui/gen/__init__.py +3 -3
  4. mocap_desktop_gui/gen/rc_icons.py +3 -3
  5. mocap_desktop_gui/gen/rc_qml.py +3 -3
  6. mocap_desktop_gui/gen/rc_style.py +3 -3
  7. mocap_desktop_gui/main.py +3 -3
  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/camera_models.py +4 -4
  12. mocap_desktop_gui/mc/mc_app_manager.py +4 -4
  13. mocap_desktop_gui/mc/mc_auth_core.py +4 -4
  14. mocap_desktop_gui/mc/mc_auth_service.py +4 -4
  15. mocap_desktop_gui/mc/mc_calib.py +4 -4
  16. mocap_desktop_gui/mc/mc_cam_ui_states.py +3 -3
  17. mocap_desktop_gui/mc/mc_cloud_service.py +4 -4
  18. mocap_desktop_gui/mc/mc_common_paths.py +3 -3
  19. mocap_desktop_gui/mc/mc_context.py +4 -4
  20. mocap_desktop_gui/mc/mc_diagnosis.py +3 -3
  21. mocap_desktop_gui/mc/mc_file_util.py +4 -4
  22. mocap_desktop_gui/mc/mc_import_folder.py +4 -4
  23. mocap_desktop_gui/mc/mc_project.py +4 -4
  24. mocap_desktop_gui/mc/mc_project_manager.py +4 -4
  25. mocap_desktop_gui/mc/mc_scene_3d_service.py +4 -4
  26. mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
  27. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +3 -3
  28. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
  29. mocap_desktop_gui/mc/mc_take.py +4 -4
  30. mocap_desktop_gui/mc/mc_take_cloud_job.py +4 -4
  31. mocap_desktop_gui/mc/mc_take_cloud_job_action.py +4 -4
  32. mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +4 -4
  33. mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
  34. mocap_desktop_gui/mc/mc_take_local_job.py +4 -4
  35. mocap_desktop_gui/mc/mc_take_local_job_service.py +4 -4
  36. mocap_desktop_gui/mc/mc_take_run_common.py +4 -4
  37. mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
  38. mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
  39. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +4 -4
  40. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +4 -4
  41. mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
  42. mocap_desktop_gui/mc/mc_take_settings.py +4 -4
  43. mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
  44. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
  45. mocap_desktop_gui/mc/mc_video.py +4 -4
  46. mocap_desktop_gui/mc/mc_video_manager.py +4 -4
  47. mocap_desktop_gui/mc/mc_video_uploader.py +4 -4
  48. mocap_desktop_gui/mc/mc_videos_uploader.py +4 -4
  49. mocap_desktop_gui/mc/mc_worker.py +4 -4
  50. mocap_desktop_gui/mc/qml_engine.py +4 -4
  51. mocap_desktop_gui/mc/util.py +4 -4
  52. mocap_desktop_gui/sample.py +3 -3
  53. {mocap_desktop_gui-0.18.5.dist-info → mocap_desktop_gui-0.20.1.dist-info}/METADATA +1 -1
  54. mocap_desktop_gui-0.20.1.dist-info/RECORD +67 -0
  55. mocap_desktop_gui/axengine_1734515593_2554718151.py +0 -246
  56. mocap_desktop_gui-0.18.5.dist-info/RECORD +0 -67
  57. {mocap_desktop_gui-0.18.5.dist-info → mocap_desktop_gui-0.20.1.dist-info}/WHEEL +0 -0
  58. {mocap_desktop_gui-0.18.5.dist-info → mocap_desktop_gui-0.20.1.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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(594, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(592, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(442, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(440, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(360, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(361, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(63, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(64, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(350, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(351, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(200, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(201, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(75, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(76, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(429, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(427, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(527, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(525, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(346, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(347, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(543, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(541, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(328, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(329, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(16, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(454, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(452, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(504, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(502, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(310, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(311, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(609, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(607, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(188, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(189, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(530, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(528, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(66, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(67, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(276, globals())
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(277, 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_1734515593_2554718151.py')):
5
+ 'axengine_1734541433_2554718151.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_1734515593_2554718151 as _axengine
12
+ import axengine_1734541433_2554718151 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_1734515593_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1734541433_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(7, globals())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mocap-desktop-gui
3
- Version: 0.18.5
3
+ Version: 0.20.1
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10.0,<3.11.dev0
@@ -0,0 +1,67 @@
1
+ mocap_desktop_gui/__init__.py,sha256=yzS5O8Dkl9y8E6nTDWMG8YlnmIU-dDzMTRvOQbQHbAg,726
2
+ mocap_desktop_gui/axengine_1734541433_2554718151.py,sha256=6M0oResOyV210MiY4-xeNb2Py7ol3GhaQaVgo27oke8,477728
3
+ mocap_desktop_gui/gen/__init__.py,sha256=X5kkDriUK-FQ6wjwaIlsYVbpYirruB-IV8FyrKOwlXY,726
4
+ mocap_desktop_gui/gen/rc_icons.py,sha256=q8TqSUhlDbOREJa1ss5XOPNIFgbYUI0cXe1myuYkeCU,726
5
+ mocap_desktop_gui/gen/rc_qml.py,sha256=iJnZq8llWYowSn1ODODpgFHgmkISctnP_eZn5f0q8Nk,726
6
+ mocap_desktop_gui/gen/rc_style.py,sha256=eqBhCUzSgofv5RP7XInM3sBCMmTYxvDH04ODzC0Pnew,726
7
+ mocap_desktop_gui/main.py,sha256=Mr0bwZ6DVwy4Pnf1Zgnlkp2SUujq7nhLX2kr2-TXHLU,724
8
+ mocap_desktop_gui/mc/__init__.py,sha256=FOPzbe0n2kHmjNVcR7CimiVJt1W2bEYMNLiIPljiTEs,726
9
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=HFFAU-N9ziJXUXYtr5DgKmuBze9hus3JUNQZ27OaqvM,726
10
+ mocap_desktop_gui/mc/bld_utils.py,sha256=uLKr-r_uxMSFiOyIjG2iwCSWE3E1k3BqcRmwssUT0-Y,726
11
+ mocap_desktop_gui/mc/camera_models.py,sha256=W2afAlZ002I0xtQaLTpCNTMgbdCsOB-ehklyvGytYes,726
12
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=biidWC4XhE8G25SI78rjqz_emc89hCQtETMiF_jaI0g,726
13
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=v37WZuLblmUDv3fDXnimrrooYZ73nJTNnyxo5vN0foI,726
14
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=4KofkKAesngPttN0q0GiYeBIJucQL52D7FZRR_p1AEo,726
15
+ mocap_desktop_gui/mc/mc_calib.py,sha256=-0FVGc6HQaFlTLOOcUr85gbuGOdWByiqkCYdP4PrSeQ,726
16
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=XY3j9uZvXErNPGu7Bj7g22_ZKyUkf0n7FCuKpsZg9tQ,726
17
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=Soyt3blVuMxtmmVx4pNe6xwnyJ0AGMfaLGy2vYvweVM,726
18
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=5aO2GJ34CcqAXb2QWLEx8Y7pP9I4Sc4Ca1vYfipFIZM,726
19
+ mocap_desktop_gui/mc/mc_context.py,sha256=MHCYb0PNrWUJCamwnHl3y67zjVPm2BpfM58xXp6F8og,726
20
+ mocap_desktop_gui/mc/mc_diagnosis.py,sha256=Yti7H4mKGNMOsoncbHRRqVaXx8ZmzkkySjRQfso7UP8,726
21
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=pAtco48Owv6UwTr2I7CbBanFyDZfPwvn7tDboia6wLo,726
22
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=UwjdJ4eNRgwTVYGLyqP0aEwHaAMZ1_77tWJCUxz5_5g,726
23
+ mocap_desktop_gui/mc/mc_project.py,sha256=MsrnTKYmJOzgFIxpebFzb0dEoePAeh1TzPxoDFl9K8U,726
24
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=GSNIP0UokzsjrhGBjdKh0sUs4rfhLa5WW7bcYCYLFjU,725
25
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=3W4Yhc302ugymoKdIeChanhKm7F1_poh7DXku-sWV2w,726
26
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=hOQ_ZpCKKHin7drseUr46ZPnk43iXYPqkDKjRJey8M8,726
27
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=NdV8LShBNJ07dFc5vWqwRlgBA3kb6jTZXjJRPDv4Hew,726
28
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=RqFLSyLiBwpYU94A8YBsmLD2v2Xs46llRVGaGdwe1Ag,726
29
+ mocap_desktop_gui/mc/mc_take.py,sha256=JtXPsuLpxocOiog5i2QNdxGmqzE1V9g827f8AG4mPL4,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=p0gRrsEZT-GztrLGarnV1xoEIRDpsftk6DTUffaG4fs,726
31
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=uEulZW92JGKIWLezdJIGeSo438pXAxII_GSGbIbh9bw,726
32
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=iKx_aKnvVwcBqdNWkJ_pFwTrmwgQ7CF7iTLFAbw1hpE,726
33
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=AI696YKGSSchKXL8o8GsCwXIloyIv-r0QrgVt_x-yc4,726
34
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=Q4NwgqhGdYXNMlP5KVLsjZRASWR-A1i_NU3rOpW4j2I,725
35
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=fY_gsZLmZGhR0fDObokfGF8T80rFQ0a3AXGQvmtkmjg,726
36
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=9-dN81HdDdWDmgpLJt__e09xhWjg2OL-M8jnAoLXhF4,726
37
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=tR7ecIlJIZXgamfRSRqT0mKqpJlfNEZE5icAZRrdnM8,725
38
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=XZA43yPo7z-r4M1ErCVxcPBdUuqjtBBSgGREsGwIHDc,726
39
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=L_exDRJLfNoWtU7UPWJArm66RTP-e-Qh4N3rwS_ITNI,726
40
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=uEhi3c_5iE6R4u5gGANY9DMLj46oW_xxuKtIgxNRw9o,726
41
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=fNcXUyImtGmotsMjZRzrmzU04qk-GoUXkH4C1D_LeV4,726
42
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=8b15jT8fEwYBtt5I-feVqGvUJHxKK_aM2hmysyBUhPI,726
43
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=R35RTWCj0NW-NHlDVcsYAg1cIfvA-SWY7giX15Eoiqo,725
44
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=oycclWbF5bBJLxr19PBAWGqH8YBUIVIywf2J6x9nxXk,726
45
+ mocap_desktop_gui/mc/mc_video.py,sha256=HkYjkU290rNMFUAR7y2YBX_A3J5tcwR5fwU-7nAiPl0,726
46
+ mocap_desktop_gui/mc/mc_video_manager.py,sha256=9kYi-C-z05M5A3-7s8QSABaa8z8lv5e2VFLk3wx85GA,726
47
+ mocap_desktop_gui/mc/mc_video_uploader.py,sha256=hjCQrdzIdo38b2Ha1x9EqR3BqAuts0-j_9oU-7An69Q,726
48
+ mocap_desktop_gui/mc/mc_videos_uploader.py,sha256=tXlChByk-GxOuhraoOzAC2n2c86BvfyqkivWWgU4gUw,726
49
+ mocap_desktop_gui/mc/mc_worker.py,sha256=y4ciz3DKpjNser5qpK116VPelmexqG6X_hmD-NE2whg,726
50
+ mocap_desktop_gui/mc/qml_engine.py,sha256=eC73AjBYtOVnaVAvHkRcJtkxq8QXfCReYFtXTAQe_VA,725
51
+ mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
52
+ mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
53
+ mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
54
+ mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
55
+ mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
56
+ mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
57
+ mocap_desktop_gui/mc/settings/pipeline_log_settings.yaml,sha256=LRUryWBeAI_1ZlU428F2Wqqd_IUWvB2CFv5X0ilBpQM,1622
58
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=En_FS2fXJ1FxwWiQ0ScSOC1otCkoA_k3_VWhiVj4icY,18133
59
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=vDTZqkq8n6XfocRjJlolEj0W5sKuC5CpZvLc4KEnkFU,6483
60
+ mocap_desktop_gui/mc/settings/trt_gen_lite.ini,sha256=QavcRCmwmXTeOlO05LWVPjcVg2cZBwJ_A-dnOajyTy8,688
61
+ mocap_desktop_gui/mc/util.py,sha256=ehrBbPA63QX7mGuD_anKfyPN2kgTECghPMino14Cqu4,726
62
+ mocap_desktop_gui/sample.py,sha256=SjC1-VKCtbyYe5HGVpUkqlKasZlkeztJfenpxFej980,724
63
+ mocap_desktop_gui/settings.ini,sha256=5zvMETGa_QWHnRN8eplSc-7_owS-7Ww03Gt_Qx1xBQA,8
64
+ mocap_desktop_gui-0.20.1.dist-info/METADATA,sha256=awXxKRUDJKEk7-4XBTMMng5_i1u9G9ko2-Z2HNVNle4,958
65
+ mocap_desktop_gui-0.20.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
66
+ mocap_desktop_gui-0.20.1.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
67
+ mocap_desktop_gui-0.20.1.dist-info/RECORD,,