mocap-desktop-gui 0.15.0__py3-none-any.whl → 0.15.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 +3 -3
- mocap_desktop_gui/axengine_1730977077_1117070786.py +246 -0
- mocap_desktop_gui/gen/rc_icons.py +3 -3
- mocap_desktop_gui/gen/rc_qml.py +3 -3
- mocap_desktop_gui/gen/rc_style.py +3 -3
- mocap_desktop_gui/main.py +3 -3
- mocap_desktop_gui/mc/__init__.py +3 -3
- mocap_desktop_gui/mc/bld_fbx_2_glb.py +3 -3
- mocap_desktop_gui/mc/bld_utils.py +3 -3
- mocap_desktop_gui/mc/camera_models.py +3 -3
- mocap_desktop_gui/mc/mc_app_manager.py +3 -3
- mocap_desktop_gui/mc/mc_auth_core.py +3 -3
- mocap_desktop_gui/mc/mc_auth_service.py +3 -3
- mocap_desktop_gui/mc/mc_calib.py +3 -3
- mocap_desktop_gui/mc/mc_cam_ui_states.py +3 -3
- mocap_desktop_gui/mc/mc_cloud_service.py +3 -3
- mocap_desktop_gui/mc/mc_common_paths.py +3 -3
- mocap_desktop_gui/mc/mc_context.py +3 -3
- mocap_desktop_gui/mc/mc_file_util.py +3 -3
- mocap_desktop_gui/mc/mc_import_folder.py +3 -3
- mocap_desktop_gui/mc/mc_project.py +3 -3
- mocap_desktop_gui/mc/mc_project_manager.py +3 -3
- mocap_desktop_gui/mc/mc_scene_3d_service.py +3 -3
- mocap_desktop_gui/mc/mc_sync_media_player.py +3 -3
- mocap_desktop_gui/mc/mc_sync_video_decoder_service.py +3 -3
- mocap_desktop_gui/mc/mc_sync_video_paint_item.py +3 -3
- mocap_desktop_gui/mc/mc_take.py +3 -3
- mocap_desktop_gui/mc/mc_take_cloud_job.py +3 -3
- mocap_desktop_gui/mc/mc_take_cloud_job_action.py +3 -3
- mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +3 -3
- mocap_desktop_gui/mc/mc_take_list_model.py +3 -3
- mocap_desktop_gui/mc/mc_take_local_job.py +3 -3
- mocap_desktop_gui/mc/mc_take_local_job_service.py +3 -3
- mocap_desktop_gui/mc/mc_take_run_common.py +3 -3
- mocap_desktop_gui/mc/mc_take_run_data_prep.py +3 -3
- mocap_desktop_gui/mc/mc_take_run_settings.py +3 -3
- mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py +3 -3
- mocap_desktop_gui/mc/mc_take_runs_local_manager.py +3 -3
- mocap_desktop_gui/mc/mc_take_runs_manager.py +3 -3
- mocap_desktop_gui/mc/mc_take_settings.py +3 -3
- mocap_desktop_gui/mc/mc_take_video_model.py +3 -3
- mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +3 -3
- mocap_desktop_gui/mc/mc_worker.py +3 -3
- mocap_desktop_gui/mc/qml_engine.py +3 -3
- mocap_desktop_gui/mc/util.py +3 -3
- mocap_desktop_gui/sample.py +3 -3
- {mocap_desktop_gui-0.15.0.dist-info → mocap_desktop_gui-0.15.1.dist-info}/METADATA +1 -1
- mocap_desktop_gui-0.15.1.dist-info/RECORD +59 -0
- mocap_desktop_gui/axengine_1730916852_1117070786.py +0 -246
- mocap_desktop_gui-0.15.0.dist-info/RECORD +0 -59
- {mocap_desktop_gui-0.15.0.dist-info → mocap_desktop_gui-0.15.1.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.15.0.dist-info → mocap_desktop_gui-0.15.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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(61, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(298, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(190, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(72, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(380, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(442, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(295, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(458, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(278, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(405, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(445, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(64, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(260, 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_1730977077_1117070786.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_1730977077_1117070786 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_1730977077_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(6, globals())
|
@@ -0,0 +1,59 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=B6mdz8RBivvnnOIjP4TuDrxS1uGXlzUe_cWknsT7M2Y,726
|
2
|
+
mocap_desktop_gui/axengine_1730977077_1117070786.py,sha256=WPIpVDCeu-or9kBbx56QeRvR6YUgLYUg2iKT5lXLC1A,436728
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=-8_h0k3M9Yi9xYXhQbeKnydDSn9l5hAOW07zNRaWoiw,726
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=AxZEa_5Nztht-SAB-lftU_rVQJISIJtZoq_cRVSM1OY,726
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=-q5OUx2RfEgGw_ePsXD3ANJb3Lp3j0ir9iW9sKqDd3I,726
|
6
|
+
mocap_desktop_gui/main.py,sha256=3ObfOz6nrSF90_OElSQLMbFUNVUsVkcq3sEMnPwjwN8,724
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=KCx_CsLjrMRD-YtKsMA2wyaLSZ39PdL--zam2Z0651I,726
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=KMmv7NyGNpJgRYtHk0O_wSJXOvpnFhaGqFUuMlOj1fY,726
|
9
|
+
mocap_desktop_gui/mc/bld_utils.py,sha256=6xIKf8zNwrzbjMSeo78tWUzRWOfxgwYKIZEjBaub_uc,726
|
10
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=7CUz-TS_ukTXyF430__qzEJaYqsWgxxs4pQkvUq5Nuo,726
|
11
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=bpONC6EE27DsfSV7PJ5wIyzTJqY1CJp5bnSeMquVV00,726
|
12
|
+
mocap_desktop_gui/mc/mc_auth_core.py,sha256=e40z3ar7LbYbVqTf2WItqYDsPR9AW844_F1HYOGL5r8,726
|
13
|
+
mocap_desktop_gui/mc/mc_auth_service.py,sha256=63eFy-UlFUKx8mcGZkVm0WEdB4yj6CpAlIHl2XoqSDw,726
|
14
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=foUvqrh0WBleb34UPg2_eUoBQHY9oB6GBBTG7uPX-iM,726
|
15
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=KuQeFINVACeJzH_eWXlJWvfonQQEYQxPpQ-6KBoPwTk,726
|
16
|
+
mocap_desktop_gui/mc/mc_cloud_service.py,sha256=fyM7e22UUQkTxiGLsmZmBZqrVUGEooJecL3741TvQsw,726
|
17
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=1u5PoeD5pcAd0yFQUsxpNC7hX-qvGpZLYQflATe81gQ,726
|
18
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=uK_6mZTtaXt17lm2d68R2adolkkxmSSvjLf6wqS470Q,726
|
19
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=sA4B1qI5RLRtXA2iMFPZwg-yu-I3TKSK54TU4m9soLo,726
|
20
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=L1ZeRmUPRVLm5-hfrMrzODQfTfoPhZZrGweEPFQiATo,726
|
21
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=GX8W8yHhvNvEDb9-Z4zZ22mAgis7TfCcRc6xeWg3knU,726
|
22
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=2MG8WhS8JYdiRih-XKpLDsUvTvuyjWbvxyZMdbTVdLQ,725
|
23
|
+
mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=SbLLwI6tqtF1kEeSk2jCqsWoOWZ2nhKCU9Lsy6byK0M,726
|
24
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=5f-a_DExFjtNiFCMvlLNSEDnMVyx2XrllZE3C5YP1LQ,726
|
25
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=7BEev0_9UP3UPtczpouCmx7lMW6FyFRdvidi6gvyCWc,726
|
26
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=w3qnzq3490NKkCMDNWaZa17wREZR92_J2GM_Xt18JxA,726
|
27
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=2te9s-4Pp8ONSLMGMxApJ-RNqyN1m_YwHv020Qw9NLE,726
|
28
|
+
mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=J5nqfuI3ShPg8kK2Uxt_KkyByJHBZaw5lG9cpw2qZUw,726
|
29
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=QNOfpIyoYwmZCxZtsSM5RBVgdxYsCz4UODKemcHiC_M,726
|
30
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=wD6kIkmuHC8lILbL_ROvD2Td2GiJJZxpFI4GRlJpQkA,726
|
31
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=H5Ah18BwcHcmGKE3029winwcvzydys9JI3qC1E_O7Wo,726
|
32
|
+
mocap_desktop_gui/mc/mc_take_local_job.py,sha256=qgb7gKPi8gjEsrugVnZ0zrHv42ituY8qFZpa-bZxe7Y,725
|
33
|
+
mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=SV2rFmbCb5oaRXRywaTgnhvqeyfgq7QrZ-VTFRsA-9o,726
|
34
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=VVaJMblheyL0OcFuoEfSOhQAKO9j12HeZHqpyY4agBk,726
|
35
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=s0qcE9OEyFjwKwSDWHOKxggMzgOl62Ar526nJ6jKuAE,725
|
36
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=LMWzV2pwAP0dS42oW2p7btUaVc1uk5UDchKDuA3bXOY,726
|
37
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=Oasc7Up9J8cZj4pEGzQ1rj1TuBwArFWHoWVYO7DYPCg,726
|
38
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=DMixSiw0uwpgDzzGBcEXhc-IDfpSO7rEFEIvsedndOA,726
|
39
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=Uc8ISxv0APup7dMBOSrRwoTc6MAAWDRoHg9MXGkcOww,726
|
40
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=OuoQqkO6Cm7_e_fjEGktUC1z33LFfIcDY_PwVNN_-pg,726
|
41
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=fuY4qLxl77oWQwM4QcvAH0FcAe6XUGiJatlF5vaEYEQ,725
|
42
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=IDyDeeCBaLPtjD4q3TNl49ewvDtID6hHK8YylrvhoSI,726
|
43
|
+
mocap_desktop_gui/mc/mc_worker.py,sha256=s38hhCgUU3gws-wyW5i5D742DbT7MGVhEdilwHAHpmY,726
|
44
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=vQHnhgYjEBNsHZLk60Q_CaQZNckanpEY5gYWHcyN9YA,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=cNCP4sXO9zCrGaWbbovhWt6U3ndivOsFp6jcGKXYeRc,726
|
54
|
+
mocap_desktop_gui/sample.py,sha256=wgtadQXAHM_5Y2KMTAPyL1CUbfBwvSOvuVKfimIBzqY,724
|
55
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
56
|
+
mocap_desktop_gui-0.15.1.dist-info/METADATA,sha256=JGvML-x3atruHEdLyIcRrlF4FjZm3V91gUe5IWpaTYk,1024
|
57
|
+
mocap_desktop_gui-0.15.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
58
|
+
mocap_desktop_gui-0.15.1.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
59
|
+
mocap_desktop_gui-0.15.1.dist-info/RECORD,,
|