mocap-desktop-gui 0.11.0__py3-none-any.whl → 0.12.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1730158253_3578574143.py +246 -0
  3. mocap_desktop_gui/gen/rc_icons.py +4 -4
  4. mocap_desktop_gui/gen/rc_qml.py +4 -4
  5. mocap_desktop_gui/gen/rc_style.py +4 -4
  6. mocap_desktop_gui/main.py +3 -3
  7. mocap_desktop_gui/mc/__init__.py +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.11.0.dist-info → mocap_desktop_gui-0.12.0.dist-info}/METADATA +2 -1
  48. mocap_desktop_gui-0.12.0.dist-info/RECORD +59 -0
  49. mocap_desktop_gui/axengine_1730109916_723728148.py +0 -246
  50. mocap_desktop_gui/operations/__init__.py +0 -18
  51. mocap_desktop_gui/utils/__init__.py +0 -18
  52. mocap_desktop_gui-0.11.0.dist-info/RECORD +0 -61
  53. {mocap_desktop_gui-0.11.0.dist-info → mocap_desktop_gui-0.12.0.dist-info}/WHEEL +0 -0
  54. {mocap_desktop_gui-0.11.0.dist-info → mocap_desktop_gui-0.12.0.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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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_1730109916_723728148.py')):
5
+ 'axengine_1730158253_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_1730109916_723728148 as _axengine
12
+ import axengine_1730158253_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_1730109916_723728148 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1730158253_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.11.0
3
+ Version: 0.12.0
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10,<3.13
@@ -14,6 +14,7 @@ Requires-Dist: move-ugc-python (>=1.4.1,<2.0.0)
14
14
  Requires-Dist: numba (>=0.60.0,<0.61.0)
15
15
  Requires-Dist: opencv-python (>=4.10.0.84,<5.0.0.0)
16
16
  Requires-Dist: psutil (>=6.0.0,<7.0.0)
17
+ Requires-Dist: pyinstaller (>=6.11.0,<7.0.0)
17
18
  Requires-Dist: ruamel-yaml (>=0.18.6,<0.19.0)
18
19
  Requires-Dist: typer (>=0.12.5,<0.13.0)
19
20
  Description-Content-Type: text/markdown
@@ -0,0 +1,59 @@
1
+ mocap_desktop_gui/__init__.py,sha256=nquEyo2in1Z8kKBu-KjMmRic0R1CRThBrur7V1L9KnY,726
2
+ mocap_desktop_gui/axengine_1730158253_3578574143.py,sha256=HT4myCKagNZ82-Q-f_HVew9IfLTa1zQ1P9_qnpm7P3I,425403
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=acGQFAVZaePZZOYgPPSDRUWra5DCX25hdJnub4jxt-Q,726
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=OFaFPv54h61t4SXFAg7nA7laqZqOIoMIN2AW77HoxdQ,726
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=ZAfyvi4tBmm_ZG3T4CSQxYWN7r1ncMWmSHuIzDBqymY,726
6
+ mocap_desktop_gui/main.py,sha256=2rzzG0OyaSGkgynfKYcd-Kk0Ve__WfPqYNMr4ALrBKA,724
7
+ mocap_desktop_gui/mc/__init__.py,sha256=XRAviIN-SeiWvOhLg-2AeiMNANr2dTKRZnYutMgVuns,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=gsclkYu9KhHfLPvc7I3GUOlbjtDmaBjxiaTgZEuS7Qk,726
9
+ mocap_desktop_gui/mc/bld_utils.py,sha256=Q1G5lhzhp6K5KMFRO7XJ5rms1yyt9bZwlPbtH9gi6v0,726
10
+ mocap_desktop_gui/mc/camera_models.py,sha256=uzVV5JSnKgHMS-GAKFEZ6XUjdtrqaF3y2DZ5JwN7Zc8,726
11
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=dGfUBI9NmmDx7KA89JfRSus58JdejCcxGjrTnPSYTak,726
12
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=5sQT1Lc0y6ISZ9WIUiReC3mZhvCPuoLyazGb1v9nPWI,726
13
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=2icdp7Twp2XJk6_WdTGa4hVQprsbrjMQcx1arixKskk,726
14
+ mocap_desktop_gui/mc/mc_calib.py,sha256=kSLhVBMV2uPuX_H4KnIgW-mzWYI6n3yBPobjgJPz030,726
15
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=CXf4uQj8kWggRDZ_HeM6JyvMwhUpinTuiPGFmP3vQ2Q,726
16
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=5thNwdcHYbqGScbratLoFPgUAFRxsjv4EY8wznRy_xY,726
17
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=tQexy7MCJwoliKeqTwMRHRr6wTAUS1ho3Cauu9DDq3s,726
18
+ mocap_desktop_gui/mc/mc_context.py,sha256=wiA2MfJFRTn5M_bs6ephBqScLcJxv6Z3fDUpKYGuUKg,726
19
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=mm9s5rT_GV7UpRVnawxS8OFHGz83uZL3t5Z235dShmQ,726
20
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=7ln4Ye57CBtOqQ1MUurCLUfgna0-N2IeUuJ2geHo0iA,726
21
+ mocap_desktop_gui/mc/mc_project.py,sha256=OB_YzU7PKLLE_ueP1EvAVbVqF3Fzv5mTWfugkMizeHA,726
22
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=fTnDHPKwGgt8sDOpxFsDHpNZsuzxv57O0P_bBCtX6U4,725
23
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=cp1xAHgY9AHuGQHxUkPeZzrrZRY6NZBOrkFXfZ8EW9I,726
24
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=W3wiQdGSX7XAZP6W_ch4pTLPLZo02yNtpwi38Zel57k,726
25
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=I96M0wVGjUiJLXETtFKJH5i6Xgz-4nSg993krGLik0E,726
26
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=2gJFF52nREgtqaoamoW3L7cBec_ZyDIZjUXTdeNgOu4,726
27
+ mocap_desktop_gui/mc/mc_take.py,sha256=uouANrC4BhXnDOpH8mQrkyL7MnCIlwYRWN2DaIT6-_c,726
28
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=z-2Uz7CONc6hJCyS2AsRFRR75tV_ObovPihlaK2AmzY,726
29
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=_VJL3mJpMO_wmEcTj1LSjgEu4wE1RrYicjD8CjrxPfM,726
30
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=2J31SO4f7sd-Zw2ZJjLjRvR3Qg67lFRUQBtZ6Mch2Pg,726
31
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=1ffmjN5QZ3xR9zUoC3xCKEYKu9QVUyFqltbgfgN2AA8,726
32
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=UNy354_xOGvqIhxA21cF-PUpYXS5uVwuZe1fRa0cd5k,725
33
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=TzQMMqjH0rzNxlrYmArc4vYbXN-c-5ocfgvFOrp63Fo,726
34
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=VjjZRurNnl-qizr189xWJreiYAchBcA3ozmms80BVzE,726
35
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=ziLU3CUUEJtxNIfk-kvPYN2K83jzPjearkQ5f5jvVf8,725
36
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=GQ3OpDR0q822OZQLZfjfvzub1x3hBGoNyvTQTIN4XyM,726
37
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=5uVrecxspK5NnauIsqW2acWIMrt7lmFLlsifqP5cmaE,726
38
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=ig4aZ5_7ejXU_JGuNsoBDL54vsuJur3vAcwrZ6G7fAU,726
39
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=s_gq1Fj-P6MhZUZ_VzxqeFrqnCv6tix7LjbA8eo65hk,726
40
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=I8AjPu9deRRc9bdM924WwAycdew5_aJzxWndYrezYz0,726
41
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=th6viNK64kUhZXdqH9eILlNFlX8hSMLTQDbo10TCIJE,725
42
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=eMN910jlb4NUVl-NeSRPP0cc7fi6L9npwcpSALGPOSs,726
43
+ mocap_desktop_gui/mc/mc_worker.py,sha256=YRyiBgTKw_rKgoCeITdYOxxV9MFNNRUzC-p9s00OKqg,726
44
+ mocap_desktop_gui/mc/qml_engine.py,sha256=uPJwtrsiJvcihnVJ_D5feLXD8c5VUNgWP3m68FxpbWs,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=0njA4E8N0RqWly0pnQPW3jnSkLEH0d-LKnartA6Yem8,726
54
+ mocap_desktop_gui/sample.py,sha256=5PMKUrWA-0edFuemP5ej3qaV3YvDI35J9DxgcgT5NHY,724
55
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
56
+ mocap_desktop_gui-0.12.0.dist-info/METADATA,sha256=1EWlcYytdGctoRjPesnrQmpGw7BNqwv43gya6DGg57U,1069
57
+ mocap_desktop_gui-0.12.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
58
+ mocap_desktop_gui-0.12.0.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
59
+ mocap_desktop_gui-0.12.0.dist-info/RECORD,,