mocap-desktop-gui 0.2.2__py3-none-any.whl → 0.4.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1727344873_498228821.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 +3 -3
  6. mocap_desktop_gui/main.py +4 -4
  7. mocap_desktop_gui/mc/__init__.py +4 -4
  8. mocap_desktop_gui/mc/bld_fbx_2_glb.py +4 -4
  9. mocap_desktop_gui/mc/camera_models.py +4 -4
  10. mocap_desktop_gui/mc/mc_app_manager.py +4 -4
  11. mocap_desktop_gui/mc/mc_calib.py +4 -4
  12. mocap_desktop_gui/mc/mc_cam_ui_states.py +4 -4
  13. mocap_desktop_gui/mc/mc_common_paths.py +4 -4
  14. mocap_desktop_gui/mc/mc_context.py +4 -4
  15. mocap_desktop_gui/mc/mc_file_util.py +18 -0
  16. mocap_desktop_gui/mc/mc_import_folder.py +18 -0
  17. mocap_desktop_gui/mc/mc_project.py +4 -4
  18. mocap_desktop_gui/mc/mc_project_manager.py +4 -4
  19. mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
  20. mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
  21. mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
  22. mocap_desktop_gui/mc/mc_take.py +4 -4
  23. mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
  24. mocap_desktop_gui/mc/mc_take_run.py +4 -4
  25. mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
  26. mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
  27. mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
  28. mocap_desktop_gui/mc/mc_take_settings.py +4 -4
  29. mocap_desktop_gui/mc/mc_take_video_model.py +4 -4
  30. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
  31. mocap_desktop_gui/mc/qml_engine.py +4 -4
  32. mocap_desktop_gui/mc/util.py +4 -4
  33. mocap_desktop_gui/operations/__init__.py +4 -4
  34. mocap_desktop_gui/sample.py +4 -4
  35. mocap_desktop_gui/utils/__init__.py +4 -4
  36. {mocap_desktop_gui-0.2.2.dist-info → mocap_desktop_gui-0.4.1.dist-info}/METADATA +1 -1
  37. mocap_desktop_gui-0.4.1.dist-info/RECORD +48 -0
  38. mocap_desktop_gui/axengine_1726085732_187673042.py +0 -246
  39. mocap_desktop_gui-0.2.2.dist-info/RECORD +0 -46
  40. {mocap_desktop_gui-0.2.2.dist-info → mocap_desktop_gui-0.4.1.dist-info}/WHEEL +0 -0
  41. {mocap_desktop_gui-0.2.2.dist-info → mocap_desktop_gui-0.4.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_1726085732_187673042.py')):
5
+ 'axengine_1727344873_498228821.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_1726085732_187673042 as _axengine
12
+ import axengine_1727344873_498228821 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_1726085732_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(175, globals())
17
+ from axengine_1727344873_498228821 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(342, 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_1726085732_187673042.py')):
5
+ 'axengine_1727344873_498228821.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_1726085732_187673042 as _axengine
12
+ import axengine_1727344873_498228821 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_1726085732_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(269, globals())
17
+ from axengine_1727344873_498228821 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(261, 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_1726085732_187673042.py')):
5
+ 'axengine_1727344873_498228821.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_1726085732_187673042 as _axengine
12
+ import axengine_1727344873_498228821 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_1726085732_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(16, globals())
17
+ from axengine_1727344873_498228821 import WupiError, WupiLicenseError, WupiErrorCode
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_1726085732_187673042.py')):
5
+ 'axengine_1727344873_498228821.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_1726085732_187673042 as _axengine
12
+ import axengine_1727344873_498228821 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_1726085732_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(341, globals())
17
+ from axengine_1727344873_498228821 import WupiError, WupiLicenseError, WupiErrorCode
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_1726085732_187673042.py')):
5
+ 'axengine_1727344873_498228821.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_1726085732_187673042 as _axengine
12
+ import axengine_1727344873_498228821 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_1726085732_187673042 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(0, globals())
17
+ from axengine_1727344873_498228821 import WupiError, WupiLicenseError, WupiErrorCode
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.2.2
3
+ Version: 0.4.1
4
4
  Summary:
5
5
  Author: Move.ai
6
6
  Requires-Python: >=3.10,<3.13
@@ -0,0 +1,48 @@
1
+ mocap_desktop_gui/__init__.py,sha256=959JP5qLDKJY5Vf-MBG5ffdKlksBkuWeR-keFgJ5jnA,723
2
+ mocap_desktop_gui/axengine_1727344873_498228821.py,sha256=QIrWtB7DETXT0fBz-nSk2ruMhTeV_fDCi8QVC-7zqqo,363508
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=K5kfN3degEIosXj5tE8QB-QBSUgMC6ukJDQbXNvzg_4,721
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=eNZMaoK5J6fjyNPyLxFWIYEITvsLXVyFbh4ldnU6_qM,721
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=s_CLBMz44WXwLZPTLnErU8eZReXJ78OKEqVr25aRjn8,721
6
+ mocap_desktop_gui/main.py,sha256=SvvCwRFVGMjStjnZWH-Bjap12kX8eDXpKfkvxSx87HY,723
7
+ mocap_desktop_gui/mc/__init__.py,sha256=wii8Z3LLTNjSUidgQPPATczbQR2gQEBKQODIxfz8Oi8,723
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=MACFl7MGEQTxaxT9tZF6e4sGSPFpsQ59HQ3zxu6ZFeE,723
9
+ mocap_desktop_gui/mc/camera_models.py,sha256=pNd9bUmPxhWg9LH_FQsCmkYtBBC5J4lm6nVcUSkw00A,722
10
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=4lyKmaX-Vg3t9foX2YmcftEg0fYxh84koNH9oZ5RIcw,722
11
+ mocap_desktop_gui/mc/mc_calib.py,sha256=HtWZ5HyxpED8vrTPGPhJTfmGjbwiAvIIO06c_iTAAx0,723
12
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=HopB4xZExCQZGK7yGu9YeqPvfZ_pOKYdvw32qvRYlL4,723
13
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=bbXoS8cnhUGGyntf0n45QKN0UA_hsXsrqIZ6bJXTVS8,722
14
+ mocap_desktop_gui/mc/mc_context.py,sha256=JVqqbN1qwu-OTOYBGVvrIAGt2UFtkJUTVLZ-p58CzTQ,723
15
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=y8EvrhDHel18mJBZZsB10ai1WPgZ0ZRbEtaDqfvDEik,723
16
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=_tSIGTp-GgyrxMAKy7BTgk_8-iSZDjSNiVLiAyttGKc,723
17
+ mocap_desktop_gui/mc/mc_project.py,sha256=aoLeGKxIUkIg_wnlanL69DrC6DlDXrxnExN098BhAck,723
18
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=A7vsbp5DLOPKEMYuBcLeiKBjLXkyT0wsZNQh5wHrpv8,723
19
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=rEb91-QLOPMqSUHgEnfFVwV1MRLZuJ8O8ap9NkipWr4,723
20
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=_DRyR9fa_NLKC5ude1Z9Z1seERKtKiv31xxIpTnPorQ,722
21
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=t14K2V-rPOUMT-RhoWty7UMbNqJKGrnqKTpLr-DH324,723
22
+ mocap_desktop_gui/mc/mc_take.py,sha256=i58QcRIZaAp0BfO7x1ptb_vf6NdS6eJygMfPzqyWXuc,723
23
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=4ACFbDawiy2imMCQSjVv0WXJDe73bzWueNq-viq9AjM,722
24
+ mocap_desktop_gui/mc/mc_take_run.py,sha256=oqXKklWY8O2GB20WCFADlduWl0F6R9ru3wbfNXbP6u8,723
25
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=oEIgbdTfKeYyzPmUaqQiVbBqNhfFGbzRys7bxzxJV8c,723
26
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=25wWcalB9OhTxxKkwBPTU_lFIvNaCAi4ZY_UPIsz8Ig,722
27
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=urMlTDp9GmM19DOOUIn41ildhnFGXojtXw08J5VmT7U,723
28
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=i8Ws1MvEnNBomFOVqIx11oVwxBk80zGdfUD7zq79tIU,723
29
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=r0CeP1geaPaK3izDfCT9kHKrElzd-yK1haROTh4kXmc,722
30
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=djwCdJYo3kPTipf8ilSGO306bHodUKcVFy5dp0wtmTY,723
31
+ mocap_desktop_gui/mc/qml_engine.py,sha256=DLIBIVcTIBlo5yH6Uwo9f_OpaO9OH9FYNcdk0a3bBSM,723
32
+ mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
33
+ mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
34
+ mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
35
+ mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
36
+ mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
37
+ mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
38
+ mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=3Yq7q5Vl4fagyFNma7CBITGgOqA8FMRSFjJiTCBeC_Y,18133
39
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
40
+ mocap_desktop_gui/mc/util.py,sha256=BAQA42H3vNqZf_S0WYXS2HjnKREstqgwq6774C5OJhg,723
41
+ mocap_desktop_gui/operations/__init__.py,sha256=tpsxT-c6IcjZazXvmlpkCtBsUdmGw9JjcQZVao1veWA,722
42
+ mocap_desktop_gui/sample.py,sha256=yGQTXyju2X_libPJEV8422qP5_5Oir-9cfY6O6fCkk4,722
43
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
44
+ mocap_desktop_gui/utils/__init__.py,sha256=HQ31E5fRYolCvqqpMqvi_QmD97WVnGdJe-MSq36_QVA,722
45
+ mocap_desktop_gui-0.4.1.dist-info/METADATA,sha256=_Czb1PzLMdGVLISEr_dd-YrWMvGr6l8ndQ9CAidNBps,974
46
+ mocap_desktop_gui-0.4.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
47
+ mocap_desktop_gui-0.4.1.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
48
+ mocap_desktop_gui-0.4.1.dist-info/RECORD,,