mocap-desktop-gui 0.8.1__py3-none-any.whl → 0.8.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 (51) hide show
  1. mocap_desktop_gui/__init__.py +3 -3
  2. mocap_desktop_gui/axengine_1729541234_533108441.py +246 -0
  3. mocap_desktop_gui/gen/rc_icons.py +3 -3
  4. mocap_desktop_gui/gen/rc_qml.py +3 -3
  5. mocap_desktop_gui/gen/rc_style.py +3 -3
  6. mocap_desktop_gui/main.py +3 -3
  7. mocap_desktop_gui/mc/__init__.py +3 -3
  8. mocap_desktop_gui/mc/bld_fbx_2_glb.py +3 -3
  9. mocap_desktop_gui/mc/camera_models.py +3 -3
  10. mocap_desktop_gui/mc/mc_app_manager.py +3 -3
  11. mocap_desktop_gui/mc/mc_auth_core.py +3 -3
  12. mocap_desktop_gui/mc/mc_auth_service.py +3 -3
  13. mocap_desktop_gui/mc/mc_calib.py +3 -3
  14. mocap_desktop_gui/mc/mc_cam_ui_states.py +3 -3
  15. mocap_desktop_gui/mc/mc_cloud_service.py +3 -3
  16. mocap_desktop_gui/mc/mc_common_paths.py +3 -3
  17. mocap_desktop_gui/mc/mc_context.py +3 -3
  18. mocap_desktop_gui/mc/mc_file_util.py +3 -3
  19. mocap_desktop_gui/mc/mc_import_folder.py +3 -3
  20. mocap_desktop_gui/mc/mc_project.py +3 -3
  21. mocap_desktop_gui/mc/mc_project_manager.py +3 -3
  22. mocap_desktop_gui/mc/mc_sync_media_player.py +3 -3
  23. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +3 -3
  24. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +3 -3
  25. mocap_desktop_gui/mc/mc_take.py +3 -3
  26. mocap_desktop_gui/mc/mc_take_cloud_job.py +3 -3
  27. mocap_desktop_gui/mc/mc_take_cloud_job_action.py +3 -3
  28. mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +3 -3
  29. mocap_desktop_gui/mc/mc_take_list_model.py +3 -3
  30. mocap_desktop_gui/mc/mc_take_local_job.py +3 -3
  31. mocap_desktop_gui/mc/mc_take_run_common.py +3 -3
  32. mocap_desktop_gui/mc/mc_take_run_data_prep.py +3 -3
  33. mocap_desktop_gui/mc/mc_take_run_settings.py +3 -3
  34. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +3 -3
  35. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +3 -3
  36. mocap_desktop_gui/mc/mc_take_runs_manager.py +3 -3
  37. mocap_desktop_gui/mc/mc_take_settings.py +3 -3
  38. mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
  39. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +3 -3
  40. mocap_desktop_gui/mc/mc_worker.py +3 -3
  41. mocap_desktop_gui/mc/qml_engine.py +3 -3
  42. mocap_desktop_gui/mc/util.py +3 -3
  43. mocap_desktop_gui/operations/__init__.py +3 -3
  44. mocap_desktop_gui/sample.py +3 -3
  45. mocap_desktop_gui/utils/__init__.py +3 -3
  46. {mocap_desktop_gui-0.8.1.dist-info → mocap_desktop_gui-0.8.2.dist-info}/METADATA +1 -1
  47. mocap_desktop_gui-0.8.2.dist-info/RECORD +58 -0
  48. mocap_desktop_gui/axengine_1729540741_533108441.py +0 -246
  49. mocap_desktop_gui-0.8.1.dist-info/RECORD +0 -58
  50. {mocap_desktop_gui-0.8.1.dist-info → mocap_desktop_gui-0.8.2.dist-info}/WHEEL +0 -0
  51. {mocap_desktop_gui-0.8.1.dist-info → mocap_desktop_gui-0.8.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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(79, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(357, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(419, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(292, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(437, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(275, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(382, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(422, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(71, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(257, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(549, 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 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_1729540741_533108441.py')):
5
+ 'axengine_1729541234_533108441.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_1729540741_533108441 as _axengine
12
+ import axengine_1729541234_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1729541234_533108441 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(560, globals())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mocap-desktop-gui
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10,<3.13
@@ -0,0 +1,58 @@
1
+ mocap_desktop_gui/__init__.py,sha256=jfZS-5Lxccjl1vCiVl9qNoLN2HwNwJCrwrbJC0iPg2M,723
2
+ mocap_desktop_gui/axengine_1729541234_533108441.py,sha256=IQMxFZkbU3Zw5JM4QPdhDh-ujsJIahAS92DYiUN1e-0,416493
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=ZwVa8e-0sz2ZJhpgJt5R5xuIxKnWpjU80-6BTSKqmzE,723
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=ztJzhVbd1m3bXYZ3-HWFErdjNc_Dg-AWSRgXkOJmExI,723
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=adfiAmM8xHblSzPQZOckGgfwDwlg7Sgh4RcTyYpk67g,723
6
+ mocap_desktop_gui/main.py,sha256=jmVmpOhU3_zM9YKt1IF7RQkqqdXCtrY-QkyWIOyHYBw,721
7
+ mocap_desktop_gui/mc/__init__.py,sha256=XAjp9SS-VgooyQYfAJERnFzI0Y8mMGYTK9VDWboqzWQ,723
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=6SQfI9SAICSrVjnSDEpXw8O_MLUu50NO2mVUgV5B8ME,723
9
+ mocap_desktop_gui/mc/camera_models.py,sha256=2ugYQCOGsnCYD87GLg4oSjdE1--WppbiwvdQHg1ewqQ,723
10
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=hVUmAzuoHrV-tbJ93p1x2iGy7fXXz2kszLkzp2Gz6cs,723
11
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=PXrzV5DfqClS43_zszgqb8_YHFN1GRM3j3BJMgVZJyE,723
12
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=QnRAxm-rLsAjijv4cvs8bxy9j7RykvMh-HArfj6Qhz8,723
13
+ mocap_desktop_gui/mc/mc_calib.py,sha256=zGzdtYPCHyOI6sTYSJy-BREbE8kYJzCG3zFr-5PfqFM,723
14
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=SiFpN_go6wfapGSyBM6bj1U23PaZA82Q9TmOsBEhu_g,723
15
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=qtcwK-PiuRFHy3zQ14RKESyShILGx_CKwHbEtgHDEEY,723
16
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=MGGEDsMfHtLqvrzeKCEk5GMgPGfxxsCefCXlkUJ2jV8,723
17
+ mocap_desktop_gui/mc/mc_context.py,sha256=zJSbUHOeDwuvZURhVo0TRsDIdpwzQvDmKXWdAH4qo3E,723
18
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=OP2N6Xl9QF_bRbAUS5I3_kMKcVhfByjI04If8ihxNG0,723
19
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=4ibUAK04GL_b6sj-CcK_L6saDqapZJGuHs2-_0hvCIc,723
20
+ mocap_desktop_gui/mc/mc_project.py,sha256=6f4B4tvAsYt3EERVSGo-iTaimOl8f-DvpJMDfAt9pNk,723
21
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=yDmiyqhqoEvB1f000qFvy9uLxatKx0R08t0AmK3lX-w,722
22
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=SJq0ANaZJJfc9EDl40mBpWm9Jt9suIpgtxk4MKqsJ_0,723
23
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=Ffq477lmsPrvpzothSKZjLgXnva6EldKEJlJVmLU54Q,723
24
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=1hNbINEq2sLBpd4cT1CcpX1F2CdUJmWvhFeDLnTakLo,723
25
+ mocap_desktop_gui/mc/mc_take.py,sha256=UboYSNZeVLVK42jdwSBjDJLDvekWYklQm9A8o36zf58,723
26
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=kHbEVO-jebidXE8gBV02jT72E805VhuVMrhyDy0j3ac,723
27
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=LoY-EsU_TWerkJy2jD4e3CPFz2amyxEr-XhELdnidiU,723
28
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=rEdqGcgCwwepTEHFz1F4Xmc45yHDoeyXLOWkhpU-1Ls,723
29
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=VXqf01KxnOllh3XLdWo-mbcNoHN4LVvnrDwse6N90fw,723
30
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=N6OoA9rxT0Ki0wQckmBbHIkwfFSkWVYpcFJ6fcpC31c,722
31
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=r_b4FG3vY0O0dUCje4ph_VUU2dIwtdsMfpN7u15xUPQ,723
32
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=wBBgjrIMmyqFxjmBljYVPc2LMZBS2ItzcmDWff3BuLo,722
33
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=2aGiK-4kXdeSZZA8fJ5_V7sSpWafQxz1CK4UpRhm6jQ,723
34
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=zm5vTCSvfoTdvX_v_EpSV-PRKQGkbYqDd_OMjperJKg,723
35
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=wy5o7UFsmLT3Ct4Upqoa1APz-qDIa71X04L_CKJEaCU,723
36
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=GAmIA5O63iihvzMNpdyct2RWbDrenWElTSk_ng2Tq7M,723
37
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=u92D2XhxEKnaFi8PNKcDY4WJ3spRhRbW1CDAc55MuHw,723
38
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=mYWV08Sk9HoSnl7U0M3swC7OnE7EfmsOSbsZ7k1eNAM,722
39
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=6Hl2tdoy_EhdsvrXovfGsB6V_2J3_CIq95qlWkT-Ae0,723
40
+ mocap_desktop_gui/mc/mc_worker.py,sha256=rlyEbgvZWKzGTe57XnzcgWldBjTRt4hJkGE2rLfWRmk,723
41
+ mocap_desktop_gui/mc/qml_engine.py,sha256=5RPTcW3D37WxVVMUYku6f_-jaP3rYCjjSGVSUBnzRO4,722
42
+ mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
43
+ mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
44
+ mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
45
+ mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
46
+ mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
47
+ mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
48
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=sfTbuupKfB3U4fYOEktKyBNRCw3jdZ26QLHnItNaDFs,18132
49
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
50
+ mocap_desktop_gui/mc/util.py,sha256=0U6fTL55sYlgEVR_nOpxWBbMS58SJT5UU0cJ2pARe3M,723
51
+ mocap_desktop_gui/operations/__init__.py,sha256=_CkqacOGr5buZ3om4ycHAGqmIIqajBNZRELBuRYrIKs,723
52
+ mocap_desktop_gui/sample.py,sha256=F47ZM-UCdyEKtjYCjAdriobQ3SdmxZ88Seh7gqkFB9c,721
53
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
54
+ mocap_desktop_gui/utils/__init__.py,sha256=TzbBBmQeBC1A5rtZVWReULqG5CqKxt6LMcE-AhWOiCQ,723
55
+ mocap_desktop_gui-0.8.2.dist-info/METADATA,sha256=R2sqXpTD6mxh4MX1MAsklj05K7icdr6KHoWt40NiX1o,1023
56
+ mocap_desktop_gui-0.8.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
57
+ mocap_desktop_gui-0.8.2.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
58
+ mocap_desktop_gui-0.8.2.dist-info/RECORD,,