mocap-desktop-gui 0.12.0__py3-none-any.whl → 0.12.1__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_1730238271_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.0.dist-info → mocap_desktop_gui-0.12.1.dist-info}/METADATA +1 -1
  48. mocap_desktop_gui-0.12.1.dist-info/RECORD +59 -0
  49. mocap_desktop_gui/axengine_1730158253_3578574143.py +0 -246
  50. mocap_desktop_gui-0.12.0.dist-info/RECORD +0 -59
  51. {mocap_desktop_gui-0.12.0.dist-info → mocap_desktop_gui-0.12.1.dist-info}/WHEEL +0 -0
  52. {mocap_desktop_gui-0.12.0.dist-info → mocap_desktop_gui-0.12.1.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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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_1730158253_3578574143.py')):
5
+ 'axengine_1730238271_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_1730158253_3578574143 as _axengine
12
+ import axengine_1730238271_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_1730158253_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730238271_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.0
3
+ Version: 0.12.1
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=jg4Qt_gdI_KQa3IoWDcZ_P0RmR9mq-G2aCG6mKaoQMA,726
2
+ mocap_desktop_gui/axengine_1730238271_3578574143.py,sha256=qltUnsGF-zH1HyvSmXI2qi9hFHdZeMdVb9ZIkccFN1w,425403
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=7XQMK9ici69SsGpfOYLygwskfgWhqJq3gssigmHjN5Q,726
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=dl5ll4upQEA8MNajILpiCJtjK14aTDInhLHmhYt4S54,726
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=-_meXCOjS659JmSunU2LyQ9AH1MAQtKL2aBNrQE6iGc,726
6
+ mocap_desktop_gui/main.py,sha256=9OcXaR-nQpHE2KBJUoT-EmSZ6CCvq-Zm9fbhRfqTHSA,724
7
+ mocap_desktop_gui/mc/__init__.py,sha256=gTDppC17f7jmJd3xWVk8dBrVLLboh3zpcVZXpl1myXI,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=yNmNzjYjoPgXvut7jhkqPtkbQKV-pkGltOqr3sBB-m8,726
9
+ mocap_desktop_gui/mc/bld_utils.py,sha256=Cd-NqKeedlt9W2Jez7hDCgUMHIahJ9GNAq90K8znCpk,726
10
+ mocap_desktop_gui/mc/camera_models.py,sha256=r8dYnz1_Gqfg1UkAovycDGAQ7hD4PIPxKZkRyay87Ho,726
11
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=_JZ25XKoZ3yO11jNpNqOzJ3bdCWimVOTg2HRcWft9cA,726
12
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=mISjsqxOPm8c0gNVzhSROKVV49No3b1sQCheqFJmlwA,726
13
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=c4Tgu686G6fgSaCskF3w-7rwD94fsdgFfXh4Z_LS6lQ,726
14
+ mocap_desktop_gui/mc/mc_calib.py,sha256=h3XgzhjsCtitjbbENtppt48O5eU0lsAgKgV2wpKVEwY,726
15
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=QBNFTGjHXR7_7E4hilMgUmHOjhasv0aqYxnOVjRRskc,726
16
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=bjdBZS36lb7wibbvpQqB-DEfTvk2yukM_VU_7L5i7Yk,726
17
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=gM_CCfz3N3z8CrpY4ucpgO3wsEuiMJKgR2vOJElmr5c,726
18
+ mocap_desktop_gui/mc/mc_context.py,sha256=sx1JlvzA739GM9IpgLqK3r80IibvBqbqODpPwEaPWMI,726
19
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=vo0HytKcEmooGzKB5l7NckIRaHURSurnOHczbsYNbog,726
20
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=sNRlYFOUkhzC_4Juuwav1qXjgp2znYDI8AxtLs1k-DM,726
21
+ mocap_desktop_gui/mc/mc_project.py,sha256=iqwF7RGsSjKCMOe-maiObNVvjMqO3hxgAXe44DKB2rY,726
22
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=Ex7X1fapZyBis345rW_ZZUE5gVOiBEQQqDDpN6sduE0,725
23
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=wZfd8O_Pio8EkJt_5fBUaFdpbqmQIlKsNsrG6AvNbU0,726
24
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=wFX6OQziezUU_r1EY8LEllAKRa-LCher_8R11ZJT0uw,726
25
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=EUaUUSdozdFA3NRlfLwigh_feycl3UqYbdUoQ5VB-UE,726
26
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=8NEi7EP_qN-vpFG96JXP1fcNeeK3U39Zrt9hBzhwe0M,726
27
+ mocap_desktop_gui/mc/mc_take.py,sha256=JADedhuf-guL2qw4NIStw9VamJBaNu4TLieMDaFlhRE,726
28
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=7qKwwFJ3t0FpQSOLb2m8WXVCpy-PuOKXlFVceDlmMuc,726
29
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=WTOW4sewu6Bfs8qxh14-_gYDMp52SBOxmNQu9Gf4Mcs,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=Wu2RuWVODF-V8PwSEMIn6zyXgiGjyCxDpCG_iaFjmKk,726
31
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=ZGUKEZIOy9rRCUOvu8Y9GHlyYBldwuOkM6UF_FUk6wI,726
32
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=Ur7HHvFV9OOtQ56b8r7S8ibsbBiBL9OGxakapiGeL5A,725
33
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=JJIZb0BHZ0HipQD8gjKtwfHMaGRuhJLs-l1_fMnhgC8,726
34
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=c3QUFMnzEx1EiBkAAfwpb78zEfyCG4p9kt2fVYyxxE8,726
35
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=2aPqftYvR8aoT7zORj862qD6-ZkyHbiujHwPZg08kB8,725
36
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=0CH2yoFy5zyQb2u8M7CuKcznwtk1U0IxajfksNkrjjc,726
37
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=eeoSbZPnDAI6tX5T5Lwk29ZPv_P1V-pDWSC8royOUoE,726
38
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=ka2sphMMRvuCvffIMaQaoYbj0qUzimRbRoCQuBpCqg4,726
39
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=fZGg1fXn_6205lg8fCZh5kTm94foq3XJ8DY4wls7bw4,726
40
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=RxRRw4B8KI0r5RoEmsDuiMP9kCg01vdVxP70H2b_0mc,726
41
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=atjDxr8Ypg2HCbfc9LYv32G4Ww2mDMEHr-ShfWFcQwg,725
42
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=Nkv3TIoa6UL6grQbkbq_c55SP28lJJQpkqoYC-V9HY4,726
43
+ mocap_desktop_gui/mc/mc_worker.py,sha256=I8m_WbxlvRruUMojb5hC2sPXvdcZ-JvUG9wmVUGrDR0,726
44
+ mocap_desktop_gui/mc/qml_engine.py,sha256=0N1ueLDxTPX78PZNr8iGU0pfuqIhqpYFMQN8iUPu0gc,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=q79gPuGMVipCge4EitGIBQOi0LhxBUR-pEgl4lzV95w,726
54
+ mocap_desktop_gui/sample.py,sha256=gc5AGnZBlst9hmeA4Fr11SlkFviqWKGkMccUWpD5lhc,724
55
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
56
+ mocap_desktop_gui-0.12.1.dist-info/METADATA,sha256=j6E9I3B4DqmZ4C0vUCk8bo4yez-hLDFElaK0HSfPTa0,1069
57
+ mocap_desktop_gui-0.12.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
58
+ mocap_desktop_gui-0.12.1.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
59
+ mocap_desktop_gui-0.12.1.dist-info/RECORD,,