mocap-desktop-gui 0.20.2__py3-none-any.whl → 0.20.4__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_1734713996_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.4.dist-info}/METADATA +1 -2
  54. mocap_desktop_gui-0.20.4.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.4.dist-info}/WHEEL +0 -0
  58. {mocap_desktop_gui-0.20.2.dist-info → mocap_desktop_gui-0.20.4.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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(427, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(36, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(311, 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_1734713996_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_1734713996_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_1734713996_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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(140, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(617, 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_1734713996_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_1734713996_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_1734713996_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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(317, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(253, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(197, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(53, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(511, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(570, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(610, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(411, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(287, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(471, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(453, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(56, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(385, 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_1734713996_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_1734713996_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_1734713996_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(573, 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_1734713996_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_1734713996_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_1734713996_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.4
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=ZDffnkXFdWsOjdRXpHw_0aOvzcHHTB8XBCYNNK2349o,721
2
+ mocap_desktop_gui/axengine_1734713996_187673042.py,sha256=dkKK1sMqM9x1iTWH6WUHc7qQ-KJdaAZpsUf0tGRWGqw,484018
3
+ mocap_desktop_gui/gen/__init__.py,sha256=161ZoUGu-pbn4Of0KZqBEpkQtQv-bLEeiM9iJAViVxU,723
4
+ mocap_desktop_gui/gen/rc_icons.py,sha256=HXgcqW999eR6l61hr_qCODZ9l68ZeP5HuMktWvzlInY,723
5
+ mocap_desktop_gui/gen/rc_qml.py,sha256=gx5sJSeygLJUr5dDbaUtbYsBVcdW4BgBrChJyOzKEKQ,723
6
+ mocap_desktop_gui/gen/rc_style.py,sha256=yTD7mfGlehvzep8XvWCjTyboOiws3R9yxgUkwBAp0TQ,723
7
+ mocap_desktop_gui/main.py,sha256=Bmj9UvL1Ai563Ju58766rUSBtrUhyo3_5kea7rZA_1E,723
8
+ mocap_desktop_gui/mc/__init__.py,sha256=sqxS040F5xthAN6kYKECygKn3Qtig-QusEQJ7u1qFzo,723
9
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=0iIU5ZBVW9uiK36TKxGZplZk7G-2q86PIJ5WEF_Y9Ac,723
10
+ mocap_desktop_gui/mc/bld_utils.py,sha256=VeVhA9PrDjux5VcdVku9z4_isUXtFvsdQqlloYrbEa8,723
11
+ mocap_desktop_gui/mc/camera_models.py,sha256=N_jqvvjnpIsoodgUFRK9YpVnN_IFuUL2G5mPRZrQ4JE,723
12
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=l_Gj7EPesVh9WrkY-TD_O6nRdcu-arkh5t9VgQGLdlM,723
13
+ mocap_desktop_gui/mc/mc_auth_core.py,sha256=fgzS0a64uH56RSIO5Jit9ZDXZhhvpw2DIDWudjXxSe4,723
14
+ mocap_desktop_gui/mc/mc_auth_service.py,sha256=fKJp-P6Z9ND_l2SIJWOA9V2wYpNXYVJe0NhpdJtRWaU,723
15
+ mocap_desktop_gui/mc/mc_calib.py,sha256=gGFIuPJfnzpAZASBM1pCd0VhLmN-Tq3n1vBYtmB1lzY,723
16
+ mocap_desktop_gui/mc/mc_camera_views_model.py,sha256=qaBccRegPqF3TRpdC2b44R4toonLYDqCIWaLS3GfGXo,723
17
+ mocap_desktop_gui/mc/mc_cloud_service.py,sha256=PgWoxPkETJQ7cwp2uRNdPmaaBg_NPnSErGmi8Z3fKMU,723
18
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=bhpmw3LJL_NOmnX-2UCv1TmunWOLqPzm8N8QkdLyYMM,723
19
+ mocap_desktop_gui/mc/mc_context.py,sha256=hp9rsX0H8xGtBa-nxtM0H0aidDEk_0QgPBuWwfP4NYg,723
20
+ mocap_desktop_gui/mc/mc_diagnosis.py,sha256=nKoNvZDprFkPV-x-4kaWg-QTGOqRcPTooo-VGUxP9Kc,723
21
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=t_EtlhClkG7pCq-7PGysVhifv3AHnV097QddyrXBvtU,722
22
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=WIwwxmmq7MoDnw_hssEHt_h8foqLWRYpX8T5NMpS_gc,723
23
+ mocap_desktop_gui/mc/mc_project.py,sha256=rAY64bkGI2kXqFMJIzr7gbJtZP7DE9QP517zyFkiQko,723
24
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=UNfKAIC44wdtcucgcOOQF1COp0Eg5zqtPqrd3d2LCtU,723
25
+ mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=oJE8hzmVfMiOyAb_eRca3S_2Gq0Q6JOTZcoPNQGqgBY,723
26
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=RzhhAJE2ZbVDJ4MhR726Oz6Af6CTcKEJ_D-GneAe58I,723
27
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=vAred6xjVZ-W0vHxvCxQ9C-C2VV1i8lULSHSuaKtW5E,723
28
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=S49QI6Z8IPcdKFyOM2kmQ5BbH9wM1qkKgTcnV3t0MCg,723
29
+ mocap_desktop_gui/mc/mc_take.py,sha256=9zIaipLHvNj4VLssA8eyYm7shZhLLIiDi2oGtPoRrP0,723
30
+ mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=80hnEZ1kK01OP-DHKv7nTRJb3ZU4OBLL83xpnu79dKE,723
31
+ mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=_lYnq7IJvUHW5bbG47Mwm_8gw_drz3mGybG6i_8jEFU,723
32
+ mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=eby-Q-Su82u334WObucxX1lQKvmssCRFZE834-Brxtk,722
33
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=1ojpye9rpAPn6yggfnPONPftYEXdIioSmlk1tawOjgw,723
34
+ mocap_desktop_gui/mc/mc_take_local_job.py,sha256=BhtBnppxepAhc8CzWcia7pvqUzy3VhfjrcSy-I_QCYk,722
35
+ mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=G5wmAeGC-CuBv_5f8Udh06sgKS-onzpIa5hlh8ss5BA,723
36
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=_vp2hKxg4pi2ul7_O5DqtaK_5kiRYh8cdcrXuM6LmiA,723
37
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=nIrzJ7i0fS5SBC9NeJzDb6y7m34hC05niq8VNgYdETs,722
38
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=uAH5SmUkdX_NK530r8OCf7rboeNJfR5o1FqogS7gtY8,723
39
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=_f6MY2I3fNONU7njiM7CnlgL3wqgLXbPK8D06jJp8ZU,723
40
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=O6iUxRYYiN8X1dheKKGhj57IwwKEqjhyjBTKwZ_eY4w,723
41
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=tlaajUr42J-9c7YxgbexcKPrgWUVojL4aqRzeiK7ZsE,722
42
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=sMakCrJint-bG4gc0AuF2QRneoTksJsQ_PjSTD-KabE,723
43
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=DoCvlZE7aqLG3Kno0UIura4sB0G3tFDXxAyNu1cNqKg,723
44
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=Hl58fHx9CQWzFIR7Oh4Hynqy5ofWC77Ay_p9bye6jfE,723
45
+ mocap_desktop_gui/mc/mc_video.py,sha256=ixLWr3awEvtkjLaQbGUJeznJEpzxNl8JcDnnvRQAOQo,723
46
+ mocap_desktop_gui/mc/mc_video_manager.py,sha256=gljtQHCcmcXZTr6iWQv-jRmFnWRNL32PpTTkqLSkLJE,723
47
+ mocap_desktop_gui/mc/mc_video_uploader.py,sha256=SMfGJnFQG-gZCjrA5ltNRkUojmo34iUSj3kgJUwiolA,723
48
+ mocap_desktop_gui/mc/mc_videos_uploader.py,sha256=RRAyveYNXzOWND7Tklvgjai2HnDNWLD7ZOFLUgy6Rno,723
49
+ mocap_desktop_gui/mc/mc_worker.py,sha256=mqwSwPln3ddlj1LqxgDcIZj8pXfFtdmo7C6BAqtlc4w,722
50
+ mocap_desktop_gui/mc/qml_engine.py,sha256=wlfE-AVTPsPLTCibiEoDWf9WqyLQd3v5t48vxKRq5iQ,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=WQhsVxrb6Si35enaXNgGn14-helu7WnS3rmq3jGz-44,723
62
+ mocap_desktop_gui/sample.py,sha256=oNS26_FGSbZKzuZoT55Ph8cEs-i8hw6Juib_OycI5pg,721
63
+ mocap_desktop_gui/settings.ini,sha256=5zvMETGa_QWHnRN8eplSc-7_owS-7Ww03Gt_Qx1xBQA,8
64
+ mocap_desktop_gui-0.20.4.dist-info/METADATA,sha256=p_TFGAy4ZClFZS3UKIFloIc_bJzt2bkrGZOhANsrOaI,929
65
+ mocap_desktop_gui-0.20.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
66
+ mocap_desktop_gui-0.20.4.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
67
+ mocap_desktop_gui-0.20.4.dist-info/RECORD,,