mocap-desktop-gui 0.12.1__py3-none-any.whl → 0.12.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. mocap_desktop_gui/__init__.py +3 -3
  2. mocap_desktop_gui/axengine_1730280678_3578574143.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/bld_utils.py +3 -3
  10. mocap_desktop_gui/mc/camera_models.py +3 -3
  11. mocap_desktop_gui/mc/mc_app_manager.py +3 -3
  12. mocap_desktop_gui/mc/mc_auth_core.py +3 -3
  13. mocap_desktop_gui/mc/mc_auth_service.py +3 -3
  14. mocap_desktop_gui/mc/mc_calib.py +3 -3
  15. mocap_desktop_gui/mc/mc_cam_ui_states.py +3 -3
  16. mocap_desktop_gui/mc/mc_cloud_service.py +3 -3
  17. mocap_desktop_gui/mc/mc_common_paths.py +3 -3
  18. mocap_desktop_gui/mc/mc_context.py +3 -3
  19. mocap_desktop_gui/mc/mc_file_util.py +3 -3
  20. mocap_desktop_gui/mc/mc_import_folder.py +3 -3
  21. mocap_desktop_gui/mc/mc_project.py +3 -3
  22. mocap_desktop_gui/mc/mc_project_manager.py +3 -3
  23. mocap_desktop_gui/mc/mc_scene_3d_service.py +3 -3
  24. mocap_desktop_gui/mc/mc_sync_media_player.py +3 -3
  25. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +3 -3
  26. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +3 -3
  27. mocap_desktop_gui/mc/mc_take.py +3 -3
  28. mocap_desktop_gui/mc/mc_take_cloud_job.py +3 -3
  29. mocap_desktop_gui/mc/mc_take_cloud_job_action.py +3 -3
  30. mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +3 -3
  31. mocap_desktop_gui/mc/mc_take_list_model.py +3 -3
  32. mocap_desktop_gui/mc/mc_take_local_job.py +3 -3
  33. mocap_desktop_gui/mc/mc_take_local_job_service.py +3 -3
  34. mocap_desktop_gui/mc/mc_take_run_common.py +3 -3
  35. mocap_desktop_gui/mc/mc_take_run_data_prep.py +3 -3
  36. mocap_desktop_gui/mc/mc_take_run_settings.py +3 -3
  37. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +3 -3
  38. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +3 -3
  39. mocap_desktop_gui/mc/mc_take_runs_manager.py +3 -3
  40. mocap_desktop_gui/mc/mc_take_settings.py +3 -3
  41. mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
  42. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +3 -3
  43. mocap_desktop_gui/mc/mc_worker.py +3 -3
  44. mocap_desktop_gui/mc/qml_engine.py +3 -3
  45. mocap_desktop_gui/mc/util.py +3 -3
  46. mocap_desktop_gui/sample.py +3 -3
  47. {mocap_desktop_gui-0.12.1.dist-info → mocap_desktop_gui-0.12.2.dist-info}/METADATA +1 -1
  48. mocap_desktop_gui-0.12.2.dist-info/RECORD +59 -0
  49. mocap_desktop_gui/axengine_1730238271_3578574143.py +0 -246
  50. mocap_desktop_gui-0.12.1.dist-info/RECORD +0 -59
  51. {mocap_desktop_gui-0.12.1.dist-info → mocap_desktop_gui-0.12.2.dist-info}/WHEEL +0 -0
  52. {mocap_desktop_gui-0.12.1.dist-info → mocap_desktop_gui-0.12.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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1730238271_3578574143.py')):
5
+ 'axengine_1730280678_3578574143.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_1730238271_3578574143 as _axengine
12
+ import axengine_1730280678_3578574143 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_1730238271_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730280678_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(6, globals())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mocap-desktop-gui
3
- Version: 0.12.1
3
+ Version: 0.12.2
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10,<3.13
@@ -0,0 +1,59 @@
1
+ mocap_desktop_gui/__init__.py,sha256=O9Md6fqK7kevY7eP5YFAKB1yCXDUmFTXfS_uX5TRNds,726
2
+ mocap_desktop_gui/axengine_1730280678_3578574143.py,sha256=0NDPRxui66ck_5lUat4BJs8HvpA9yp9h8oFcC8XI6Ss,425403
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=rkNYc8SmLjV_GSeQ6YcfKVBMW_4oXN3JhieC7aNYNpA,726
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=bYFo6jk0Rlmk88mu4QE2WN9o1yddboweIBmLYNpv5Ck,726
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=bIugmdJ62FNfClLig7Gc4Mwq_JdWwujhmo6WLe6BB8Q,726
6
+ mocap_desktop_gui/main.py,sha256=7Tr7l1uMnZSSI1sdCIauzzIE_cMsJxW2mZUOc9fv3L0,724
7
+ mocap_desktop_gui/mc/__init__.py,sha256=buW6wgcdvGuijYxK-E0YyZo9KLbiHDfhLaTDtLb4blw,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=QzJj1VQx7cpygg3_5d6JPRvF-G0zL_aD5da-EqxiSU4,726
9
+ mocap_desktop_gui/mc/bld_utils.py,sha256=10bQ26ikn2faOd6wNYSS3UnSXmif9q3rLtUo0-Z-FXU,726
10
+ mocap_desktop_gui/mc/camera_models.py,sha256=yfFvDqNeqEdhFQ9zcAgvDtD7znvOlHXgmDd8C3yE3xE,726
11
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=hR1qHmuz51J8jI5FHLwEgYXYSbhOJs0MCfbT3PR8y-Q,726
12
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=8yOHnEUtLWE2BE3DW0bqnVz1Eadqll82pzMfzwwkJEA,726
13
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=MdfpFlK-DqvGLLHgm0faWQvMr8nv-su6qYd2LrHmRWM,726
14
+ mocap_desktop_gui/mc/mc_calib.py,sha256=vf5WAKnSpJDFuq8IFVQGb86Wg6vgOSr2nsAXn4J6cXM,726
15
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=3UTFzS7a_ZQ_8Lzi566UhPmPMB07SRkeVSnB5hCv2bc,726
16
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=S_3KqXTnZD4i3AEVixYjdScpON1CliN2mPf-cMhPKKs,726
17
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=UXc6Bs62zbGvpoKuwvHIMae75j8uUyFvfNNUcMmLe4E,726
18
+ mocap_desktop_gui/mc/mc_context.py,sha256=njbD09B0bPWHdlEzFqZivTQ5kMS-UjmYNmZuJTFAYDE,726
19
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=51EKnCmLQtAzMzeRDZOG7T6J0-O3xWPMt-umy2mfOio,726
20
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=DDrtYvA-ivSPL8PdRIx90NLmU_gK7wbmhZRUuv1KoB8,726
21
+ mocap_desktop_gui/mc/mc_project.py,sha256=Fd10mnjqPttl5H7Rm2x_W2gDcEmO2gLdiWKsP7XJ_dk,726
22
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=5GZRxtUauWrVsTD6pPGkk8jyy52_UPQIWGsWbdMaP0I,725
23
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=zrWjoGyrsPTrmKtPpjLe8fcO_psmQB4cZFhfvW8ZCS8,726
24
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=P5dJQm5qN1wW_ySyUN85DFPGVY6bvx4gprZDX52CvdY,726
25
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=VJylNokHdZuQhqpS2eE0sYO0IZwShMZSbDYAtEAIY0w,726
26
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=yq1M9kqoPUTuJFJSwYFLN5NJMDqyWmNDogodWjB8gRY,726
27
+ mocap_desktop_gui/mc/mc_take.py,sha256=q3cpRtV_TJEunN8swYW_XKlPlCDOprgJh3cTSaY4IyM,726
28
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=B6oP1G0sPS2Lcn7e1XiHerZR_1ELaqJ96cd56yPeMLo,726
29
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=nrSP7itH7cIVcoJuRkdE2Y18Z_kxuqnLGvgvlo8HPpc,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=LOxDC1iCKpSXIMRWRyTDn7yWk68GKPdodHw1MJXw6lM,726
31
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=oBTVmqJqBryBL44jC1JGELtukXPfcO-KJFD-w1LIEOw,726
32
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=S5qF5lkMF_lHHUaNM7wPBsZODBTwETBFOGtVBuglHuY,725
33
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=gytiyxDNzB3R0ZYLSBgPdgysFAqEZ0TGzB2ni-kq-mY,726
34
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=VJJN9ipjOJwWCfqFCxS7NuKcZBu2q3UFpBoTGTcbGJ8,726
35
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=Jo938rKHF6dO_Nct8ep_3PdA7w4Qqc01AoCQaxRwB4E,725
36
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=cEHl0ozbjHzsN1FkIVVooDmAq7c8ZnxMMf7eNY2mlas,726
37
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=LwE76BeQL63JbcvKkuWVpVrQRuojhV20MqedLZiLOHY,726
38
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=aPiWoEl5lbCo8YSKLiX8mnAQDClsrLadqMjFpDWF_34,726
39
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=e6IlcsvoOoAQ1vzxugJUwe-TqPsONORbb9V2YanYPHs,726
40
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=onhVC-BKHTYau_c5cASlgkh_HcN1lbNcV-6f2bcGbfs,726
41
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=zAvlKh218lKij1GBBrvNmMaAU_79wdgkBuIeNdMqW7Q,725
42
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=qCxB6PdRcjJXdgGQq2Vw_Och5l1cVO5OznCeXHRyop8,726
43
+ mocap_desktop_gui/mc/mc_worker.py,sha256=mEXUvmDR5Q74QnR3ufcj0OvKxDWAVuWZk-M1JDkwqf0,726
44
+ mocap_desktop_gui/mc/qml_engine.py,sha256=CmYuJC29FPTL8RhyuQZ9crVbNcPtLzXKvRoz87iBrE0,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=J23y4VmT0h-j0N4KrtDfid0KXBnr0wx6CkKVI2qdDkA,726
54
+ mocap_desktop_gui/sample.py,sha256=yKsS8rAXTDUF7JkBv7BLGKxUXRJOaggMmWrOTQjrGAs,724
55
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
56
+ mocap_desktop_gui-0.12.2.dist-info/METADATA,sha256=3Wieh7Cz9qdzJC3UnOYTyH5x-ZnotfRtQIQT2friwmU,1069
57
+ mocap_desktop_gui-0.12.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
58
+ mocap_desktop_gui-0.12.2.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
59
+ mocap_desktop_gui-0.12.2.dist-info/RECORD,,