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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. mocap_desktop_gui/__init__.py +4 -4
  2. mocap_desktop_gui/axengine_1728057188_1556283301.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 +4 -4
  7. mocap_desktop_gui/mc/__init__.py +4 -4
  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 +4 -4
  12. mocap_desktop_gui/mc/mc_cam_ui_states.py +4 -4
  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 +4 -4
  16. mocap_desktop_gui/mc/mc_import_folder.py +3 -3
  17. mocap_desktop_gui/mc/mc_project.py +4 -4
  18. mocap_desktop_gui/mc/mc_project_manager.py +3 -3
  19. mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
  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 +4 -4
  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 +4 -4
  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 +4 -4
  30. mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
  31. mocap_desktop_gui/mc/mc_take_settings.py +4 -4
  32. mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
  33. mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
  34. mocap_desktop_gui/mc/qml_engine.py +4 -4
  35. mocap_desktop_gui/mc/settings/settings_action.yaml +1 -1
  36. mocap_desktop_gui/mc/util.py +4 -4
  37. mocap_desktop_gui/operations/__init__.py +3 -3
  38. mocap_desktop_gui/sample.py +3 -3
  39. mocap_desktop_gui/utils/__init__.py +3 -3
  40. {mocap_desktop_gui-0.7.1.dist-info → mocap_desktop_gui-0.7.2.dist-info}/METADATA +1 -1
  41. mocap_desktop_gui-0.7.2.dist-info/RECORD +51 -0
  42. mocap_desktop_gui/axengine_1728050058_1342889236.py +0 -246
  43. mocap_desktop_gui-0.7.1.dist-info/RECORD +0 -51
  44. {mocap_desktop_gui-0.7.1.dist-info → mocap_desktop_gui-0.7.2.dist-info}/WHEEL +0 -0
  45. {mocap_desktop_gui-0.7.1.dist-info → mocap_desktop_gui-0.7.2.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_1728050058_1342889236.py')):
5
+ 'axengine_1728057188_1556283301.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_1728050058_1342889236 as _axengine
12
+ import axengine_1728057188_1556283301 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_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(405, globals())
17
+ from axengine_1728057188_1556283301 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(406, 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_1728050058_1342889236.py')):
5
+ 'axengine_1728057188_1556283301.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_1728050058_1342889236 as _axengine
12
+ import axengine_1728057188_1556283301 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_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728057188_1556283301 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_1728050058_1342889236.py')):
5
+ 'axengine_1728057188_1556283301.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_1728050058_1342889236 as _axengine
12
+ import axengine_1728057188_1556283301 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_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(368, globals())
17
+ from axengine_1728057188_1556283301 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(369, 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_1728050058_1342889236.py')):
5
+ 'axengine_1728057188_1556283301.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_1728050058_1342889236 as _axengine
12
+ import axengine_1728057188_1556283301 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_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(394, globals())
17
+ from axengine_1728057188_1556283301 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(395, globals())
@@ -144,7 +144,7 @@ ops_cfg:
144
144
 
145
145
  NewTrackRequireHandOverShoulder: false
146
146
 
147
- NewTrackCheckInsideCaptureVolume: false
147
+ NewTrackCheckInsideCaptureVolume: true
148
148
  NewTrackMinCaptureVolumeEdgeDist: 0.0
149
149
  NewTrackMinReprojectionError: 0.15
150
150
  NewTrackMinMultiviewKeypoints: 2
@@ -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_1728050058_1342889236.py')):
5
+ 'axengine_1728057188_1556283301.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_1728050058_1342889236 as _axengine
12
+ import axengine_1728057188_1556283301 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_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
18
- _axengine._axe_run(292, globals())
17
+ from axengine_1728057188_1556283301 import WupiError, WupiLicenseError, WupiErrorCode
18
+ _axengine._axe_run(293, 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_1728050058_1342889236.py')):
5
+ 'axengine_1728057188_1556283301.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_1728050058_1342889236 as _axengine
12
+ import axengine_1728057188_1556283301 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_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728057188_1556283301 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_1728050058_1342889236.py')):
5
+ 'axengine_1728057188_1556283301.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_1728050058_1342889236 as _axengine
12
+ import axengine_1728057188_1556283301 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_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728057188_1556283301 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_1728050058_1342889236.py')):
5
+ 'axengine_1728057188_1556283301.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_1728050058_1342889236 as _axengine
12
+ import axengine_1728057188_1556283301 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_1728050058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
17
+ from axengine_1728057188_1556283301 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.1
3
+ Version: 0.7.2
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=Chs8ri3OEeaArHuIskIy9Mqcsa68nvGExYDoxBVVBwo,726
2
+ mocap_desktop_gui/axengine_1728057188_1556283301.py,sha256=QE7qeIMSZozuMzt7dOKiZSA2Hfr620pJLn7AjI1q3ew,379893
3
+ mocap_desktop_gui/gen/rc_icons.py,sha256=nMLCuXH6-HFQuy6vZlLm-aCQC4-pzoPJSI811IYdGWU,724
4
+ mocap_desktop_gui/gen/rc_qml.py,sha256=Bo6_3krUCV8FWHvfnAXR0I_Q_kxfDc4eJcChAO0jArU,724
5
+ mocap_desktop_gui/gen/rc_style.py,sha256=kFtTeW_uJnyMd3gRJ_jiPuQjFbBuYMrYMxlvSajDXlQ,724
6
+ mocap_desktop_gui/main.py,sha256=WlOsigaqOQnLlYWOb9py8ZdbYmjBXTQVQM_dfO1IKxg,726
7
+ mocap_desktop_gui/mc/__init__.py,sha256=poq0gWRxEyWa0zvDgwqfNreiFUlfNTqlEdvQdvjOEaI,726
8
+ mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=Rs6WcYE598ddia5ZbJPoAbvT36oGPPykn6INIXG0RW0,726
9
+ mocap_desktop_gui/mc/camera_models.py,sha256=DxxBZ6OAq09kGPYWCvLaoAaPJ-nFX2H0MOahvfGYeIQ,725
10
+ mocap_desktop_gui/mc/mc_app_manager.py,sha256=I2_cE3xGb2WYw0Ugzu-CODNNyjH-f4UdAmMQv95NCUs,725
11
+ mocap_desktop_gui/mc/mc_calib.py,sha256=keLApgsUgFw-QCUxpWrSWqgohVwEVeiFVUTUnR-sK88,726
12
+ mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=-De0qXOpaX9HYjx3m9znYReCetHRIdfqB4YByvn6RzY,726
13
+ mocap_desktop_gui/mc/mc_common_paths.py,sha256=kqmtXsjE8S_O8BxgNna5IEErQOaIeOZiaC96Drp8YHo,725
14
+ mocap_desktop_gui/mc/mc_context.py,sha256=B38uKIIp7y8z-UfisGgMip0qvvUxAgoerEQOPfzJyVY,726
15
+ mocap_desktop_gui/mc/mc_file_util.py,sha256=FYkUktSNwwu0hduHpsXzzALNlHbeLjCewJh9XoKE2gM,726
16
+ mocap_desktop_gui/mc/mc_import_folder.py,sha256=GD6Cng8xvyF0RTzU9izancVjA3PtO9XQWKPYj1Gfutw,726
17
+ mocap_desktop_gui/mc/mc_project.py,sha256=F4acqkkwvMquXswtF-1kO7pa9itzhxlZnQLuzEK9z1w,726
18
+ mocap_desktop_gui/mc/mc_project_manager.py,sha256=u9bkz_hvAVMPyvlilg1H-U-C1kFPmlT3d6oh4N0OgJs,726
19
+ mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=tOg9L8uVyoJkhcKQLA8K7-q4xDuauYg-NWtvQJeaB34,726
20
+ mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=drp0WjB2MQ2iGs_D5RnbcO_Q6rMIolJpiTaJB-Il0eg,725
21
+ mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=LWHH7DHcPNpX_Emwbg1noU7h5GIr6X4ND9pcBn7B5c0,726
22
+ mocap_desktop_gui/mc/mc_take.py,sha256=vS9JaJw1sqmMD4XXKs9QqylpAcXED5aM51IJEnhUsYE,726
23
+ mocap_desktop_gui/mc/mc_take_list_model.py,sha256=qQ63AGaYTz8rlcrxCVQ64rubIBj1qq3VrZFOwPMpJ8k,725
24
+ mocap_desktop_gui/mc/mc_take_run.py,sha256=DIhXrsfmiDUOnEByy2RIi3oZb6bzBnWLGJIWwRtnpEs,726
25
+ mocap_desktop_gui/mc/mc_take_run_common.py,sha256=HahLdJxIzxZiesknGXQHfFShueiuzpMLDsopNDQVOv0,725
26
+ mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=LBFrFmSm-ADTzvCq6V5F6Ohi0UfvNB4PB4u5YEqjUgs,726
27
+ mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=YNg9cj8ZPo3dtb2ts5MPHD8FjbDytSAEnEVNCtJ1FAI,725
28
+ mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=aHhctHia8yFZroVEAdLNNRj_1RrQVhbO64uEzpOR8kY,725
29
+ mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=sBg2f68NELb3nwnqXDCmv_sOUpY_ShJAJjemtqnT7kA,726
30
+ mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=ss7Hcx7ZVUusFqVn5Qrs5tZ9jh7CBLurEvx8TIt_4go,726
31
+ mocap_desktop_gui/mc/mc_take_settings.py,sha256=fqot_p-DRh2WaPzipsYwOMZC4qad9r7fNlGnpbPeabc,726
32
+ mocap_desktop_gui/mc/mc_take_video_model.py,sha256=TAQ3iHfjMu22RQMadUAA_n6GPfEz_7ILhusn-DdkxpI,725
33
+ mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=ZP-21sPtP0vanroJeVCrX-Tyvdh3d-9FGoE7mHIfkdU,726
34
+ mocap_desktop_gui/mc/qml_engine.py,sha256=Sfv5ArBRhSImpCbBr9Yciyxt4VlFIxwUPCqY45G62qU,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=sfTbuupKfB3U4fYOEktKyBNRCw3jdZ26QLHnItNaDFs,18132
42
+ mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
43
+ mocap_desktop_gui/mc/util.py,sha256=Z8272ulyiJXUHntgRZuObz-2RH5doVmE3Jkf2PtZ3MA,726
44
+ mocap_desktop_gui/operations/__init__.py,sha256=1zw3VyX0YXOP7e-pRx17aBtKRP_BPPlxcD_myfGQmEQ,725
45
+ mocap_desktop_gui/sample.py,sha256=vMNvKzmqMhOg9igrTIs-t4gtv4uKSmRwINmMz1uOp_E,725
46
+ mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
47
+ mocap_desktop_gui/utils/__init__.py,sha256=WaY7UEzRINgDDpiIr632yL3m5sc1XiJzqboxLT1mrUY,725
48
+ mocap_desktop_gui-0.7.2.dist-info/METADATA,sha256=gIIQzgn--YAM54pXWrt0v0O-JYGyRPgiGmJZe2lR9Rg,930
49
+ mocap_desktop_gui-0.7.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
50
+ mocap_desktop_gui-0.7.2.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
51
+ mocap_desktop_gui-0.7.2.dist-info/RECORD,,