mocap-desktop-gui 0.10.0__py3-none-any.whl → 0.10.2__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 (54) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1729868054_2109153496.py +246 -0
  3. mocap_desktop_gui/gen/rc_icons.py +4 -4
  4. mocap_desktop_gui/gen/rc_qml.py +4 -4
  5. mocap_desktop_gui/gen/rc_style.py +4 -4
  6. mocap_desktop_gui/main.py +3 -3
  7. mocap_desktop_gui/mc/__init__.py +4 -4
  8. mocap_desktop_gui/mc/bld_fbx_2_glb.py +4 -4
  9. mocap_desktop_gui/mc/bld_utils.py +4 -4
  10. mocap_desktop_gui/mc/camera_models.py +4 -4
  11. mocap_desktop_gui/mc/mc_app_manager.py +4 -4
  12. mocap_desktop_gui/mc/mc_auth_core.py +4 -4
  13. mocap_desktop_gui/mc/mc_auth_service.py +4 -4
  14. mocap_desktop_gui/mc/mc_calib.py +4 -4
  15. mocap_desktop_gui/mc/mc_cam_ui_states.py +4 -4
  16. mocap_desktop_gui/mc/mc_cloud_service.py +4 -4
  17. mocap_desktop_gui/mc/mc_common_paths.py +4 -4
  18. mocap_desktop_gui/mc/mc_context.py +4 -4
  19. mocap_desktop_gui/mc/mc_file_util.py +4 -4
  20. mocap_desktop_gui/mc/mc_import_folder.py +4 -4
  21. mocap_desktop_gui/mc/mc_project.py +4 -4
  22. mocap_desktop_gui/mc/mc_project_manager.py +3 -3
  23. mocap_desktop_gui/mc/mc_scene_3d_service.py +4 -4
  24. mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
  25. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
  26. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
  27. mocap_desktop_gui/mc/mc_take.py +4 -4
  28. mocap_desktop_gui/mc/mc_take_cloud_job.py +4 -4
  29. mocap_desktop_gui/mc/mc_take_cloud_job_action.py +4 -4
  30. mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +4 -4
  31. mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
  32. mocap_desktop_gui/mc/mc_take_local_job.py +4 -4
  33. mocap_desktop_gui/mc/mc_take_local_job_service.py +4 -4
  34. mocap_desktop_gui/mc/mc_take_run_common.py +4 -4
  35. mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
  36. mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
  37. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +4 -4
  38. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +4 -4
  39. mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
  40. mocap_desktop_gui/mc/mc_take_settings.py +4 -4
  41. mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
  42. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
  43. mocap_desktop_gui/mc/mc_worker.py +4 -4
  44. mocap_desktop_gui/mc/qml_engine.py +4 -4
  45. mocap_desktop_gui/mc/util.py +4 -4
  46. mocap_desktop_gui/operations/__init__.py +4 -4
  47. mocap_desktop_gui/sample.py +3 -3
  48. mocap_desktop_gui/utils/__init__.py +4 -4
  49. {mocap_desktop_gui-0.10.0.dist-info → mocap_desktop_gui-0.10.2.dist-info}/METADATA +1 -1
  50. mocap_desktop_gui-0.10.2.dist-info/RECORD +61 -0
  51. mocap_desktop_gui/axengine_1729786978_3907293431.py +0 -246
  52. mocap_desktop_gui-0.10.0.dist-info/RECORD +0 -61
  53. {mocap_desktop_gui-0.10.0.dist-info → mocap_desktop_gui-0.10.2.dist-info}/WHEEL +0 -0
  54. {mocap_desktop_gui-0.10.0.dist-info → mocap_desktop_gui-0.10.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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(298, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(293, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(60, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(59, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(288, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(283, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(181, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(180, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(71, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(70, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(366, globals())
17
+ from axengine_1729868054_2109153496 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(428, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(423, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(285, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(280, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(444, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(439, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(268, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(263, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(14, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(391, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(386, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(431, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(426, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(63, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(62, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(250, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(245, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(565, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(561, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(6, 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_1729786978_3907293431.py')):
5
+ 'axengine_1729868054_2109153496.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_1729786978_3907293431 as _axengine
12
+ import axengine_1729868054_2109153496 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_1729786978_3907293431 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(576, globals())
17
+ from axengine_1729868054_2109153496 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(572, globals())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mocap-desktop-gui
3
- Version: 0.10.0
3
+ Version: 0.10.2
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10,<3.13
@@ -0,0 +1,61 @@
1
+ mocap_desktop_gui/__init__.py,sha256=OzMSZCpBrLjVffnKxm3mtGvHOKrCldXf2nmw5Hs7QvI,726
2
+ mocap_desktop_gui/axengine_1729868054_2109153496.py,sha256=HLQwg_BuNnj8MXRClCJyOuiDYQm1-Nt2hSzXgfZdkAs,422933
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=1orPB53hjeQzynNr_svA1jUzInFBZ7wSSaki-aZ1nWU,726
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=4MERSsAynDmnzXhmFXwco2d9sUh1pp2pdOGr4aI3gCA,726
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=X691QnbD30TWDxQyd_8tnUPoyOmMzbwWLB8F-SIYHBk,726
6
+ mocap_desktop_gui/main.py,sha256=yN1s4vcEdyHZBPTaKH6rQXABD5XnS2SjWhO-f_mLatY,724
7
+ mocap_desktop_gui/mc/__init__.py,sha256=wswmhaFD254JM-lqLGqLzaaCcu_XKHZmapH0WNuxtQc,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=s2zMfG1LNcRL_dpx2KcT7xffiXgY2aq_5Fimde4hsEE,726
9
+ mocap_desktop_gui/mc/bld_utils.py,sha256=VDcu7IJUUS2TCFU0H87PIcmAzAPtCPcQ6a_lU38Arew,726
10
+ mocap_desktop_gui/mc/camera_models.py,sha256=btcBZKFUsU_aorddqXlNgtEd2zdvwloWzIDTDrzbGZs,726
11
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=mRsudOjWcf_UUzhw5JDTvhmkB_KMCNI-PQ6uK7MRGmU,726
12
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=iRtQmk6wncljVlemfr3zheqGLhCkxeR4Nv1I6HH4Jeo,726
13
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=ZLMomBWRB1ZJ0VA6wriaFKw5U5SThmSpU9SbztKS84Q,726
14
+ mocap_desktop_gui/mc/mc_calib.py,sha256=g7H2fyTHVeKxfg5RszwJDeFgzjm4OHYU_iQUX-vNzss,726
15
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=j7ngrQlASb5AQHtfSut8YaGY2k4QGCQvfzkSe3VPCzc,726
16
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=vJyAFjbOM70bTk4h4Kty8eCg5YKVwrYtrMtVlgPXPNY,726
17
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=_nG1sAEDFL9owc05J7h2hS6g9oH-cMX3KxqunfT-GQA,726
18
+ mocap_desktop_gui/mc/mc_context.py,sha256=fbGCp-WkZTugy_4FUpnL4Lh--zn_GMVgHToWHp6Sdes,726
19
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=pTs-I2YhH4_9cAmDJIV3aDQhLhU4WHxSfNeg8AaagDk,726
20
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=l-VY07u7X_VqhGe_nbiTEMJNI8yAksG5cuCHZVffpAo,726
21
+ mocap_desktop_gui/mc/mc_project.py,sha256=bPpzna1yrX_zFx2dAvMbpyeukghjrdnt_R7NQ2fKW9w,726
22
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=yqueM-jXuQtfDPIXDBV1mJkcKDj1ooVKEf5pXMuxUuU,725
23
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=Rda5fJGxKQXH6uMn0bTKrViKbFcSSNhYgXRFW4ev6sg,726
24
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=I_b2F3VlNEiGSJIoF1FvRwsjboE8E5FIh752SF65Mq4,726
25
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=oBclcqJ7aawreID3GKwzPeDk3t4pJpg737w7GpoBcOg,726
26
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=s9fVUfJ17Z5teOEB7ebWhlfbaUvUjUN6UrkqleEp2YU,726
27
+ mocap_desktop_gui/mc/mc_take.py,sha256=Pl1EAfond4Th0AlTCnSG1uh-ayhxL38oLmDfB-6fQ-U,726
28
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=y1w5pkeO9OPvMqFeDF2vAyyePF3aMM2QERLFXfhpz7c,726
29
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=25gGz6qauPWYiBKu31O1NOybYo5HT8-DMJXzSgP1zfE,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=wMgNXK8Mq2QuoNfwClEt8avpH9IJNIq0OhbAcocqhCM,726
31
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=wXV8xqt8ardXWVOCmeON4xzVNB8RnGXQfqabX1T64IA,726
32
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=MqmTaiql7j75ywYhMlj96rqHaQqk9Z_Gzbmg0WRPtAI,725
33
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=mkJ1l-fRCuwWxzrZi7A87Sk_c53mYmW7_yq5V7daP18,726
34
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=6sneUmhCi9T_6nxZ6aUuAmbNB37TRE4IksTSF71c_60,726
35
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=7xJ0mXNtRIrEsEM-0vffHaQXxIGVCMkPkSJatVEwFnc,725
36
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=FL35TGtUPvfrXPWgsWpqb0jEJyCSUmyDhBHaKRxqCp8,726
37
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=S7lPPszvqWMfGOJMk_jilCHL0sSjIAgwWkx4neXdynA,726
38
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=8tneeuATzzdlsQvSFHz8Z2LNOQQUOkdybjk9TVQlgZs,726
39
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=1nIj4-GNErYGzJruB-zip8zog3yiN2GxyDLrrMXkvgE,726
40
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=4ADrWG6SHaEfENhe--4oB5ekG1aeQoL2DFKSBVucOJI,726
41
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=w6wQKyymH_jFYp7_0-mvGNs2niFpOPfXnWPG9q90q7c,725
42
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=QlkBfzU6Gldi6n5F7ShSGVvC9LRCkomF9aBLIu7Mdd0,726
43
+ mocap_desktop_gui/mc/mc_worker.py,sha256=16rdztcK56WQiEkwneHmV7nXo_ly8Z1mgyzct_GzRyw,726
44
+ mocap_desktop_gui/mc/qml_engine.py,sha256=usTu3rqqXjmUX88GgVDZQwOwKGh3HIlC_SbdxXI2b-A,725
45
+ mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
46
+ mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
47
+ mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
48
+ mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
49
+ mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
50
+ mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
51
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=kD-3ZVjVvlBg8BN5RhSFn2-io-lMMUV68Hn8CFUkbaM,18133
52
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=vDTZqkq8n6XfocRjJlolEj0W5sKuC5CpZvLc4KEnkFU,6483
53
+ mocap_desktop_gui/mc/util.py,sha256=yliLT5ed-Iamy9VYnTETBzMaITkvEcd0aiblbxkaTRA,726
54
+ mocap_desktop_gui/operations/__init__.py,sha256=KNwLlbC8vJKw_BBVML43j_nSV6kJ5NFdemQqD1K8ru4,726
55
+ mocap_desktop_gui/sample.py,sha256=9FbBiWUKlkLqL4mw93hU6LToHBJAe7s9kcP-IFpDLuk,724
56
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
57
+ mocap_desktop_gui/utils/__init__.py,sha256=PyUSPAyRZS0w32MBhwy_nsfUd6a7ijBMiA3R1jKoVRg,726
58
+ mocap_desktop_gui-0.10.2.dist-info/METADATA,sha256=pY9Jaishw2y0Am3gFCC9qzPKLTojOmsaUC2hKUBQ1Ro,1024
59
+ mocap_desktop_gui-0.10.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
60
+ mocap_desktop_gui-0.10.2.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
61
+ mocap_desktop_gui-0.10.2.dist-info/RECORD,,