mocap-desktop-gui 0.2.2__py3-none-any.whl → 0.4.0__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_1726838626_896239065.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.0.dist-info}/METADATA +1 -1
  37. mocap_desktop_gui-0.4.0.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.0.dist-info}/WHEEL +0 -0
  41. {mocap_desktop_gui-0.2.2.dist-info → mocap_desktop_gui-0.4.0.dist-info}/entry_points.txt +0 -0
@@ -2,17 +2,17 @@ import os as _os
2
2
  import sys as _sys
3
3
  _axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
4
4
  while not _os.path.exists(_os.path.join(_axeSearchPath,
5
- 'axengine_1726085732_187673042.py')):
5
+ 'axengine_1726838626_896239065.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_1726838626_896239065 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_1726838626_896239065 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_1726838626_896239065.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_1726838626_896239065 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_1726838626_896239065 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_1726838626_896239065.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_1726838626_896239065 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_1726838626_896239065 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_1726838626_896239065.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_1726838626_896239065 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_1726838626_896239065 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_1726838626_896239065.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_1726838626_896239065 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_1726838626_896239065 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.0
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=bOm7UphclQLcxGbTYxEQtSzqAkrUXk_nKyDKGyTGaBQ,723
2
+ mocap_desktop_gui/axengine_1726838626_896239065.py,sha256=d6YK-tTVJkx0qZYbopNnpZb94n1B-_TXiPnVLhnxxks,363633
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=0sqs6adKuzQrvin03V6Z0tQhnvLQp4Vm_uRGWRKCByc,721
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=ruxOWU_nqS6Gf-VBM54HGZ5uUtXHiva2yfqqslUpnK8,721
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=Dk594o1HGp158yee383ptijK8CAfOQ8lxOnN81S4o30,721
6
+ mocap_desktop_gui/main.py,sha256=rylJZbcRUfwF5zIIG8dHvuw0o2OTiXQb7zq_E6WE7VU,723
7
+ mocap_desktop_gui/mc/__init__.py,sha256=f6x-BPR7CDw7XZwpb0r0rxeT8yjTdj7x0aYaWmGIkM8,723
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=E39sJUecx1j2vNhZBsqA3n1Hjp4pzmiVb-0o8hhOxA4,723
9
+ mocap_desktop_gui/mc/camera_models.py,sha256=Str9ozBVbqu9zs2H0upMgYrwXPOUKUEZQSPjaFYcSPM,722
10
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=2UKWdGpo3nrb98Ze5yK_h3Es66LNiZv6HPNM98BPvmA,722
11
+ mocap_desktop_gui/mc/mc_calib.py,sha256=xtO2-v5QnLYD9FWpH_oiQUv9CXOnWzov9ex46UTztJ8,723
12
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=njwdbujIBml6VSS446XLN48w1NDU50rNL-EXoZAm_gQ,723
13
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=eU4ztVt5Vc4s_4-MR5qQ7u3nkJAz45H42iyRszWxm2A,722
14
+ mocap_desktop_gui/mc/mc_context.py,sha256=q7Wy1AY9mm2rTiiKXB7H-jfaZIdpN3Q7sn9P215OZ5s,723
15
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=jPvXU3Emaqf3NvtPrT_Xld3gjcD81LWJ5vgfgjVvVHU,723
16
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=7nfHXj7T1zgZau2QAeuNUFUck5af5aCuuv2va6YSwJM,723
17
+ mocap_desktop_gui/mc/mc_project.py,sha256=ELtE3bTjuBvdA4aCClQ8DWCAwIcH3ZEfmVPzrH5RdQs,723
18
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=eLCafspV8UaicNp90IzV08Zl48DGdBAxHfajAFzEO2U,723
19
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=ZrkYIjzFWK3_VdlT8vFXsFviLsrB2bnB_dIJ4AKarlA,723
20
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=dCM6TLPkiMJ4oahaMQcoCuyZCwVVGieYbjfrnvMLTzA,722
21
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=cdW-ywHCdvsPQBf4ifP8iMofpbX5nB7sYGA3U6cTMFI,723
22
+ mocap_desktop_gui/mc/mc_take.py,sha256=EuUtQU0L-CGPVgT2l0q_6Afi_qZFOrEgPHrl7Tsw9A4,723
23
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=iP1RQqIi93FLDkWCnAcstCNpTS6EIUmLPQearc08H5A,722
24
+ mocap_desktop_gui/mc/mc_take_run.py,sha256=hb3hDJdgBJ9ItzEADJGVgzfY36i7vGN96PC6heMka5o,723
25
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=-nLyoa5ICbQHNum-q9qZtrU9MUrJx7mI3yPx1FNoRPo,723
26
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=PZjx44C2BaOHtG9ww8iu_RoBLf9PLI-pQLFFGxUE2wM,722
27
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=1GAfGR6grknHwoXy293Ur7kmqmRxYWr7DUYE-Cpelkg,723
28
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=b3W1PafiloV4OhkH_ey0gUBy7q_9PSs9y-f-35kWFts,723
29
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=GgpI7LX4kLgZ7Hc4RBYPc3fQFqY3ve1GhsosceiaKhM,722
30
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=3b7yL80PnRidJOrFk0Q-JtiChYB02pHrBPJCMp-PeQY,723
31
+ mocap_desktop_gui/mc/qml_engine.py,sha256=7j9u33e4MdiOVIslTZ7gcf--oQH8LacfiEXMWy_9IFI,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=GNgUWDLK6T1EdCMP9YupgKmPvZgkWiUkDI6wKDG6z6w,723
41
+ mocap_desktop_gui/operations/__init__.py,sha256=-BWL9cB6s5iUPx6YUs3jwn3K778KVUDgSpcFObfPwE8,722
42
+ mocap_desktop_gui/sample.py,sha256=lxe8PWel_yvjZfXpCM0DkYq288RcaODIDvHRru0c_Yc,722
43
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
44
+ mocap_desktop_gui/utils/__init__.py,sha256=hODm5YLCBO64Ve85Z3NYHJgTs5_iGRJ9a-WRdv4R4qU,722
45
+ mocap_desktop_gui-0.4.0.dist-info/METADATA,sha256=riG9nU8l_Q1NQ-1Yi1_7_K_MSV0dRhWHj1UIC2mm7Ss,974
46
+ mocap_desktop_gui-0.4.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
47
+ mocap_desktop_gui-0.4.0.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
48
+ mocap_desktop_gui-0.4.0.dist-info/RECORD,,