mocap-desktop-gui 0.13.0__py3-none-any.whl → 0.14.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_1730853727_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.13.0.dist-info → mocap_desktop_gui-0.14.0.dist-info}/METADATA +1 -2
- mocap_desktop_gui-0.14.0.dist-info/RECORD +59 -0
- mocap_desktop_gui/axengine_1730836993_1117070786.py +0 -246
- mocap_desktop_gui-0.13.0.dist-info/RECORD +0 -59
- {mocap_desktop_gui-0.13.0.dist-info → mocap_desktop_gui-0.14.0.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.13.0.dist-info → mocap_desktop_gui-0.14.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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(60, 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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(297, 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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(189, 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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(71, 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_1730853727_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_1730853727_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_1730853727_1117070786 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_1730853727_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_1730853727_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_1730853727_1117070786 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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(294, 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_1730853727_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_1730853727_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_1730853727_1117070786 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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(277, 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_1730853727_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_1730853727_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_1730853727_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_1730853727_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_1730853727_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_1730853727_1117070786 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_1730853727_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_1730853727_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_1730853727_1117070786 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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(63, 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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(259, 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_1730853727_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_1730853727_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_1730853727_1117070786 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(6, globals())
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mocap-desktop-gui
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.14.0
|
4
4
|
Summary:
|
5
5
|
Author: Move.ai
|
6
6
|
Requires-Python: >=3.10,<3.13
|
@@ -14,7 +14,6 @@ Requires-Dist: move-ugc-python (>=1.4.1,<2.0.0)
|
|
14
14
|
Requires-Dist: numba (>=0.60.0,<0.61.0)
|
15
15
|
Requires-Dist: opencv-python (>=4.10.0.84,<5.0.0.0)
|
16
16
|
Requires-Dist: psutil (>=6.0.0,<7.0.0)
|
17
|
-
Requires-Dist: pyinstaller (>=6.11.0,<7.0.0)
|
18
17
|
Requires-Dist: ruamel-yaml (>=0.18.6,<0.19.0)
|
19
18
|
Requires-Dist: typer (>=0.12.5,<0.13.0)
|
20
19
|
Description-Content-Type: text/markdown
|
@@ -0,0 +1,59 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=16Hvqe61XHk6TZywoIILX39d8_uaY1cjM5Qhq9KMY1U,726
|
2
|
+
mocap_desktop_gui/axengine_1730853727_1117070786.py,sha256=JEqsUO_PkJsqH4u4G71-yGKvNKe27MI3DKziWhASrSU,433698
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=bz1mwM99XtU1UOAp2tRztH226PvFKBavdHwnjU0PZXQ,726
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=6PMXc8n7mJ5o7obtD_eEZtj7Oah9YO5JCmNeTk05t50,726
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=FslGQaLXevbnb0_QFtOfgMzqc_KpsGfmGNSaMisVV4Q,726
|
6
|
+
mocap_desktop_gui/main.py,sha256=xHMgF1fB6PqAVJ4Zs5F_-FEm0k_yd-PlineJY9fqRQ0,724
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=LciYnf5sXq1gYEEuYmnQjw4RJYHc0YHGglZmpV9olYQ,726
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=ox0_vrxNKxZTBj_77jEP7y1OFrh_K883crGFccYFBDc,726
|
9
|
+
mocap_desktop_gui/mc/bld_utils.py,sha256=2OP0cKW0dwdpqT4txNpXGyeY2XkwKxrwKoZPdj6d7Cc,726
|
10
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=_jknR0_PHmVB6VKXNboObNXLe_ojy-Y20D6L0f1W4KA,726
|
11
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=RARQnv7fnyQByKTzP8dPqMzd8J1VR_BlmXQBZReusMM,726
|
12
|
+
mocap_desktop_gui/mc/mc_auth_core.py,sha256=XzKwCA5rUFJe9va3lJq3X3584LTfQlnmOsJavlvyUpg,726
|
13
|
+
mocap_desktop_gui/mc/mc_auth_service.py,sha256=vbIq2f75QywAIcAy-X9GEJbVPGvNeU1YhQLdaw_jVAM,726
|
14
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=6I_XH5qew0uBkiCWVspR7VCrybp2abPM0JPPgCH65Zc,726
|
15
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=VgpdCh-zg6zYJbaAgLjJLsRIOl-N5zmVaGdrIv4lDcQ,726
|
16
|
+
mocap_desktop_gui/mc/mc_cloud_service.py,sha256=HxglzruceRADfpl219ZBrnbV7T4lyYeJE9ph31WpbTM,726
|
17
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=p32JeFbHSvQiRrWyR8OdEwrtYRwiM1hn2MVwdzrBbvY,726
|
18
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=4LM66OnALjKm0qPy6EsN5fzSstTEdfFIhiRK4Z4PDLA,726
|
19
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=Gp58KZGurEHRxG2x0IG21WnLjFn4xCzIK_cv0zkJXdE,726
|
20
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=ZS9WEkpgkW4CeoRFFUTonGJz_9-cQUFwlcdD07xYt3M,726
|
21
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=ZhW67EknBUVYjGYmQRYVjiDF8-KTxV1-f3jN8bf6_Pk,726
|
22
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=ci0N4HDSFp9KO64nChxHQ91kSOlWSl0JhSAVT9o8P7I,725
|
23
|
+
mocap_desktop_gui/mc/mc_scene_3d_service.py,sha256=rJ6AS6LEXKAI_RqpCc-CyUTzGjwvRIZY9rXr-0LVwG4,726
|
24
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=0AYNx6NTXs2MrqQPLHyDj9t6lHg2vWJpltcE_pXXfUU,726
|
25
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=6nbqOigSmoy6NQEld4STSR87t3wSZl8H_RScAbGPsOM,726
|
26
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=LUSRe_Qvf8AM3oaapLwgzNECfcLZHNMObCz2kpFAmHI,726
|
27
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=ZhDxcRHbiJhG9mp3DIWpaBLR-S3ocjOWw7vgp76fLlY,726
|
28
|
+
mocap_desktop_gui/mc/mc_take_cloud_job.py,sha256=XawWKAH6kHCp7k68EyxQnXbuPpVmatjh6RbDt5LMMgI,726
|
29
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_action.py,sha256=pKCd5ZKeOFGtf_cVl-Gz_M_4r7TDXbe3pVxM9_1HEyE,726
|
30
|
+
mocap_desktop_gui/mc/mc_take_cloud_job_calib.py,sha256=Fhw-YJ98mTyvzUuVXyN5WhEMM8ZuVMqfc4gMTdKkJxc,726
|
31
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=7xK3ILCKzXWobPa0k5SCFU5o0GOmvgcVClVCWSltz1E,726
|
32
|
+
mocap_desktop_gui/mc/mc_take_local_job.py,sha256=8q256MqBiVRmLyznxSPtUqy_PHSTQCGxyMo-ShXTSsg,725
|
33
|
+
mocap_desktop_gui/mc/mc_take_local_job_service.py,sha256=e4G3sUeoRcDvfeu1KuIihX6k7RH-gvhQ31lEImli7oY,726
|
34
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=lTdVCJ757KafeJ8xD23FRLO3X55_AtZ4pzxvnka0mR4,726
|
35
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=ab-Bc2iAo1j-kymg0xasHCCp4dwO5nzi5siGlbgFxn8,725
|
36
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=Ef4rpA6OE3fTcOOjWYr--oYTiapqtMv9rnfuqeUPG4s,726
|
37
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=xVoc9dj1CeuvK3_TSeAFs2Qour6wJx87vGsBi6DdWno,726
|
38
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=zsKfHAGQeUiK_L1T8T0ZRwiE9qWHG1ICgRfk1GwqI2Y,726
|
39
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=FgiWxwNOdQ1wsDOSw3JTC0bihqWE7WzisKva6itewzc,726
|
40
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=Wv3ljMAAuS0rkNo6vds6_wVwnjPjp1hnxiLmLHUAxAY,726
|
41
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=Yi8qSLV6gnCC6XW5qb_alt1VEJOJ67vBXVWakYfi5LE,725
|
42
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=NcO7QDFCOZ3Bg5G0HR0Tz8eLSKjhKDoSId48OqKKGfg,726
|
43
|
+
mocap_desktop_gui/mc/mc_worker.py,sha256=H146D60xKrzmNbvVDCY2qIugava67q8FY5jSssn_n9Y,726
|
44
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=MY9R8ZI2kC9CqPD39G21kIIgn2vJvcA7PgTtG-KViX8,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=WT_nneUq-ergMNHGTcAknXLVAiDu8efz41DfbcBfMWc,726
|
54
|
+
mocap_desktop_gui/sample.py,sha256=UMSAKergNB66Txz2Ucr1WjTD8PxicSry_FtbXgLxB3A,724
|
55
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
56
|
+
mocap_desktop_gui-0.14.0.dist-info/METADATA,sha256=rQLXRhPFgXTfCWq8i2BG-PlZ0zlwjlXnP4TLpDZ9_Xk,1024
|
57
|
+
mocap_desktop_gui-0.14.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
58
|
+
mocap_desktop_gui-0.14.0.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
59
|
+
mocap_desktop_gui-0.14.0.dist-info/RECORD,,
|