mocap-desktop-gui 0.12.1__py3-none-any.whl → 0.12.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- mocap_desktop_gui/__init__.py +4 -4
- mocap_desktop_gui/axengine_1730306975_3578574143.py +246 -0
- mocap_desktop_gui/gen/rc_icons.py +4 -4
- mocap_desktop_gui/gen/rc_qml.py +4 -4
- mocap_desktop_gui/gen/rc_style.py +4 -4
- mocap_desktop_gui/main.py +3 -3
- mocap_desktop_gui/mc/__init__.py +4 -4
- mocap_desktop_gui/mc/bld_fbx_2_glb.py +4 -4
- mocap_desktop_gui/mc/bld_utils.py +4 -4
- mocap_desktop_gui/mc/camera_models.py +4 -4
- mocap_desktop_gui/mc/mc_app_manager.py +4 -4
- mocap_desktop_gui/mc/mc_auth_core.py +4 -4
- mocap_desktop_gui/mc/mc_auth_service.py +4 -4
- mocap_desktop_gui/mc/mc_calib.py +4 -4
- mocap_desktop_gui/mc/mc_cam_ui_states.py +4 -4
- mocap_desktop_gui/mc/mc_cloud_service.py +4 -4
- mocap_desktop_gui/mc/mc_common_paths.py +4 -4
- mocap_desktop_gui/mc/mc_context.py +4 -4
- mocap_desktop_gui/mc/mc_file_util.py +4 -4
- mocap_desktop_gui/mc/mc_import_folder.py +4 -4
- mocap_desktop_gui/mc/mc_project.py +4 -4
- mocap_desktop_gui/mc/mc_project_manager.py +3 -3
- mocap_desktop_gui/mc/mc_scene_3d_service.py +4 -4
- mocap_desktop_gui/mc/mc_sync_media_player.py +4 -4
- mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +4 -4
- mocap_desktop_gui/mc/mc_sync_video_paint_item.py +4 -4
- mocap_desktop_gui/mc/mc_take.py +4 -4
- mocap_desktop_gui/mc/mc_take_cloud_job.py +4 -4
- mocap_desktop_gui/mc/mc_take_cloud_job_action.py +4 -4
- mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +4 -4
- mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
- mocap_desktop_gui/mc/mc_take_local_job.py +3 -3
- mocap_desktop_gui/mc/mc_take_local_job_service.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_common.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_data_prep.py +3 -3
- mocap_desktop_gui/mc/mc_take_run_settings.py +4 -4
- mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +4 -4
- mocap_desktop_gui/mc/mc_take_runs_local_manager.py +4 -4
- mocap_desktop_gui/mc/mc_take_runs_manager.py +4 -4
- mocap_desktop_gui/mc/mc_take_settings.py +4 -4
- mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
- mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
- mocap_desktop_gui/mc/mc_worker.py +4 -4
- mocap_desktop_gui/mc/qml_engine.py +3 -3
- mocap_desktop_gui/mc/settings/settings_action.yaml +1 -1
- mocap_desktop_gui/mc/util.py +4 -4
- mocap_desktop_gui/sample.py +3 -3
- {mocap_desktop_gui-0.12.1.dist-info → mocap_desktop_gui-0.12.3.dist-info}/METADATA +1 -1
- mocap_desktop_gui-0.12.3.dist-info/RECORD +59 -0
- mocap_desktop_gui/axengine_1730238271_3578574143.py +0 -246
- mocap_desktop_gui-0.12.1.dist-info/RECORD +0 -59
- {mocap_desktop_gui-0.12.1.dist-info → mocap_desktop_gui-0.12.3.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.12.1.dist-info → mocap_desktop_gui-0.12.3.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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(299, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(59, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(289, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(181, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(70, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(430, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(286, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(446, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(269, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(393, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(433, 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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(62, globals())
|
@@ -395,7 +395,7 @@ ops_cfg:
|
|
395
395
|
augment: false # flipping augmentation.
|
396
396
|
yolov5_class_ids: [ 32 ]
|
397
397
|
yolov5_class_names: [ 'ball' ]
|
398
|
-
visualize:
|
398
|
+
visualize: false
|
399
399
|
inputs:
|
400
400
|
video_dir: '~/MOX_projects/videos_processed'
|
401
401
|
model_path: '/usr/local/moveai/models/yolo/yolov5x_updated.pt'
|
mocap_desktop_gui/mc/util.py
CHANGED
@@ -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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
18
|
-
_axengine._axe_run(
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(251, globals())
|
mocap_desktop_gui/sample.py
CHANGED
@@ -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
|
-
'
|
5
|
+
'axengine_1730306975_3578574143.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
|
12
|
+
import axengine_1730306975_3578574143 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
|
17
|
+
from axengine_1730306975_3578574143 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(6, globals())
|
@@ -0,0 +1,59 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=XN9heIrowqS9XtTas8s0wx7alN0xMUvP-F_JNgRv_ws,726
|
2
|
+
mocap_desktop_gui/axengine_1730306975_3578574143.py,sha256=W_1rWFkIWpmmKHoCMond0Fue8dD1ineGFiMdwx1Q0cI,427933
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=M22f9hsEHDO2htsIyQ5LnGENIW9m1RbXOJgQfr4WLe8,726
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=M-i3J2s52ucW3yJXgaBStSSBTiRCCwqSjpIctLiNNx4,726
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=_08tNSaiAwkKNAi-HsA_yvw7kqveHcuy7cqLz2hwft4,726
|
6
|
+
mocap_desktop_gui/main.py,sha256=9khEmlZLuyICMPiyqG0erHmCXE1ZVhk-FX6HpfjDqwE,724
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=piFNeF1cTTOM_BS-ePTsgbY32dGoaz-A1U7Ih-cpUaQ,726
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=0eJfCfX4docnhde6tJApRlWm9BSG7pbj4dgiN0JWhPM,726
|
9
|
+
mocap_desktop_gui/mc/bld_utils.py,sha256=cYu652mwx_JoabP8yGP_YfLYUEo51Wwg34qkZrIzkjI,726
|
10
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=bFsU4II8S7nHDzlbuiWJClGNTE0z3goAcdSlQHj1YBs,726
|
11
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=d4H92_YHK854Yq7fPR4KdBC7amgj_DqTa1ca9KV6xPU,726
|
12
|
+
mocap_desktop_gui/mc/mc_auth_core.py,sha256=FCvZCV8MOqD7KzI-DGD7xs1ma68AxUg1LSsGHVDNwd8,726
|
13
|
+
mocap_desktop_gui/mc/mc_auth_service.py,sha256=0esJEV_pLfPmZqbjCliKRFt69L372MfqpPFUtmWGtjY,726
|
14
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=5UEqY3CIWXoFDYD3OdRnj6zJ68OK9M0EgUcrjEWQ5_U,726
|
15
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=5cR0-zOT-eZpRxB7-X8CLtfu0FXpvMVTNAfrc1prqbg,726
|
16
|
+
mocap_desktop_gui/mc/mc_cloud_service.py,sha256=ble1BH4v9Xfs30ONVdcmB1qoftQqLHjGZMIyJgSe87o,726
|
17
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=Q1mWY3bDIIOQkUN4fSjeFwR3J-XI5PdMr-2MBwESMQ4,726
|
18
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=RGoq3hTmGPQrkfYca2VbWWSUzggp0Lgz56YHAMavJIo,726
|
19
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=Y38ssERPXftrl609-5MeJdEQc4z78HwZBZxgEwPs480,726
|
20
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=J6iExJuAOeEmgeBNw3tTZbZAjdX72_LEzGP-7Va3ZM4,726
|
21
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=UoP-uWSvrGvduBqnFuftcMYyc06O0wOVrW99LqvUHjo,726
|
22
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=2A046C6Ly5ix5e4eo_7IW9cYfAUzKasqknrx7CaDc1w,725
|
23
|
+
mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=4E4J9Ix-5nldr1BHotwaTOZskGr3IwGlMlu8c8AQhTA,726
|
24
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=DLr4LXrdv586TEttFN-4k10VvXZeltpatrXkqGlCKn8,726
|
25
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=9A9T0FUbMeNcWauMc5dmt454MFFgoFFCwBHjMEsyryo,726
|
26
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=-dgVbxg3nqMPPwPyQzYZ0CkpuE-1m_Nd7iuvSmJ9xQ8,726
|
27
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=9lnmHJOTbBc4xvpxKbmxh2fXSRH7YAn8DD3XPQd4rv0,726
|
28
|
+
mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=30gGUoMz0THGvXxcMS3_N3EkcAaAevCy3Kq2hU7_4Xo,726
|
29
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=8zrwosBgcVjxgIviEZhN6rQO6ZCuNLX5XHIlp1YDXsI,726
|
30
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=P33pnHWV-L52BLp-iGgsE-EugQVeaCPWpoEaZHPm-ic,726
|
31
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=JeNo2j-QHUfftXsUELXzjttQw57UJLt8NkfjgxKwW50,726
|
32
|
+
mocap_desktop_gui/mc/mc_take_local_job.py,sha256=lNtdHwUEKmpauAHRv4b0B3VyXokQcHYKVwq-1RszN8g,725
|
33
|
+
mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=KiKxP2oql5KzpDk14A_e-hLRyHwTvsrI0NHh2XfQD6s,726
|
34
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=mz-Geo-1lJ0U3-OQxDU1zY6JMjjjzC20JMFRq9rb1SE,726
|
35
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=HbxchExB8xatWnh980GXd5beqJtAP4AZFOYiZIRwzno,725
|
36
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=EgE538YdjlGzu8KZ3coZqkVP6vKOe-2OJGV2Nhfw22Q,726
|
37
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=3ADEVPmLHl_rU4TIdHW1-DUvDMNdDAORfx4Jp9e7JKM,726
|
38
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=lNrv0JQ0E08HOl9SDIMhZ6tT_XrvVrw2Eifmy8VMGj8,726
|
39
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=3mw0Yh1bnvLsD3IX4SP1jlmAVi5hDW4vOQfNFBNmdxs,726
|
40
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=TWVr9dB6azDXHUAkn8FEIiROZZsg99XcQdubm-b3PMo,726
|
41
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=_nc2Qkcy-X1WscQKfXUfn7ndLEmskT_N8X8928_XZKs,725
|
42
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=LPcZ5FcBCufALdXpXnucVQ7M_ilnSx7YwGKykLNpECM,726
|
43
|
+
mocap_desktop_gui/mc/mc_worker.py,sha256=iejERnbrW-0GmBwc0QIMeMswJP-k3p320FbC24X6TmM,726
|
44
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=cFywO8q1d0mE8F_GGtRGUwSHjHQ-_9cLZJlmx8mIIh4,725
|
45
|
+
mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
|
46
|
+
mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
|
47
|
+
mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
|
48
|
+
mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
|
49
|
+
mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
|
50
|
+
mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
|
51
|
+
mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=ANmSnAa-TNFEcQ03Ui8Prh9DcaVIKUx4ECGmNM93QRc,18134
|
52
|
+
mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=vDTZqkq8n6XfocRjJlolEj0W5sKuC5CpZvLc4KEnkFU,6483
|
53
|
+
mocap_desktop_gui/mc/util.py,sha256=xmL7ZfrctZ6r7lEpXAlrLS3elqQlO5bAntlp97U2YU4,726
|
54
|
+
mocap_desktop_gui/sample.py,sha256=0NB8x_ZnA3Q2YZJh3hHg5wTPr4qZocWtXX4mzqAy2zQ,724
|
55
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
56
|
+
mocap_desktop_gui-0.12.3.dist-info/METADATA,sha256=uABb6XE5GsUy-cYqwWoUBeiglhGhpJsuC68sN5DA4sk,1069
|
57
|
+
mocap_desktop_gui-0.12.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
58
|
+
mocap_desktop_gui-0.12.3.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
59
|
+
mocap_desktop_gui-0.12.3.dist-info/RECORD,,
|