mocap-desktop-gui 0.15.0__py3-none-any.whl → 0.16.0__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_1731013318_230688263.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.16.0.dist-info}/METADATA +1 -1
- mocap_desktop_gui-0.16.0.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.16.0.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.15.0.dist-info → mocap_desktop_gui-0.16.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
|
-
'
|
5
|
+
'axengine_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 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_1731013318_230688263.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_1731013318_230688263 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_1731013318_230688263 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(6, globals())
|
@@ -0,0 +1,59 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=w3Dn5-tK6Sm77U9v0YxEQqy-VhiHmvCmpKToCHt-jMg,723
|
2
|
+
mocap_desktop_gui/axengine_1731013318_230688263.py,sha256=KbaoN5jQAS-4UM0SX_s3i6wy0JiElIFQ7PODVlNK1HI,437148
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=3ZW_X-Wg3ZDQcEtz5yAvCfPlGwS3GD6Yg4GZp2XyR7Y,723
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=kH9zmI0hdmNzm5arLNNys7ZldnocIfO-07lpU8fU9Zg,723
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=JuaFy9TugXJ4cnbZ7y4zNz_nqy4SIiJUq_l98il1MXQ,723
|
6
|
+
mocap_desktop_gui/main.py,sha256=j9q2xaf5x1GCOYAByGyyOt2HEv5Pl5xhpa9zwTxZKmc,721
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=Hu085cq-d2RNvfS0TBF-daTbblfH7UAXq2d5GDYA93M,723
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=FCi5lWWKQsfa-fPfNGJqRd5dzuoEXBMDv0NyCJNxSSg,723
|
9
|
+
mocap_desktop_gui/mc/bld_utils.py,sha256=fiaeZcyF8Db-kew6Q1Zg8GQCkwulSvSJkqqwdllIjMo,723
|
10
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=Ybfi7ZOLD9n4r_9cMNGx4RX1p1aF325Xf46irc_wNTM,723
|
11
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=1L_cmOprR2zYg8atIWaoNgFQrlTaF0BgrYggiPaDBEo,723
|
12
|
+
mocap_desktop_gui/mc/mc_auth_core.py,sha256=dXHiuCdI27byairHQF6R-jFz1VUUH7uKOo0ttxTyf2E,723
|
13
|
+
mocap_desktop_gui/mc/mc_auth_service.py,sha256=YMs96R9sHarqv6a_KwllDfxxfIel3cvQDP1jAr8wdbU,723
|
14
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=9W9_ZOGdCgW-VMyUFye3ZyesET3ot0byaabxgtZhAtQ,723
|
15
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=MEWfOHyF6U-xG_yQ6Y8_bon3xazyiEUyfcNAONu9dv8,723
|
16
|
+
mocap_desktop_gui/mc/mc_cloud_service.py,sha256=gIPUEvQfXOYE-F9HVwXrHBdgkJZkajZ-WAQnXeUpEJc,723
|
17
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=21xeg-8_RcSs9nAtEVlU91MXF0PcQypkzcI7uE_odfg,723
|
18
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=J9LzZTd8y0xo0M-yaGrMlaysvQZz8JvhhDJk_7kR2_s,723
|
19
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=eLbFNkuEAA_6MMLWHE7Y8dB75aT4p2npHprYz30obZo,723
|
20
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=Bobh9ckftz8MJTbPRSRzM8kKSPTn9stJNeFYQVBxXeg,723
|
21
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=zf2nVHDzpMFN3rS6GhuAFgUqcJ5wTfUSnQwLjmLsjgY,723
|
22
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=pnbqtK8kiendTC-6GrNeozXMwnlINngFlGn14dsJVDs,722
|
23
|
+
mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=Yx-5-3QcWjYgkSgMs4IsuizHHGu5MQHDc8-TGkDLu7g,723
|
24
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=MyaL-ouxcAW4s2jP-YcW7-b3ZJwu3ALXkFf1UMkjups,723
|
25
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=i3y4xKgdaAT4vsyJufpfNwsFREmIFXHYwIvGQC5JEvs,723
|
26
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=iPt5cMxGWAhJnvbfyx1Daq9viMdXDU1JqEXUZLamDwQ,723
|
27
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=3QXr2PCfnw5ftdr27Fe3O4Yqtp9ZOHJ0yXwNZVpbIiU,723
|
28
|
+
mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=Dfv-KPjeqiEnbMapgBlzZoXiDgdBWRwEQ-JReADTDcQ,723
|
29
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=2ymX1Ym0y2PJxq8BA5pudr3i26s0ZSPBaJPp4HSbfKA,723
|
30
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=xpuesy1nv4-DDSAylBZsx5yPy1UDovfZ0bpYVYgyT-8,723
|
31
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=4wBPGlrzTIfxBG56W4Zd3WLS65yOQmVuLZlJSXZ2xCs,723
|
32
|
+
mocap_desktop_gui/mc/mc_take_local_job.py,sha256=VmhLPvdGdg_l6dGeqKjYjjBwgNAcm9O2TUkJiuNQ0cE,722
|
33
|
+
mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=sC5xfGHokZwcg9ORFsDnUW2hEqOoKg5FjiTqTdfkDPM,723
|
34
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=o7CjKMraYHco1NVCGRYPCft924WzvrbCQKLLEw8ou5Y,723
|
35
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=tEa4Ee3iiqqaTF8PYBbX7-mrFBDNFMF9EJBedNu4st8,722
|
36
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=qRyvrPQ3h-HZjIv8HYQ_dEusw6BFmev2rFQl2WOAEP4,723
|
37
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=jJCACVsSzxwRnK_QeArq0rMrOuhzaHYQQCmSjJ682-c,723
|
38
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=3DDP9h0F_7HwBy2fr2DgbDpoexPrv_BgqI_Yt-Bqe10,723
|
39
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=YgweGhhDoy-2T-xbA3qQ_xDLoZL2y-dqmWyb9mKYMO0,723
|
40
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=pT82Ze-IRvqqWnLv2gKSjwXvd2hjdva-5nUkatbnSQQ,723
|
41
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=U6ByruEuJA4fY2Q8sZieUqAVW4mkKGOgmR3OAm3IjhQ,722
|
42
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=2kU3ZRJLSFzOz5nCoeP45-D190YARFpXnoRq3RD2f1U,723
|
43
|
+
mocap_desktop_gui/mc/mc_worker.py,sha256=0kskpodu6ps2JYdEnL6K8xTwSQZhPKODUioDNHcdPSo,723
|
44
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=9MyhoFRytRW_Rh1GXBoa30eMUW7lTILcDHyZnXOsQ1Y,722
|
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=vJsTaMn_neof76pTDSqRNAe7znpA9a2SBN3v2L8dxkU,723
|
54
|
+
mocap_desktop_gui/sample.py,sha256=0bLpkYUvGuqPNTc6H6Ar-gB2-aJG2m6drt6t_oLGRVo,721
|
55
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
56
|
+
mocap_desktop_gui-0.16.0.dist-info/METADATA,sha256=KTz9hsZGiDacv_QGPfXHKg-TXj9_IHdWQAUZ45dD1bw,1024
|
57
|
+
mocap_desktop_gui-0.16.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
58
|
+
mocap_desktop_gui-0.16.0.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
59
|
+
mocap_desktop_gui-0.16.0.dist-info/RECORD,,
|