mocap-desktop-gui 0.16.1__py3-none-any.whl → 0.16.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 +3 -3
- mocap_desktop_gui/axengine_1731360612_1041659107.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/settings.ini +1 -3
- {mocap_desktop_gui-0.16.1.dist-info → mocap_desktop_gui-0.16.3.dist-info}/METADATA +1 -1
- mocap_desktop_gui-0.16.3.dist-info/RECORD +59 -0
- mocap_desktop_gui/axengine_1731334413_1998855010.py +0 -246
- mocap_desktop_gui-0.16.1.dist-info/RECORD +0 -59
- {mocap_desktop_gui-0.16.1.dist-info → mocap_desktop_gui-0.16.3.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.16.1.dist-info → mocap_desktop_gui-0.16.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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(58, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(187, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(69, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(378, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(440, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(456, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(15, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(403, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(443, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(61, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(257, 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_1731360612_1041659107.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_1731360612_1041659107 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_1731360612_1041659107 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(6, globals())
|
mocap_desktop_gui/settings.ini
CHANGED
@@ -0,0 +1,59 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=2iDoX0_xNO04sEqPrmIGlJt8Jb9sxNOHo-VItCoKqsE,726
|
2
|
+
mocap_desktop_gui/axengine_1731360612_1041659107.py,sha256=vpVtWJ0j68DGKNEH87q3kioe-KKKrVT_RtxC-yPXeVg,437133
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=MebI-IvtgoL2v47BRxQR5VJ0l4qaL_JCdYjC1uNAkNE,726
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=0_IF3KespVXnGo2lUbHeeOe-NpPVrO9nPQRI3Fk9qdY,726
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=RpHfQW5goUGgE-W6epNqgUs9pGgOF4npqrk_uBXQPF8,726
|
6
|
+
mocap_desktop_gui/main.py,sha256=ShFFzo2xWnvx_iXeKHO4e6t2N4SWnXDruEoCwbuQjqI,724
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=VMOL-na7u3qzBQcUK8wyMcDDqgrP-5_vlSEzDXs8Qws,726
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=h59sls1eLvRUJgplWszHNXDY927RjL_-lGSjJtpOztA,726
|
9
|
+
mocap_desktop_gui/mc/bld_utils.py,sha256=4qA9szlOo8fSLqLbEBirCQWdBQrTpr0-hk2PSUu5JGw,726
|
10
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=wP_7RyThOq1qb9OUI-Ngc11OFoViJkuDjvTD6kSFUZI,726
|
11
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=8rT66mhVGMNKTQmE-Eoac21tuh8hiD4LFHkXmnnxabw,726
|
12
|
+
mocap_desktop_gui/mc/mc_auth_core.py,sha256=2dcpTZQgxLrdc1dnz8tiLRlxo5lC8HxCraNAsLk8PgM,726
|
13
|
+
mocap_desktop_gui/mc/mc_auth_service.py,sha256=VLkhPpjttMGjntaqHkpKAkmV2pE9roer8DtsXjJvipg,726
|
14
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=FTQJ-zLiMYk0V3wXPwEbHpkJKFqIuLxna-Og3i2mX5c,726
|
15
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=myFrR7x8qfM3cCL1mAHdMtHUh47nrB65xluCcR4-AkE,726
|
16
|
+
mocap_desktop_gui/mc/mc_cloud_service.py,sha256=6eL0lVhNp3Jp4l9n96DGgSwiDfu74NFwEowr9ApgLZg,726
|
17
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=BKhEnp2V7f6ZI-XERNQM05_QrAhvFeTSLAqqw2EKazk,726
|
18
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=upsTb3KO7cz2spr_62Vq_lfMiAHXjq5ea7kv4Lzdamg,726
|
19
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=yVo5VdcOS-G5FqCNJrBd4AwDDVLP6jglRUVKigySbG4,726
|
20
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=n1RLPLd5QO2N0T9tCTHmWbM0Ugg-sNPlMbdrfAWIaaQ,726
|
21
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=egvVX60djj1TutgjJo_91CcgchLH3Qf2xXYSikh2Hxk,726
|
22
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=ICKxGw2-rbpQ_A1XnE-lcbM95lURpWpeDQ2HjTN5GDY,725
|
23
|
+
mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=WR1dwzdAXcfsdvYUQ-kk4p29T5-W6-80poHLJtUU7NU,726
|
24
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=Dn2w963ir64xKoQC33exHkT0hIVrph1C5Uq7SM9c9Ng,726
|
25
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=EiWo7mqUrMGAY72w3C5u4e1BxDBLwc9STT462XUNMUY,726
|
26
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=SBkXx4Gy-cTb8-lLuCBKFgFfbNTm63ce0zmES-26zHE,726
|
27
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=4fM9aOAVxOViT8uFyWgRklT_GxxLbBPjxLs8YxaVyIQ,726
|
28
|
+
mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=s1QmE9SiGHrXLOZHZZTUOQ-1qaTxN0KbQKpWMAAKNWA,726
|
29
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=aFHUmLJ37LARdrLFygAAxhaBiss0yTveIsbUYZ3l_G0,726
|
30
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=xf90Mmfxo3fGyR0ALEctBEWVj1W00vOUTZqU9HeeH7Q,726
|
31
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=QDuPIKSYGn81auodwE71rv5-ZnWDgGVf0RbwgGH14Qc,726
|
32
|
+
mocap_desktop_gui/mc/mc_take_local_job.py,sha256=1M_rogmPtKl7M-B3vP-Yx81HsZHVRHUZF_P4C-1vK2k,725
|
33
|
+
mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=K_NpHkFNXzfTseOlnYFF9rpkpLsh1HDcxgQ6V7Qh9sU,726
|
34
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=0Ztj78QPtcB94GBNKpiqJ6tQN6aC9RgDX84mLwfTu2g,726
|
35
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=RNCdkTVrqULJEgP2sajAcAEm95XeR9h0x3KAXtOyBLk,725
|
36
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=WxBvBaSDwQTKLbdaFXlA4G1F4QjQyfARXVXeMZj32dI,726
|
37
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=E9A4ffur0S2QG1YJIJ0_1-mCTUyAVs7IpyAV_tx3OsI,726
|
38
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=iEhB-UIAdrThiOcQRWk6KIQRXV5LPGr8ByYjZurUpts,726
|
39
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=shRCC80ReQV8QGcYNsDv3qHVDenpc6A5mLAIbirLrSw,726
|
40
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=zWj5MbQaPoNp1b8u_vNTZSwRhhpSvsNKazjWx3gYPAs,726
|
41
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=yZy4s5lUC6gMKSh1gktjr_3Xqhyk8dLxnW1bDs17-uo,725
|
42
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=ddYWFq5a9CClG7bnRKhGKFI6gAb3DqEQOxTARV9t5jE,726
|
43
|
+
mocap_desktop_gui/mc/mc_worker.py,sha256=FhTE5a5bT4FaRFlYh7-S3EfzD0DzTNSMGSm_Ev3z3R4,726
|
44
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=w9P6qEjmnADsVrCr2rcsadUPXcskZ1dfZu2VsPbqSaU,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=lwrBqkA-iHWhBbhizJPLHroj5Hcxr3ObkxGgLG9EI50,726
|
54
|
+
mocap_desktop_gui/sample.py,sha256=dlPzecbMY84Jw8Ri4tLBKNEpkNIeCOixa79nruHJcWA,724
|
55
|
+
mocap_desktop_gui/settings.ini,sha256=5zvMETGa_QWHnRN8eplSc-7_owS-7Ww03Gt_Qx1xBQA,8
|
56
|
+
mocap_desktop_gui-0.16.3.dist-info/METADATA,sha256=pBvR8R7Qaj21UjvR4HEKhXjVpXmMvOYsCEySAgTmVu8,1024
|
57
|
+
mocap_desktop_gui-0.16.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
58
|
+
mocap_desktop_gui-0.16.3.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
59
|
+
mocap_desktop_gui-0.16.3.dist-info/RECORD,,
|