mocap-desktop-gui 0.7.3__py3-none-any.whl → 0.8.1__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_1729540741_533108441.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/camera_models.py +4 -4
- mocap_desktop_gui/mc/mc_app_manager.py +4 -4
- mocap_desktop_gui/mc/{mc_take_run.py → mc_auth_core.py} +4 -4
- mocap_desktop_gui/mc/mc_auth_service.py +18 -0
- 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 +18 -0
- 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 +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 +18 -0
- mocap_desktop_gui/mc/mc_take_cloud_job_action.py +18 -0
- mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +18 -0
- mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
- mocap_desktop_gui/mc/mc_take_local_job.py +18 -0
- mocap_desktop_gui/mc/mc_take_run_common.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
- 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 +18 -0
- mocap_desktop_gui/mc/qml_engine.py +4 -4
- mocap_desktop_gui/mc/util.py +4 -4
- mocap_desktop_gui/operations/__init__.py +4 -4
- mocap_desktop_gui/sample.py +3 -3
- mocap_desktop_gui/utils/__init__.py +4 -4
- {mocap_desktop_gui-0.7.3.dist-info → mocap_desktop_gui-0.8.1.dist-info}/METADATA +4 -2
- mocap_desktop_gui-0.8.1.dist-info/RECORD +58 -0
- mocap_desktop_gui/axengine_1729168719_3593238492.py +0 -246
- mocap_desktop_gui-0.7.3.dist-info/RECORD +0 -51
- {mocap_desktop_gui-0.7.3.dist-info → mocap_desktop_gui-0.8.1.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.7.3.dist-info → mocap_desktop_gui-0.8.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
|
-
'
|
5
|
+
'axengine_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(79, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(357, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(419, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
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
|
-
'
|
5
|
+
'axengine_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(437, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(275, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(382, globals())
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import os as _os
|
2
|
+
import sys as _sys
|
3
|
+
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
|
+
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
+
'axengine_1729540741_533108441.py')):
|
6
|
+
_newAxeSearchPath = _os.path.normpath(_os.path.join(_axeSearchPath, '..'))
|
7
|
+
if _newAxeSearchPath == _axeSearchPath or len(_axeSearchPath) == 0:
|
8
|
+
break
|
9
|
+
_axeSearchPath = _newAxeSearchPath
|
10
|
+
try:
|
11
|
+
_sys.path.append(_axeSearchPath)
|
12
|
+
import axengine_1729540741_533108441 as _axengine
|
13
|
+
except Exception as e:
|
14
|
+
raise Exception('Failed to load AxEngine!') from e
|
15
|
+
finally:
|
16
|
+
_sys.path.pop()
|
17
|
+
from axengine_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(422, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(71, globals())
|
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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(257, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(549, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(6, 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_1729540741_533108441.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_1729540741_533108441 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_1729540741_533108441 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(560, globals())
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mocap-desktop-gui
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.8.1
|
4
4
|
Summary:
|
5
5
|
Author: Move.ai
|
6
6
|
Requires-Python: >=3.10,<3.13
|
@@ -9,11 +9,13 @@ Classifier: Programming Language :: Python :: 3.10
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.11
|
10
10
|
Classifier: Programming Language :: Python :: 3.12
|
11
11
|
Requires-Dist: PySide6 (>=6.7.2)
|
12
|
-
Requires-Dist:
|
12
|
+
Requires-Dist: auth0-python (>=4.7.2,<5.0.0)
|
13
|
+
Requires-Dist: move-ugc-python (>=1.4.1,<2.0.0)
|
13
14
|
Requires-Dist: numba (>=0.60.0,<0.61.0)
|
14
15
|
Requires-Dist: opencv-python (>=4.10.0.84,<5.0.0.0)
|
15
16
|
Requires-Dist: psutil (>=6.0.0,<7.0.0)
|
16
17
|
Requires-Dist: ruamel-yaml (>=0.18.6,<0.19.0)
|
18
|
+
Requires-Dist: typer (>=0.12.5,<0.13.0)
|
17
19
|
Description-Content-Type: text/markdown
|
18
20
|
|
19
21
|
# mocap-desktop-gui
|
@@ -0,0 +1,58 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=yl5T2YvBDqcjqTRWdEHGWw1XZqEZPuGBXHZ6V82ulrw,723
|
2
|
+
mocap_desktop_gui/axengine_1729540741_533108441.py,sha256=6ee3JH9exoX3ix051RPWIcQWhpZNer9nLU4QUGIvDZ4,416493
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=ST3yWf9uS6fvsSyBArfYWZYjf-BPfyy7gMrRZJRpzgY,723
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=_gWxTJwJ7XTjDPSwsJz-OES-QSE9eLBHq6CkftHb4as,723
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=f74947VQNpJxxPRUWMPT3NbqhPs_ooLhh_kj9db6yWk,723
|
6
|
+
mocap_desktop_gui/main.py,sha256=m-rQvqrgVqFXtLlFnPzgjiSFQ-exkXiF7PdAFr6d2Zk,721
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=vmW8hjLqnTdddOwNROoy7O_5m9ovlIbSIwDlZ-_Rbjs,723
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=4ErCM4Emxp3su3jdQip5K1ePu9j0lBUv_NFhZpqHfg4,723
|
9
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=IGTXE8sDibgUwiTvIrMJvZUoHkZFCb84XUn1MyEBVDE,723
|
10
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=VOXXeof3vqm-2HpowPH8fYemharRre3Eixr2mW-95QY,723
|
11
|
+
mocap_desktop_gui/mc/mc_auth_core.py,sha256=S-5ys-MB5DDa7YK90IkLA9m7F_9CfED3VHibdGFqTqg,723
|
12
|
+
mocap_desktop_gui/mc/mc_auth_service.py,sha256=hWJa-MGrCiwIXGr_JlngGc1GfO61p55MxtlwDDoanXM,723
|
13
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=poRu56Ypx7D2bpAeWc57FiCT71gKi802CRkNdS2XXyk,723
|
14
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=gjRqkEqUbrplfdbe-OJ95ZnHZQQRouFc5XJgIiJVKZ0,723
|
15
|
+
mocap_desktop_gui/mc/mc_cloud_service.py,sha256=ORetkRiJhw3Cbi-ERaEOkt5nHgpUjqDO0V3Qpv66yAA,723
|
16
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=dswBRCjIj81HMKpyRGyxmsjXO2TsEv53cNGyamgi22A,723
|
17
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=ADNstzFmfHLtL9-GxN6AxdFruvgVV2DZz_TQvaTrqvk,723
|
18
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=LGAOadCBD0dyi87KKNTuT2hX8nfuCDGmHiLc-BjtSNA,723
|
19
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=u-tK9fL3SnUCNx3NYogJo9kW-rLtVZXR74G3DtJu43w,723
|
20
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=tEwNFX91UX0d0iCD16ZHQCELazKsiIR1sgMCsM8HTsc,723
|
21
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=J7MyXqvm1jO6-dynWqWXz-qGo_QcTyggbpNQUx-EyO0,722
|
22
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=SblZueLMlMLBFJRTGp8N4MHVdglYQICvuPpjmLGCels,723
|
23
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=ucVaQwMC4522FbzUhZ5OD8Im0zqxwPHzRxMebn7NqSo,723
|
24
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=5Dd6WJdAA-Ar1Stv7Wt_q7x1f6r1wsPb1pSSzvOGGSk,723
|
25
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=Bsf_3hG9aJwDOqTnU58GdNS_Smv1OlB6vsYi6Jwab0g,723
|
26
|
+
mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=BiPPPR_FM8KfroT1rbIXXJffbb489uvOeMvklAIvQVA,723
|
27
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=bGBHgVmz6Lhh5p_qLCV4ZmmTjFuQLMLWPgpudG2ILB4,723
|
28
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=rrMOlngHwQoxz0dBmdqvs3Vlo5B-Ir8uTd5SMUdYeds,723
|
29
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=5Fs6wIcGiiAz887ILbhnxmMcjRysFNP7uiFbfXhaVCU,723
|
30
|
+
mocap_desktop_gui/mc/mc_take_local_job.py,sha256=Gzzm3hv4u1q39vxnbA_4vbANC7_CThy3q3Gc74fpYR4,722
|
31
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=gsT3LCFOopLQIDmHi8xYtwshYbaJlQ5cbs1h9bhiKwY,723
|
32
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=fKG-1OuJMXBprzuCS0UcIrhORNzWQe3NOcnfweRl-XQ,722
|
33
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=L1FJFT7IyfS_KF-cYjcIrrbt7ZwG9w745yPefuV5Nqk,723
|
34
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=n505AeXtXD_GCOlp9_zOpDUQifRoSOYN1vimtocyJV4,723
|
35
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=WFhe-zpQ561XsTN5BQq-wNweDyGwrrc2N89lOoLZMNk,723
|
36
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=vIiRAEhNIC9-uakaSZ2OaveiJbQYy7EXJwvnvqsdP6w,723
|
37
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=aNJIZIewxk5Q2BzMCzOLO79uRkyxTuUZDbTXwAmseOs,723
|
38
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=2_BCkyEnr6a-ZatLIeOS4fFNmLA6nh9ylSRPrn-G2vg,722
|
39
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=kC_SCJ0RyXaduHCACZ4Un8PpseSK-hJem15GlevoURM,723
|
40
|
+
mocap_desktop_gui/mc/mc_worker.py,sha256=CWqqonebDi8PHalfIDR5jidCiD6DLnNTjXMvhqhJFbM,723
|
41
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=9DaPAu-_wUChCeUiWp1vg9gRWZrBcACYcNtRq5_Ibxg,722
|
42
|
+
mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
|
43
|
+
mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
|
44
|
+
mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
|
45
|
+
mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
|
46
|
+
mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
|
47
|
+
mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
|
48
|
+
mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=sfTbuupKfB3U4fYOEktKyBNRCw3jdZ26QLHnItNaDFs,18132
|
49
|
+
mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
|
50
|
+
mocap_desktop_gui/mc/util.py,sha256=O2Vc26TdJEAbCe4WNY5zNuZrhfJ8DGfaHlTC_wUh37U,723
|
51
|
+
mocap_desktop_gui/operations/__init__.py,sha256=KUdjhHpQgetczdStGjKG641Br-5VC3qwgGUSxYVre3M,723
|
52
|
+
mocap_desktop_gui/sample.py,sha256=jK9jcEQzWaAndg7qg_m167ByA2N4MUceON2fhhy3440,721
|
53
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
54
|
+
mocap_desktop_gui/utils/__init__.py,sha256=g1tS-LfznSxVFY_bilLbeCsoAkdykDiWvWsNI6yp9Ug,723
|
55
|
+
mocap_desktop_gui-0.8.1.dist-info/METADATA,sha256=2rMcs01qr_FfnE-qCm1vTgJhr4I2J68e0Ls0AjzMxEA,1023
|
56
|
+
mocap_desktop_gui-0.8.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
57
|
+
mocap_desktop_gui-0.8.1.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
58
|
+
mocap_desktop_gui-0.8.1.dist-info/RECORD,,
|