mocap-desktop-gui 0.16.1__py3-none-any.whl → 0.16.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_1731340204_1998855010.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.16.1.dist-info → mocap_desktop_gui-0.16.2.dist-info}/METADATA +1 -1
  48. mocap_desktop_gui-0.16.2.dist-info/RECORD +59 -0
  49. mocap_desktop_gui/axengine_1731334413_1998855010.py +0 -246
  50. mocap_desktop_gui-0.16.1.dist-info/RECORD +0 -59
  51. {mocap_desktop_gui-0.16.1.dist-info → mocap_desktop_gui-0.16.2.dist-info}/WHEEL +0 -0
  52. {mocap_desktop_gui-0.16.1.dist-info → mocap_desktop_gui-0.16.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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(58, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(295, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(187, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(69, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(378, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(456, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(15, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(403, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(443, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(61, 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 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_1731334413_1998855010.py')):
5
+ 'axengine_1731340204_1998855010.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_1731334413_1998855010 as _axengine
12
+ import axengine_1731340204_1998855010 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_1731334413_1998855010 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1731340204_1998855010 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.16.1
3
+ Version: 0.16.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=p3m9_W5tv68bGrOgOWkOyQAdqSNt98liIL3HBUBOiCI,726
2
+ mocap_desktop_gui/axengine_1731340204_1998855010.py,sha256=vJvvRsVgj1jc_6v7k6kkhDErM80HhHMxZjY1D5tcUXE,437123
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=z6nCvCLVG9D-MrsUPj-iILVw-Ez5Kdrn4ZYFc0HeGIY,726
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=OgvC49E89g-njwbloQx_GzjDFV50tAT6wH_Mq54ukAM,726
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=2pZYqqSn6OIaZmTj3g9dbOJXWjKF3E4TXIoWupeXcuo,726
6
+ mocap_desktop_gui/main.py,sha256=eiCBsSItL3UnVnZXRfyJ9VDIt6oUXsQRsP8F0mmmLHk,724
7
+ mocap_desktop_gui/mc/__init__.py,sha256=_f-YIITAUPulM-19z36Ml148gwep6D5MA0DFr_SZ_aM,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=zHwOHVRnOh7wQ6VLghrSoKTRaM3r5rPSQX9Aixk4scw,726
9
+ mocap_desktop_gui/mc/bld_utils.py,sha256=8ezcJdGmcvTum2ywuR91BUZkDPi5m2WbAR_SRRVMneY,726
10
+ mocap_desktop_gui/mc/camera_models.py,sha256=on912VBskzpcRDVL5aggxS06kpF9l4ltjDdblmgy04A,726
11
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=s24qsLtduP7AJxx2F7iOrZWBFif3w7OlIy0tcSyFqYE,726
12
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=O0Yrde89NiRAyZQh_gXLS261mNjZ5e9t33RavXSSw8c,726
13
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=0UX5eoutFoJGzwArmYS4LYD1XoHwcmIH3O_UkbuKTJQ,726
14
+ mocap_desktop_gui/mc/mc_calib.py,sha256=tDrjJYN05adwi0FdiCF4ADDJi7YSXPyIEkq1nHKm6j0,726
15
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=hgJt0gPp7U_Zf1PxoEbDib-FQylnZqzjrou7Co7wIXU,726
16
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=B_mGRSY2Ph0I_rZFaJo0tqz6cpMQ6nZHDNA2GZ_Jz2M,726
17
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=EbILODZgCCbOOTjtB4gNMzF8iS8ES0s3J7UGHkMizr4,726
18
+ mocap_desktop_gui/mc/mc_context.py,sha256=yf4tYItMEzrMbcPp8d3RKl3LN38AiyHmMLR3kHzb94Q,726
19
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=074FeorCVexzLQq4StMd2fI5YWs1c-xib2bQMOm_pmg,726
20
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=bY5Ce3zLK3zFieDq9ljOgTm_JkwXZgrBMhSLgsMaqA4,726
21
+ mocap_desktop_gui/mc/mc_project.py,sha256=ogl7PIyPaa8pUDOfs1BNr-l3bNEa12BHsa54svjuDBI,726
22
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=bU1ze_w658FieJd_vPVhndiQCBrIeL0lohGAkZpe4sQ,725
23
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=Q5iAZkQ_aANJ-Xg5VBRYZSbtgyWOPSsJ_-A8blxIUJw,726
24
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=MuK5DUZcySMwNypvt97ZRwEHn30EtK2OcJW1HLo4hu8,726
25
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=ut0__JZi5DMOsFahEHh85Fqkw-am1m6f_fbcOFPbANU,726
26
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=YDGNsBy4SesOMpcToXCIoryz9lj0-Qi_ZCq1P0hxkYo,726
27
+ mocap_desktop_gui/mc/mc_take.py,sha256=8jruwpeWlYahvM0prkj6VmjD0oaFZwy02ANoI8edGCw,726
28
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=7S6p6nouR8ffMsnUzQr2rb8H5IoTJ1o3p4iBXy0HskA,726
29
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=GrhCMSuL4d4RO5XOxcGjtbonGKv-wy5_t7MhXQpDUIE,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=j2oyulZf59EGY_QrcXbRytTehmtNQp2w4WYl_8ScSeU,726
31
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=g1TmpLH4VRwE4-FjxgNW-UhVbhIE3CeJyWNq4vEjMAY,726
32
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=lic-oPP09GSQPTOV69pzzN-b7zFSofKT6XfSmBfjQxg,725
33
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=ySrTJ5yN_EUVQqfQdjBuhFWrl3TwdRTtEkt4cmYIeSs,726
34
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=EDP62r1XTJ8Q6pD0iZyKpPWFsSaFC_-NC2IHJTj7xCg,726
35
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=2blkGzOdJkxDNGwXtpUdSPWtNOkUef3PhmceSFvWhM8,725
36
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=hYahq_BPIGg6Rn--rS5h-RlAgBe0Ng-_RSeOc9t0f24,726
37
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=KQLSiwh556JwI6RXAMz752VJhcY5DRRKsPXTIkB69ps,726
38
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=O52KtqxKcMlQnZnRbBklvHi2lEY0IWFLMyA7NGoGWEk,726
39
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=TDK_LO9NsdEkH7vhHs3_K_bfUzfpefZP_4rGYAJG0OY,726
40
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=t6UpO0lCzY7SbkUfPbx7bYI1lPpeTUmoCWk1a3uOx1U,726
41
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=mnEDnYRi6zgG-6O6x1wiVsaFzcuLDkoddWdMVhvQZAI,725
42
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=TKdDb99LLDUF9YNuNi5sPby4MJI3-FttnebiBQaX8cY,726
43
+ mocap_desktop_gui/mc/mc_worker.py,sha256=raGTdsaxZgQxTDp9BuIVJQckeUoYFm87-5SxkznBi6k,726
44
+ mocap_desktop_gui/mc/qml_engine.py,sha256=gJYD8NHFNurl9B3xbpbwKCutts99mSAYAyRFBPILVnE,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=ANmSnAa-TNFEcQ03Ui8Prh9DcaVIKUx4ECGmNM93QRc,18134
52
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=vDTZqkq8n6XfocRjJlolEj0W5sKuC5CpZvLc4KEnkFU,6483
53
+ mocap_desktop_gui/mc/util.py,sha256=e0sOYTMeBCzKiEFrY4sM32bz0CjUspkO9aYpRncQGVg,726
54
+ mocap_desktop_gui/sample.py,sha256=6tCRsT4L3At3Zl9s0-rx75i_EUa906Ua3vD50p3UrAA,724
55
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
56
+ mocap_desktop_gui-0.16.2.dist-info/METADATA,sha256=f-gXjbNAytYaMYzQDYuGGZFrntuRDLt714D1NBxM15A,1024
57
+ mocap_desktop_gui-0.16.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
58
+ mocap_desktop_gui-0.16.2.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
59
+ mocap_desktop_gui-0.16.2.dist-info/RECORD,,