mocap-desktop-gui 0.21.2__py3-none-any.whl → 0.22.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 +4 -4
- mocap_desktop_gui/axengine_1737993822_1010362681.py +246 -0
- mocap_desktop_gui/gen/__init__.py +4 -4
- 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 +4 -4
- mocap_desktop_gui/mc/__init__.py +4 -4
- mocap_desktop_gui/mc/bld_fbx_2_glb.py +4 -4
- mocap_desktop_gui/mc/bld_utils.py +4 -4
- mocap_desktop_gui/mc/camera_models.py +4 -4
- mocap_desktop_gui/mc/mc_actor_profile.py +4 -4
- mocap_desktop_gui/mc/mc_actor_profile_model.py +4 -4
- mocap_desktop_gui/mc/mc_app_manager.py +4 -4
- mocap_desktop_gui/mc/mc_auth_core.py +4 -4
- mocap_desktop_gui/mc/mc_auth_service.py +4 -4
- mocap_desktop_gui/mc/mc_calib.py +4 -4
- mocap_desktop_gui/mc/mc_camera_views_model.py +4 -4
- mocap_desktop_gui/mc/mc_cloud_service.py +4 -4
- mocap_desktop_gui/mc/mc_common_paths.py +4 -4
- mocap_desktop_gui/mc/mc_context.py +4 -4
- mocap_desktop_gui/mc/mc_diagnosis.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_scene_3d_service.py +3 -3
- 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 +4 -4
- mocap_desktop_gui/mc/mc_take_cloud_job_action.py +4 -4
- mocap_desktop_gui/mc/mc_take_cloud_job_calib.py +4 -4
- mocap_desktop_gui/mc/mc_take_list_model.py +4 -4
- mocap_desktop_gui/mc/mc_take_local_job.py +4 -4
- mocap_desktop_gui/mc/mc_take_local_job_service.py +4 -4
- 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_settings_action.py +18 -0
- mocap_desktop_gui/mc/mc_take_video_model.py +4 -4
- mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
- mocap_desktop_gui/mc/mc_video.py +4 -4
- mocap_desktop_gui/mc/mc_video_manager.py +4 -4
- mocap_desktop_gui/mc/mc_video_uploader.py +4 -4
- mocap_desktop_gui/mc/mc_videos_uploader.py +4 -4
- mocap_desktop_gui/mc/mc_worker.py +4 -4
- mocap_desktop_gui/mc/qml_engine.py +4 -4
- mocap_desktop_gui/mc/rig/default/decentraland/decentraland.blend +0 -0
- mocap_desktop_gui/mc/rig/default/decentraland/mapping_body.csv +21 -0
- mocap_desktop_gui/mc/rig/default/decentraland/mapping_fingers.csv +31 -0
- mocap_desktop_gui/mc/rig/default/mixamo_f/mapping_body.csv +21 -0
- mocap_desktop_gui/mc/rig/default/mixamo_f/mapping_fingers.csv +31 -0
- mocap_desktop_gui/mc/rig/default/mixamo_f/mixamo_f.blend +0 -0
- mocap_desktop_gui/mc/rig/default/mixamo_m/mapping_body.csv +21 -0
- mocap_desktop_gui/mc/rig/default/mixamo_m/mapping_fingers.csv +31 -0
- mocap_desktop_gui/mc/rig/default/mixamo_m/mixamo_m.blend +0 -0
- mocap_desktop_gui/mc/rig/default/move_mo/desktop.ini +3 -0
- mocap_desktop_gui/mc/rig/default/move_mo/mapping_body.csv +21 -0
- mocap_desktop_gui/mc/rig/default/move_mo/mapping_fingers.csv +31 -0
- mocap_desktop_gui/mc/rig/default/move_mo/move_mo.blend +0 -0
- mocap_desktop_gui/mc/rig/default/move_ve/mapping_body.csv +21 -0
- mocap_desktop_gui/mc/rig/default/move_ve/mapping_fingers.csv +31 -0
- mocap_desktop_gui/mc/rig/default/move_ve/move_ve.blend +0 -0
- mocap_desktop_gui/mc/rig/default/ue5_manne/mapping_body.csv +21 -0
- mocap_desktop_gui/mc/rig/default/ue5_manne/mapping_fingers.csv +31 -0
- mocap_desktop_gui/mc/rig/default/ue5_manne/ue5_manne.blend +0 -0
- mocap_desktop_gui/mc/rig/default/ue5_quinn/mapping_body.csv +21 -0
- mocap_desktop_gui/mc/rig/default/ue5_quinn/mapping_fingers.csv +31 -0
- mocap_desktop_gui/mc/rig/default/ue5_quinn/ue5_quinn.blend +0 -0
- mocap_desktop_gui/mc/rig/rig_path.py +18 -0
- mocap_desktop_gui/mc/settings/settings_action.yaml +1 -1
- mocap_desktop_gui/mc/util.py +4 -4
- mocap_desktop_gui/sample.py +4 -4
- {mocap_desktop_gui-0.21.2.dist-info → mocap_desktop_gui-0.22.0.dist-info}/METADATA +3 -2
- mocap_desktop_gui-0.22.0.dist-info/RECORD +93 -0
- mocap_desktop_gui/axengine_1737982859_1010362681.py +0 -246
- mocap_desktop_gui-0.21.2.dist-info/RECORD +0 -69
- {mocap_desktop_gui-0.21.2.dist-info → mocap_desktop_gui-0.22.0.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.21.2.dist-info → mocap_desktop_gui-0.22.0.dist-info}/entry_points.txt +0 -0
mocap_desktop_gui/mc/mc_take.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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(585, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(386, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(765, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(364, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(511, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(86, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(200, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(376, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(736, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(299, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(455, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(406, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(425, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(20, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(124, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(115, globals())
|
mocap_desktop_gui/mc/mc_video.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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(293, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(825, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(673, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(241, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(501, 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_1737993822_1010362681.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_1737993822_1010362681 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_1737993822_1010362681 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(367, globals())
|
Binary file
|
@@ -0,0 +1,21 @@
|
|
1
|
+
Reference,Deform_rig,Rot_offset_value,Rot_offset_axis,ue2rigify_template,Controllers
|
2
|
+
RightArm,Avatar_RightArm,,,,
|
3
|
+
RightForeArm,Avatar_RightForeArm,,,,
|
4
|
+
RightHand,Avatar_RightHand,,,,
|
5
|
+
LeftArm,Avatar_LeftArm,,,,
|
6
|
+
LeftForeArm,Avatar_LeftForeArm,,,,
|
7
|
+
LeftHand,Avatar_LeftHand,,,,
|
8
|
+
Hips,Avatar_Hips,,,,
|
9
|
+
Spine,Avatar_Spine,,,,
|
10
|
+
Spine1,Avatar_Spine1,,,,
|
11
|
+
Head,Avatar_Neck,,,,
|
12
|
+
RightUpLeg,Avatar_RightUpLeg,,,,
|
13
|
+
RightLeg,Avatar_RightLeg,,,,
|
14
|
+
RightFoot,Avatar_RightFoot,,,,
|
15
|
+
LeftUpLeg,Avatar_LeftUpLeg,,,,
|
16
|
+
LeftLeg,Avatar_LeftLeg,,,,
|
17
|
+
LeftFoot,Avatar_LeftFoot,,,,
|
18
|
+
LeftToeBase,Avatar_LeftToeBase,,,,
|
19
|
+
RightToeBase,Avatar_RightToeBase,,,,
|
20
|
+
RightShoulder,Avatar_RightShoulder,,,,
|
21
|
+
LeftShoulder,Avatar_LeftShoulder,,,,
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Reference,Deform_rig,Rot_offset_value,Rot_offset_axis,,Controllers
|
2
|
+
thumb.01.R,Avatar_RightHandThumb1,,,,
|
3
|
+
thumb.02.R,Avatar_RightHandThumb2,,,,
|
4
|
+
thumb.03.R,Avatar_RightHandThumb3,,,,
|
5
|
+
f_index.01.R,Avatar_RightHandIndex1,,,,
|
6
|
+
f_index.02.R,Avatar_RightHandIndex2,,,,
|
7
|
+
f_index.03.R,Avatar_RightHandIndex3,,,,
|
8
|
+
f_middle.01.R,Avatar_RightHandMiddle1,,,,
|
9
|
+
f_middle.02.R,Avatar_RightHandMiddle2,,,,
|
10
|
+
f_middle.03.R,Avatar_RightHandMiddle3,,,,
|
11
|
+
f_ring.01.R,Avatar_RightHandRing1,,,,
|
12
|
+
f_ring.02.R,Avatar_RightHandRing2,,,,
|
13
|
+
f_ring.03.R,Avatar_RightHandRing3,,,,
|
14
|
+
f_pinky.01.R,Avatar_RightHandPinky1,,,,
|
15
|
+
f_pinky.02.R,Avatar_RightHandPinky2,,,,
|
16
|
+
f_pinky.03.R,Avatar_RightHandPinky3,,,,
|
17
|
+
thumb.01.L,Avatar_LeftHandThumb1,,,,
|
18
|
+
thumb.02.L,Avatar_LeftHandThumb2,,,,
|
19
|
+
thumb.03.L,Avatar_LeftHandThumb3,,,,
|
20
|
+
f_index.01.L,Avatar_LeftHandIndex1,,,,
|
21
|
+
f_index.02.L,Avatar_LeftHandIndex2,,,,
|
22
|
+
f_index.03.L,Avatar_LeftHandIndex3,,,,
|
23
|
+
f_middle.01.L,Avatar_LeftHandMiddle1,,,,
|
24
|
+
f_middle.02.L,Avatar_LeftHandMiddle2,,,,
|
25
|
+
f_middle.03.L,Avatar_LeftHandMiddle3,,,,
|
26
|
+
f_ring.01.L,Avatar_LeftHandRing1,,,,
|
27
|
+
f_ring.02.L,Avatar_LeftHandRing2,,,,
|
28
|
+
f_ring.03.L,Avatar_LeftHandRing3,,,,
|
29
|
+
f_pinky.01.L,Avatar_LeftHandPinky1,,,,
|
30
|
+
f_pinky.02.L,Avatar_LeftHandPinky2,,,,
|
31
|
+
f_pinky.03.L,Avatar_LeftHandPinky3,,,,
|
@@ -0,0 +1,21 @@
|
|
1
|
+
Reference,Deform_rig,Rot_offset_value,Rot_offset_axis,ue2rigify_template,Controllers
|
2
|
+
RightArm,mixamorig:RightArm,,,,
|
3
|
+
RightForeArm,mixamorig:RightForeArm,,,,
|
4
|
+
RightHand,mixamorig:RightHand,,,,
|
5
|
+
LeftArm,mixamorig:LeftArm,,,,
|
6
|
+
LeftForeArm,mixamorig:LeftForeArm,,,,
|
7
|
+
LeftHand,mixamorig:LeftHand,,,,
|
8
|
+
Hips,mixamorig:Hips,,,,
|
9
|
+
Spine,mixamorig:Spine,,,,
|
10
|
+
Spine1,mixamorig:Spine1,,,,
|
11
|
+
Head,mixamorig:Neck,,,,
|
12
|
+
RightUpLeg,mixamorig:RightUpLeg,,,,
|
13
|
+
RightLeg,mixamorig:RightLeg,,,,
|
14
|
+
RightFoot,mixamorig:RightFoot,,,,
|
15
|
+
LeftUpLeg,mixamorig:LeftUpLeg,,,,
|
16
|
+
LeftLeg,mixamorig:LeftLeg,,,,
|
17
|
+
LeftFoot,mixamorig:LeftFoot,,,,
|
18
|
+
LeftToeBase,mixamorig:LeftToeBase,,,,
|
19
|
+
RightToeBase,mixamorig:RightToeBase,,,,
|
20
|
+
RightShoulder,mixamorig:RightShoulder,,,,
|
21
|
+
LeftShoulder,mixamorig:LeftShoulder,,,,
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Reference,Deform_rig,Rot_offset_value,Rot_offset_axis,,Controllers
|
2
|
+
thumb.01.R,mixamorig:RightHandThumb1,,,,
|
3
|
+
thumb.02.R,mixamorig:RightHandThumb2,,,,
|
4
|
+
thumb.03.R,mixamorig:RightHandThumb3,,,,
|
5
|
+
f_index.01.R,mixamorig:RightHandIndex1,,,,
|
6
|
+
f_index.02.R,mixamorig:RightHandIndex2,,,,
|
7
|
+
f_index.03.R,mixamorig:RightHandIndex3,,,,
|
8
|
+
f_middle.01.R,mixamorig:RightHandMiddle1,,,,
|
9
|
+
f_middle.02.R,mixamorig:RightHandMiddle2,,,,
|
10
|
+
f_middle.03.R,mixamorig:RightHandMiddle3,,,,
|
11
|
+
f_ring.01.R,mixamorig:RightHandRing1,,,,
|
12
|
+
f_ring.02.R,mixamorig:RightHandRing2,,,,
|
13
|
+
f_ring.03.R,mixamorig:RightHandRing3,,,,
|
14
|
+
f_pinky.01.R,mixamorig:RightHandPinky1,,,,
|
15
|
+
f_pinky.02.R,mixamorig:RightHandPinky2,,,,
|
16
|
+
f_pinky.03.R,mixamorig:RightHandPinky3,,,,
|
17
|
+
thumb.01.L,mixamorig:LeftHandThumb1,,,,
|
18
|
+
thumb.02.L,mixamorig:LeftHandThumb2,,,,
|
19
|
+
thumb.03.L,mixamorig:LeftHandThumb3,,,,
|
20
|
+
f_index.01.L,mixamorig:LeftHandIndex1,,,,
|
21
|
+
f_index.02.L,mixamorig:LeftHandIndex2,,,,
|
22
|
+
f_index.03.L,mixamorig:LeftHandIndex3,,,,
|
23
|
+
f_middle.01.L,mixamorig:LeftHandMiddle1,,,,
|
24
|
+
f_middle.02.L,mixamorig:LeftHandMiddle2,,,,
|
25
|
+
f_middle.03.L,mixamorig:LeftHandMiddle3,,,,
|
26
|
+
f_ring.01.L,mixamorig:LeftHandRing1,,,,
|
27
|
+
f_ring.02.L,mixamorig:LeftHandRing2,,,,
|
28
|
+
f_ring.03.L,mixamorig:LeftHandRing3,,,,
|
29
|
+
f_pinky.01.L,mixamorig:LeftHandPinky1,,,,
|
30
|
+
f_pinky.02.L,mixamorig:LeftHandPinky2,,,,
|
31
|
+
f_pinky.03.L,mixamorig:LeftHandPinky3,,,,
|
Binary file
|