mocap-desktop-gui 0.18.5__py3-none-any.whl → 0.20.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. mocap_desktop_gui/__init__.py +3 -3
  2. mocap_desktop_gui/axengine_1734554854_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.2.dist-info}/METADATA +1 -1
  54. mocap_desktop_gui-0.20.2.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.2.dist-info}/WHEEL +0 -0
  58. {mocap_desktop_gui-0.18.5.dist-info → mocap_desktop_gui-0.20.2.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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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_1734554854_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.2
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=k6xedaLvV6_dbA3asFyOMgfguDkBlKEDfRL5_mutK9o,726
2
+ mocap_desktop_gui/axengine_1734554854_2554718151.py,sha256=s2r5ZccQiIeqcmB_mh-kSIXLIGi9Gax4O2HATT3Pnck,477758
3
+ mocap_desktop_gui/gen/__init__.py,sha256=fpfnhb0I2KaNm5Dx8xAae-K2zC95ewNadiE47bDhcMs,726
4
+ mocap_desktop_gui/gen/rc_icons.py,sha256=FVbPRFwMoKbMe3oh7ud6Nl7kko19BsoUZa7GJsWrSo4,726
5
+ mocap_desktop_gui/gen/rc_qml.py,sha256=Pml-llZjIN5u8be2vjL7_h4zu0TMRT4noWkfB5v5UvQ,726
6
+ mocap_desktop_gui/gen/rc_style.py,sha256=OEH5bjXUu14LkOLfeMkYlWInLnZzkX90YIN-EMy3z9I,726
7
+ mocap_desktop_gui/main.py,sha256=GXdvgo2gcbWg5F5E_-KnEoZ_jrnRx0gcsAAruIAacII,724
8
+ mocap_desktop_gui/mc/__init__.py,sha256=jkX33DfOC4iJx4nbmdpwnc8WG4A5CNCJY5SkC541ZW4,726
9
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=bzeLa37aMMWxzL_079KqtkDXIdHwCCc5Sftw5ptskak,726
10
+ mocap_desktop_gui/mc/bld_utils.py,sha256=O56jZPWJRIRKJEZVESfQdFN0mo880v6-DI9_SreFpK4,726
11
+ mocap_desktop_gui/mc/camera_models.py,sha256=UWeo_zWIEg_O6eHJA-KPJrbGGGti_7MeSVd5ob3AL-o,726
12
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=SqzuPEdkv-_I8UGop44Gyw8sfvPf95kp45NPfwD76MI,726
13
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=aLqAPanR-h201CKlhspnPQAg7QJrPjGyD6ZkIvzT7Cs,726
14
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=vXUBIfA74Fme4rGVFVDaJ9KA3e8WceUp3CyLJlTdyjY,726
15
+ mocap_desktop_gui/mc/mc_calib.py,sha256=TG6kJiBtjkzTsbLNkmxQ_C6J3aQu5NW4gtuv5pWKLkI,726
16
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=eONklf_c0chpu2pYtuDllLRcGaPGs5SLcrBbwCoTH_4,726
17
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=KiCwAQqzREjNkCycZLbaX7ng6bWkwUODXuNuGnZKk6A,726
18
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=AEBq_U3vapq_8FENtcHX3lWyciVYjJo4g9z726X4WLE,726
19
+ mocap_desktop_gui/mc/mc_context.py,sha256=_KsWGYYHRCnGSuBMIQjW8xpA6RyNkonpqDhO1MhU98c,726
20
+ mocap_desktop_gui/mc/mc_diagnosis.py,sha256=eVxjlF-bL8Kd13NBed9hvX3-KZ3V1TQngs9WoWzx7b0,726
21
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=Ixm8cP6k7aqIl9J-RsHuyK2kzfv2Ex6_Xona5quA3r4,726
22
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=kgpN17CDI5MAYVDpq4bZTzRK6tJ3LhJ1p3F5sg3MRmg,726
23
+ mocap_desktop_gui/mc/mc_project.py,sha256=VsEfpm7PvkB6e1UTIR1aQLs7Lm73z-Tc4vlQJrx8OsM,726
24
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=mmJ8EIoVjCoP9wXpGS5fa_PFyFgOUhPrzBGusPtH0Qk,725
25
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=P7b9heeIMz8MAKj71clHgwVFfhfCtRJKqlyPI3ABen8,726
26
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=wlSJpUi20snI9cL35eToJ8SCGuLZClkQsRlIts6E3co,726
27
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=77vHXLTAqunEE2UqfJi4LkiXWUgu4TXK7yZcDGpRW8M,726
28
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=C-pb2SgOj2Dv1a6q-nomx1eOEYolnxXizaAvVvD1Nxw,726
29
+ mocap_desktop_gui/mc/mc_take.py,sha256=Cz3NxEpptA8NhTzCdln4mzzJg8Unp8KPE6SRIR3jjsY,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=Kxc-QRv7nJerXv9o5SyII7_DWtSD4GhXt8_P-aQiys4,726
31
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=wCpRG9z57JF-uLRtlOoyK66SWNwQJVMOk0IUDLCuEho,726
32
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=x4GpJd-GSaIJczmPm3G7VaTwXrXLvtrIriEUY1Iaqp4,726
33
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=tNTYAtVBOdD9ok0BC-43geKEw9Ibb6c5GwtL38_QK9Q,726
34
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=EQPqRkfPLB9hyMQAXJWIenoYmOqIsZKwVpWusCT-7hQ,725
35
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=zTdhdkafL092o7rQCyvFuZ5BZ23jUkItdAZvkrTbMrI,726
36
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=_ASQ5KInKyobtf-IeOd4gIFS7PGKdcogLefJA7kbywQ,726
37
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=pETa7Ak4_rEmVj0dvmPlLiaFnlHEtcT5KrBTiGpukCw,725
38
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=DfcPzBmA23mKipCq4WrFb8gMfOl2WNoQeG93SBBbPQw,726
39
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=EZT-nmq3YuCqofNjyhGokzEEnARgSvnrzSTULyxq7Ww,726
40
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=ok7NamZin_7I8NkZERFDVefNA0JC9hbKZw-CWMPtCRk,726
41
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=G3DBesGP58A0OFu0bWSJ_yWGIZ4JrhJgLIg8mcbi1CQ,726
42
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=NIF6Bq8w-iRU8Ri1ttigifpV31RsrX6BjI92zZbwY-0,726
43
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=dnsVNAkCWs0k9GfbTsJUHRbWJIDfImM9yaw5lQALY08,725
44
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=RSI3PCGBHeaF8hWTLXb07d3udY3TK0VrJ22FZqpH9eM,726
45
+ mocap_desktop_gui/mc/mc_video.py,sha256=LCf0pWoVNUMSEw2Chl5LAuUloDQw5Yjt1LIaOfGO51U,726
46
+ mocap_desktop_gui/mc/mc_video_manager.py,sha256=vVjjPnnzS9iKCbf25R4Di74_ygwLmFxUwu2YX2zsRdM,726
47
+ mocap_desktop_gui/mc/mc_video_uploader.py,sha256=P1UxT6niUUUzmnDHCZvguupG5WRX_6hI7ImA5ZwtJ0k,726
48
+ mocap_desktop_gui/mc/mc_videos_uploader.py,sha256=Gg6yjtRxgTCKErAH286ANVhHiAh2W5CkVTweKCEer3I,726
49
+ mocap_desktop_gui/mc/mc_worker.py,sha256=rLxS-ALGnJFHHTx5-KPBvd0VFHxRicXTVq6fVyb8WjE,726
50
+ mocap_desktop_gui/mc/qml_engine.py,sha256=ul2JTmmB7z-MgQdpS6CYBv-14dng08LkPOF0VuSEOJE,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=VshtOLA2Vwq7fj5bcrnhenaIr6JVo1UZW3vFA7iFcsI,726
62
+ mocap_desktop_gui/sample.py,sha256=87AFMQebZ08VVReYVRagbqu3upTx3AqB6EIJUAzzt7U,724
63
+ mocap_desktop_gui/settings.ini,sha256=5zvMETGa_QWHnRN8eplSc-7_owS-7Ww03Gt_Qx1xBQA,8
64
+ mocap_desktop_gui-0.20.2.dist-info/METADATA,sha256=QUFI91R4veDZJYz0mDWU0E35BdtkSWYKERr0Gr-moLs,958
65
+ mocap_desktop_gui-0.20.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
66
+ mocap_desktop_gui-0.20.2.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
67
+ mocap_desktop_gui-0.20.2.dist-info/RECORD,,