mocap-desktop-gui 0.20.2__py3-none-any.whl → 0.20.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1736156045_187673042.py +246 -0
  3. mocap_desktop_gui/gen/__init__.py +4 -4
  4. mocap_desktop_gui/gen/rc_icons.py +4 -4
  5. mocap_desktop_gui/gen/rc_qml.py +4 -4
  6. mocap_desktop_gui/gen/rc_style.py +4 -4
  7. mocap_desktop_gui/main.py +4 -4
  8. mocap_desktop_gui/mc/__init__.py +4 -4
  9. mocap_desktop_gui/mc/bld_fbx_2_glb.py +4 -4
  10. mocap_desktop_gui/mc/bld_utils.py +4 -4
  11. mocap_desktop_gui/mc/camera_models.py +4 -4
  12. mocap_desktop_gui/mc/mc_app_manager.py +4 -4
  13. mocap_desktop_gui/mc/mc_auth_core.py +4 -4
  14. mocap_desktop_gui/mc/mc_auth_service.py +4 -4
  15. mocap_desktop_gui/mc/mc_calib.py +4 -4
  16. mocap_desktop_gui/mc/{mc_cam_ui_states.py → mc_camera_views_model.py} +4 -4
  17. mocap_desktop_gui/mc/mc_cloud_service.py +4 -4
  18. mocap_desktop_gui/mc/mc_common_paths.py +4 -4
  19. mocap_desktop_gui/mc/mc_context.py +4 -4
  20. mocap_desktop_gui/mc/mc_diagnosis.py +4 -4
  21. mocap_desktop_gui/mc/mc_file_util.py +4 -4
  22. mocap_desktop_gui/mc/mc_import_folder.py +4 -4
  23. mocap_desktop_gui/mc/mc_project.py +4 -4
  24. mocap_desktop_gui/mc/mc_project_manager.py +4 -4
  25. mocap_desktop_gui/mc/mc_scene_3d_service.py +4 -4
  26. mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
  27. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
  28. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
  29. mocap_desktop_gui/mc/mc_take.py +4 -4
  30. mocap_desktop_gui/mc/mc_take_cloud_job.py +4 -4
  31. mocap_desktop_gui/mc/mc_take_cloud_job_action.py +4 -4
  32. mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +4 -4
  33. mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
  34. mocap_desktop_gui/mc/mc_take_local_job.py +4 -4
  35. mocap_desktop_gui/mc/mc_take_local_job_service.py +4 -4
  36. mocap_desktop_gui/mc/mc_take_run_common.py +4 -4
  37. mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
  38. mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
  39. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +4 -4
  40. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +4 -4
  41. mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
  42. mocap_desktop_gui/mc/mc_take_settings.py +4 -4
  43. mocap_desktop_gui/mc/mc_take_video_model.py +4 -4
  44. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
  45. mocap_desktop_gui/mc/mc_video.py +4 -4
  46. mocap_desktop_gui/mc/mc_video_manager.py +4 -4
  47. mocap_desktop_gui/mc/mc_video_uploader.py +4 -4
  48. mocap_desktop_gui/mc/mc_videos_uploader.py +4 -4
  49. mocap_desktop_gui/mc/mc_worker.py +4 -4
  50. mocap_desktop_gui/mc/qml_engine.py +4 -4
  51. mocap_desktop_gui/mc/util.py +4 -4
  52. mocap_desktop_gui/sample.py +4 -4
  53. {mocap_desktop_gui-0.20.2.dist-info → mocap_desktop_gui-0.20.5.dist-info}/METADATA +1 -2
  54. mocap_desktop_gui-0.20.5.dist-info/RECORD +67 -0
  55. mocap_desktop_gui/axengine_1734554854_2554718151.py +0 -246
  56. mocap_desktop_gui-0.20.2.dist-info/RECORD +0 -67
  57. {mocap_desktop_gui-0.20.2.dist-info → mocap_desktop_gui-0.20.5.dist-info}/WHEEL +0 -0
  58. {mocap_desktop_gui-0.20.2.dist-info → mocap_desktop_gui-0.20.5.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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(592, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(429, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(440, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(37, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(361, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(313, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(64, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(351, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(142, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(201, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(619, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(76, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(23, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(427, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(319, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(525, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(255, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(347, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(199, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(541, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(54, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(329, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(513, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(16, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(572, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(452, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(612, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(502, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(413, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(311, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(289, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(607, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(473, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(189, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(455, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(528, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(57, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(67, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(387, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(277, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(575, 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_1734554854_2554718151.py')):
5
+ 'axengine_1736156045_187673042.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_1734554854_2554718151 as _axengine
12
+ import axengine_1736156045_187673042 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_1734554854_2554718151 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(7, globals())
17
+ from axengine_1736156045_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(2, globals())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mocap-desktop-gui
3
- Version: 0.20.2
3
+ Version: 0.20.5
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10.0,<3.11.dev0
@@ -8,7 +8,6 @@ Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Programming Language :: Python :: 3.10
9
9
  Requires-Dist: PySide6 (>=6.7.2)
10
10
  Requires-Dist: auth0-python (>=4.7.2,<5.0.0)
11
- Requires-Dist: bpy (>=4.0.0)
12
11
  Requires-Dist: move-ugc-python (>=1.4.1,<2.0.0)
13
12
  Requires-Dist: numba (>=0.60.0,<0.61.0)
14
13
  Requires-Dist: opencv-python (>=4.10.0.84,<5.0.0.0)
@@ -0,0 +1,67 @@
1
+ mocap_desktop_gui/__init__.py,sha256=MbN2iE6JVgxf-8_7kly8v3hDpgxDNPQpRIT8rBTXZYQ,721
2
+ mocap_desktop_gui/axengine_1736156045_187673042.py,sha256=Tp5ae1lrOZNjrfUStYZnFD01qpmzElh92AcIqYUFLsg,485563
3
+ mocap_desktop_gui/gen/__init__.py,sha256=Lcza-oprbv-xw-DGCTeMw0FWkeHPT9vAn_BSRe3OmlE,723
4
+ mocap_desktop_gui/gen/rc_icons.py,sha256=4l4aAtln0h09TLtxmZsGrY9MxR3-ceiuJJ-Tl3en6GY,723
5
+ mocap_desktop_gui/gen/rc_qml.py,sha256=oU9U5yUEjoAT5kMbA5HUzL_VK9p8Do7ksYL4dW6fQqE,723
6
+ mocap_desktop_gui/gen/rc_style.py,sha256=b97aZrW1b6EI3pwuujoCPcQp9FuEY7njCJIGDTl37pE,723
7
+ mocap_desktop_gui/main.py,sha256=yFZlbd8syA3XhJfUMx3YC9qg1_t56kH3uHrJ-FWy5V8,723
8
+ mocap_desktop_gui/mc/__init__.py,sha256=dWR716C5OjO2z_-ez1HXaqM4LEl_3AdWlGjwtoWI02U,723
9
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=P8GnvAfDMzAIJseQ55StaiIVz_1SpKHay4_rLQ8YKG8,723
10
+ mocap_desktop_gui/mc/bld_utils.py,sha256=Z4V_Tfel5xs-Q5RdTrCGXUqg4Ke8KI22t3qba623hTQ,723
11
+ mocap_desktop_gui/mc/camera_models.py,sha256=acWeCwOosYwYmC6AFMEE33MrgiaZnTEwqOrx4eel4uM,723
12
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=xXx3bX8Z9-Bv7khoQom0o6yRNTo2Y4BLjd1sRPMsDOE,723
13
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=qbs0_WVpwxPb-d2MkWvK0MOSvbMIztGy85qALbrWFRE,723
14
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=O2AYfjpEyzfeuq4BA8AXwefohfTHveLQmTCXLDoe9m8,723
15
+ mocap_desktop_gui/mc/mc_calib.py,sha256=8D79cs64g7eImUH2q_cpSsA5Mds3VyWK4VEZSW86w9Q,723
16
+ mocap_desktop_gui/mc/mc_camera_views_model.py,sha256=uosqRDH1vpiBnN7TNj51jr20FaC29YkGsatxA9IVTKg,723
17
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=qkRXcSOU2xpdgVcViVCx7aE5kjvY2JObPgHGrnBSG3M,723
18
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=Bb6JL8Fhe8cDye6H3F_jf3VATitMWmytQHQ_pJ1jsx0,723
19
+ mocap_desktop_gui/mc/mc_context.py,sha256=R0pJX0QMRV1yjkg53EtZrO_VLdVvVEkYzn8d6-T3qyY,723
20
+ mocap_desktop_gui/mc/mc_diagnosis.py,sha256=IwjDZ_UHil_WUGm6rOK645KdVKW6tv3Dk8Jfc2eVG1E,723
21
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=FypMWcZQK_Ro87B2-dP0IJ6GlXho4DOouwPLrFEzi-s,722
22
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=Qdw9FkCll7aAOyS0_Pbm85ZvXPoLp9zH7kRyCvjNDTw,723
23
+ mocap_desktop_gui/mc/mc_project.py,sha256=SjACGMWv8Tah5myWfKgspM0j36uKnaJI0ognZYAt1Rw,723
24
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=EHgfvWDuoHjG2Ja4HXrJuqmutozRLtvmrIZgtxpw2Uo,723
25
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=bwYo2pNDopaFiiAgyTKsDxkRDnP3Nm7X95pmj5DtI6s,723
26
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=JnEPUyXxV-E3JgHZRGhlPgJB8fUijmUmVsXioFAkCWs,723
27
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=ezTotDMfvpjUQIXloQdCVbEU_YUmMtc_Qg4DWX9LdtM,723
28
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=KlfxtHkEeMSpeKk8PUHHjArDCygMJcIMjL-3nrG3t_w,723
29
+ mocap_desktop_gui/mc/mc_take.py,sha256=PIwiPXgKeyVqoWsS7nhqOYfyVy68pd72-iNpgMHhlV8,723
30
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=KUT9WpWWLJJPOLSQvYi6Ex2k7-NXVn_uVQlPoKnQfTE,723
31
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=s6hKY3RDLkrGuYoHtwhnYE5tgZmNkUPIoOuVYmB0CXs,723
32
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=2PyT35jelk17y_LQHTJa3cBTpVqSYRQOdRo8Jx47hco,722
33
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=K4p2WlvBm0HE8-huyqnBi8U2xK_pzNzmpHBvBLV8CLU,723
34
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=m_-xF1EKtD94IfEK4kfGL4--oiG7K2ZlEogpI0qLUQM,722
35
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=RR7YOUB4uffOJq5VEg85GcHKnY5GTGFO7BsiVdmdiLM,723
36
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=dS5c9GD9i6P3liVgs7nw7NsynUETjVE_b4ks4_QKsnM,723
37
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=mPG4lHWGDHjpeuafp_fhp8_-X2nMQ9JNWlTT0CpeRVw,722
38
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=WYPSKRNSwxP2GJny9PUIx5rFdlNXvXhVuSukh1iTmKs,723
39
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=LBMbf0dGttVfNDJiM1XwrRdrPIGo4daatPM0qQtZ9KU,723
40
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=AeMniqZ4a4foSKMpEENsAYYaJbqCaAcOqhLfzQnWqW4,723
41
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=-oVOvqW0QMv4yCYkxaMzshupkJYc_VFxNHhtiX536HM,722
42
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=w132NCKWoL_0LDaM2uN2RmUOwKSzhN7TPCw643LTUTM,723
43
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=94iGh4CDZ8plL2A5sJHN8SVn7cyc15Lj_yTiOJbL9ts,723
44
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=TxC__EluJbpTvMAEvcnkWkrUs07l9466GhjpkUwbJY0,723
45
+ mocap_desktop_gui/mc/mc_video.py,sha256=wADg6UfTuuFpdbjwOGa_3KdcMVulxb3C2yIRPwtWc-o,723
46
+ mocap_desktop_gui/mc/mc_video_manager.py,sha256=DWn5QBXqprDqRxrGqSyzCIAnv2s4hZ5Vd6WBLFM9ESo,723
47
+ mocap_desktop_gui/mc/mc_video_uploader.py,sha256=mPCQsSvJHPRuOFC-xzI07cf3wF6C71HdTYJH1BovY-s,723
48
+ mocap_desktop_gui/mc/mc_videos_uploader.py,sha256=98WuXf2z_L8JTtzxzmMKSPevUoKjvDfBpNDduFEhKJI,723
49
+ mocap_desktop_gui/mc/mc_worker.py,sha256=Ttr_Xa5qyKJqXHxSFn_Cy7oTwGONP546VIoA4j7nPqw,722
50
+ mocap_desktop_gui/mc/qml_engine.py,sha256=pFZ8IKvCHk0dMxFhDQjpdI3KYIwhc7GoRajJDFAOiTY,723
51
+ mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
52
+ mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
53
+ mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
54
+ mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
55
+ mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
56
+ mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
57
+ mocap_desktop_gui/mc/settings/pipeline_log_settings.yaml,sha256=LRUryWBeAI_1ZlU428F2Wqqd_IUWvB2CFv5X0ilBpQM,1622
58
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=En_FS2fXJ1FxwWiQ0ScSOC1otCkoA_k3_VWhiVj4icY,18133
59
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=vDTZqkq8n6XfocRjJlolEj0W5sKuC5CpZvLc4KEnkFU,6483
60
+ mocap_desktop_gui/mc/settings/trt_gen_lite.ini,sha256=QavcRCmwmXTeOlO05LWVPjcVg2cZBwJ_A-dnOajyTy8,688
61
+ mocap_desktop_gui/mc/util.py,sha256=uJHFYLk5eYtvrzWlnKmYD5dtHce9dvhJ7n1qUITRsX0,723
62
+ mocap_desktop_gui/sample.py,sha256=K6upKIzwk91BENCdfHVaalW2bxWFq3BnyfaynSKXPpg,721
63
+ mocap_desktop_gui/settings.ini,sha256=5zvMETGa_QWHnRN8eplSc-7_owS-7Ww03Gt_Qx1xBQA,8
64
+ mocap_desktop_gui-0.20.5.dist-info/METADATA,sha256=jGSIG0Nki8MgYPR0D6Wjb2DCwN8fqXvZ2-jPUCjkdqM,929
65
+ mocap_desktop_gui-0.20.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
66
+ mocap_desktop_gui-0.20.5.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
67
+ mocap_desktop_gui-0.20.5.dist-info/RECORD,,