mocap-desktop-gui 0.7.0__py3-none-any.whl → 0.7.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. mocap_desktop_gui/__init__.py +3 -3
  2. mocap_desktop_gui/axengine_1728050058_1342889236.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/camera_models.py +3 -3
  10. mocap_desktop_gui/mc/mc_app_manager.py +3 -3
  11. mocap_desktop_gui/mc/mc_calib.py +3 -3
  12. mocap_desktop_gui/mc/mc_cam_ui_states.py +3 -3
  13. mocap_desktop_gui/mc/mc_common_paths.py +3 -3
  14. mocap_desktop_gui/mc/mc_context.py +3 -3
  15. mocap_desktop_gui/mc/mc_file_util.py +3 -3
  16. mocap_desktop_gui/mc/mc_import_folder.py +3 -3
  17. mocap_desktop_gui/mc/mc_project.py +3 -3
  18. mocap_desktop_gui/mc/mc_project_manager.py +3 -3
  19. mocap_desktop_gui/mc/mc_sync_media_player.py +3 -3
  20. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +3 -3
  21. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +3 -3
  22. mocap_desktop_gui/mc/mc_take.py +3 -3
  23. mocap_desktop_gui/mc/mc_take_list_model.py +3 -3
  24. mocap_desktop_gui/mc/mc_take_run.py +3 -3
  25. mocap_desktop_gui/mc/mc_take_run_common.py +3 -3
  26. mocap_desktop_gui/mc/mc_take_run_data_prep.py +3 -3
  27. mocap_desktop_gui/mc/mc_take_run_settings.py +3 -3
  28. mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +3 -3
  29. mocap_desktop_gui/mc/mc_take_runs_local_manager.py +3 -3
  30. mocap_desktop_gui/mc/mc_take_runs_manager.py +3 -3
  31. mocap_desktop_gui/mc/mc_take_settings.py +3 -3
  32. mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
  33. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +3 -3
  34. mocap_desktop_gui/mc/qml_engine.py +3 -3
  35. mocap_desktop_gui/mc/util.py +3 -3
  36. mocap_desktop_gui/operations/__init__.py +3 -3
  37. mocap_desktop_gui/sample.py +3 -3
  38. mocap_desktop_gui/utils/__init__.py +3 -3
  39. {mocap_desktop_gui-0.7.0.dist-info → mocap_desktop_gui-0.7.1.dist-info}/METADATA +1 -1
  40. mocap_desktop_gui-0.7.1.dist-info/RECORD +51 -0
  41. mocap_desktop_gui/axengine_1727983058_1342889236.py +0 -246
  42. mocap_desktop_gui-0.7.0.dist-info/RECORD +0 -51
  43. {mocap_desktop_gui-0.7.0.dist-info → mocap_desktop_gui-0.7.1.dist-info}/WHEEL +0 -0
  44. {mocap_desktop_gui-0.7.0.dist-info → mocap_desktop_gui-0.7.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_1727983058_1342889236.py')):
5
+ 'axengine_1728050058_1342889236.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_1727983058_1342889236 as _axengine
12
+ import axengine_1728050058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(26, 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_1727983058_1342889236.py')):
5
+ 'axengine_1728050058_1342889236.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_1727983058_1342889236 as _axengine
12
+ import axengine_1728050058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(368, 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_1727983058_1342889236.py')):
5
+ 'axengine_1728050058_1342889236.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_1727983058_1342889236 as _axengine
12
+ import axengine_1728050058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(394, 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_1727983058_1342889236.py')):
5
+ 'axengine_1728050058_1342889236.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_1727983058_1342889236 as _axengine
12
+ import axengine_1728050058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(292, globals())
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1727983058_1342889236.py')):
5
+ 'axengine_1728050058_1342889236.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_1727983058_1342889236 as _axengine
12
+ import axengine_1728050058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(12, 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_1727983058_1342889236.py')):
5
+ 'axengine_1728050058_1342889236.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_1727983058_1342889236 as _axengine
12
+ import axengine_1728050058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(10, 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_1727983058_1342889236.py')):
5
+ 'axengine_1728050058_1342889236.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_1727983058_1342889236 as _axengine
12
+ import axengine_1728050058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
18
  _axengine._axe_run(11, globals())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mocap-desktop-gui
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10,<3.13
@@ -0,0 +1,51 @@
1
+ mocap_desktop_gui/__init__.py,sha256=BkthX2TuOmXwXgzvjVKQFhBDozM51H2M7mNilAYfNXw,726
2
+ mocap_desktop_gui/axengine_1728050058_1342889236.py,sha256=IbiZkUUIGBojT1fUnzBlv4G0Ffm7YeC25CkgXGon8-o,379373
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=J4QCDI0C_4IilJTSlxcuY2-tEQsCIduHRgtQy-hVBIM,724
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=Bk4o-fLq9ZtGz3n_1uCJSL2vYRLwEKlbCzB2TtKgrjU,724
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=Em9_4KMYtA6SjCNo9Iu_V0QasadyFlT2nQ_7HYxRnOY,724
6
+ mocap_desktop_gui/main.py,sha256=ConzYAqzE076EfqhBwSjjp2VYeLtFNud6k3txCh93vo,726
7
+ mocap_desktop_gui/mc/__init__.py,sha256=bioxvgcK5vLL7ySsCao5ynK55m6or7dS1lbyWHz4stw,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=MIEf-xV1kPYeMdX5ooaI7NhNA1KlFwad934d2JwPuZ4,726
9
+ mocap_desktop_gui/mc/camera_models.py,sha256=cUgM3QL2puLJpbLRdRSYUcryfwl3o8kNEA3zqmXr1fA,725
10
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=aatRNW9giREjgKlGz_n1tw9elTxT0zsaCKxtWqxi1Qk,725
11
+ mocap_desktop_gui/mc/mc_calib.py,sha256=zqkMEJC5-Y_w6rLqqLdIEeOZfbG3SXbA2hrPSZFyr5M,726
12
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=ksFJJIKDXuPtNasSaXMYPZh07cNzlXrmfamM0GOY3N4,726
13
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=Tza-1A2qI-Q3ZI2JQw9sCQVnHpVtDieaDowJXFb4zPw,725
14
+ mocap_desktop_gui/mc/mc_context.py,sha256=2qhw5YDKbDymu24EQ-ohEYJZ_DnJmtB4ildb9EOmT9U,726
15
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=qRafe3AYBB98GrzORBGsRVZzII3Hci7P8iV8kIGNyNw,726
16
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=pIye53PATz9thJmS5pOTrdj2fJ-Sq7-xAIpFlHw14x4,726
17
+ mocap_desktop_gui/mc/mc_project.py,sha256=Nm0ZD2g-aMpNYBL7RlHPDZZb5PKzCn3YQSHDAa5z63Q,726
18
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=A6Nc--Ji4n2MlgbMcD7cRvOKnh-mzoyNGL49paSVcIg,726
19
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=sUtThpy-G-CTLQoHjUgfnRtzFTG3F192jyWfnuZOPYA,726
20
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=xibNRBeabQ7o6SJhzby21nFTKAYqtgDTm7yNnmh042I,725
21
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=8PlowGd-U2zaC1cIEXpKXEw-zuDH1TG0VJF_cdYk1tk,726
22
+ mocap_desktop_gui/mc/mc_take.py,sha256=OU63kj3OqngLabVAIcX3tpgJBoM79IVuj-heB1B7wdw,726
23
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=cqVrZRA1pfIfd4T0isEj2-TWHThKyzq0XWrBMoqF6Wg,725
24
+ mocap_desktop_gui/mc/mc_take_run.py,sha256=WVr8ye2wb1OKU7UTXL_ZK7VT-ycRch_iMWyjsNhqVEA,726
25
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=8FvqmD_LvEzaJx8W2PDigc1OkvD04qQGCX7OCu_Keyc,725
26
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=mxHe8LKPtWd1nRaiZmLNofQxda8yYIXy7z02d8y-JcU,726
27
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=XSpg82xVCcV0k0KL93sT3GVOCCbJWx8iqFFHb4CX8TM,725
28
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=fAKJ-rJAy2o9okhZGUqUFaosThLLyOUzm7JvYhTARCU,725
29
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=2mNcPS2wFDLFUChaB0r7enT20-PGLhPNYscSJ0tkHFU,726
30
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=WxLMl5Zs4g7gx8yyxrQV6if48J6-l_OlJmOsmQBFC1w,726
31
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=idr9HDwhv4RcFa0BeuQMme9dyB21u9OAs0C0G0TQwLY,726
32
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=vjOEbVFAixcd1MZi-oHHtYcFgco8TX2UYyCEfIe2GIE,725
33
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=hE3cP9mA6nE25E8CN15co4YSc72PMTshcGSR8OHhrh0,726
34
+ mocap_desktop_gui/mc/qml_engine.py,sha256=GT7zP69SbPtBPfYEK8MUPzjkcuoa477n4_hd783CBT4,726
35
+ mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
36
+ mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
37
+ mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
38
+ mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
39
+ mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
40
+ mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
41
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=3Yq7q5Vl4fagyFNma7CBITGgOqA8FMRSFjJiTCBeC_Y,18133
42
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
43
+ mocap_desktop_gui/mc/util.py,sha256=sh_jB9pc9AY9pUSjg-iKZSpTMT65INrzGzDBFsSPqqA,726
44
+ mocap_desktop_gui/operations/__init__.py,sha256=OberZpXvWDeAqGkxYQM5ChmL3u5IRAmrglxoFe5FOaA,725
45
+ mocap_desktop_gui/sample.py,sha256=VZQHhnRIuxWezCsD3xv4x28I3HYOqlmW41Pngk8Aj14,725
46
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
47
+ mocap_desktop_gui/utils/__init__.py,sha256=tAbN4oOySuOBFNyybxMHDZAfI29hP1fXaDbIIikVkVA,725
48
+ mocap_desktop_gui-0.7.1.dist-info/METADATA,sha256=M3kHo4iXgyLw2TDEw5U71Lky0X6eJr1lWQ64kf4mEmY,930
49
+ mocap_desktop_gui-0.7.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
50
+ mocap_desktop_gui-0.7.1.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
51
+ mocap_desktop_gui-0.7.1.dist-info/RECORD,,