mocap-desktop-gui 0.5.1__py3-none-any.whl → 0.7.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_1727983058_1342889236.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 +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/camera_models.py +3 -3
- mocap_desktop_gui/mc/mc_app_manager.py +4 -4
- mocap_desktop_gui/mc/mc_calib.py +4 -4
- mocap_desktop_gui/mc/mc_cam_ui_states.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_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_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_list_model.py +4 -4
- mocap_desktop_gui/mc/mc_take_run.py +4 -4
- mocap_desktop_gui/mc/mc_take_run_common.py +3 -3
- mocap_desktop_gui/mc/mc_take_run_data_prep.py +4 -4
- 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 +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_video_model.py +3 -3
- mocap_desktop_gui/mc/mc_task_trt_engine_gen.py +4 -4
- mocap_desktop_gui/mc/qml_engine.py +4 -4
- mocap_desktop_gui/mc/util.py +4 -4
- mocap_desktop_gui/operations/__init__.py +3 -3
- mocap_desktop_gui/sample.py +3 -3
- mocap_desktop_gui/utils/__init__.py +3 -3
- {mocap_desktop_gui-0.5.1.dist-info → mocap_desktop_gui-0.7.0.dist-info}/METADATA +1 -1
- mocap_desktop_gui-0.7.0.dist-info/RECORD +51 -0
- mocap_desktop_gui/axengine_1727451531_2134592207.py +0 -246
- mocap_desktop_gui-0.5.1.dist-info/RECORD +0 -51
- {mocap_desktop_gui-0.5.1.dist-info → mocap_desktop_gui-0.7.0.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.5.1.dist-info → mocap_desktop_gui-0.7.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_1727983058_1342889236.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_1727983058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
|
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_1727983058_1342889236.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_1727983058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(26, 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_1727983058_1342889236.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_1727983058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(368, 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_1727983058_1342889236.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_1727983058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(394, 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_1727983058_1342889236.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_1727983058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
|
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_1727983058_1342889236.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_1727983058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(12, 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_1727983058_1342889236.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_1727983058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(10, 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_1727983058_1342889236.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_1727983058_1342889236 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_1727983058_1342889236 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(11, globals())
|
@@ -0,0 +1,51 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=IzobdR--AKy6drfuJpmb3yCJOVfKbkmymisE_Q578gU,726
|
2
|
+
mocap_desktop_gui/axengine_1727983058_1342889236.py,sha256=xNFajG0fVWcQbR0Sll43hCCbYUBp1DViLv7Xje5xDbs,379373
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=Wqcly8XW-0NRjqMed5o4cmAjwAaaAwjL5ScSQEOHCds,724
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=Iia0pVQMS-oTTo3ogJfDDd2DyYNrlAXONByZq15gpUU,724
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=SYQbBsgnM2whk-FeHcApAzC63h_-3Bf1StR7ytUfRbo,724
|
6
|
+
mocap_desktop_gui/main.py,sha256=uvlBatkvP-9TONWnCZH6coJ3fog2NO8T-CFQAzI63WQ,726
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=Uzd51phY57NzgutVMV50QqznhbVi_zb_FpF3hoJ2tNE,726
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=A8iKspdrkipJI054cfWwG6a8Hp-yVoIDFOvBsSt-FBc,726
|
9
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=e0dyNAhaIsK9XmTIKOUhJojlPpf_INxXQ3YJKj7t_xg,725
|
10
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=rPjxmhaqjNs2FImNEpOvBzl2L2kmo4fdSv4sLDvLo0A,725
|
11
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=AhjOWSb4Fsud581o57Hi2rbij9OSB0SgmICqFzlgEv4,726
|
12
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=vIcw1bjR-lTqCo-8GPV1oObgswe9coaSuMVj3XMx97s,726
|
13
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=oiBm1B8LnH-JaWs6TOaVyKJfxdNKXEpcx0utk5Ba9UY,725
|
14
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=nZNP-6oarhFnolL_eLet_tLa8CtSlZ3i1NIibur6tV0,726
|
15
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=LtH8XdjYO22jfRaexrUcbf-L5ZHCPTNshliVZK3wD7g,726
|
16
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=WVEWnormlVG3GK7qJRmy5s55jNEai1a6bEwdWOhzpQs,726
|
17
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=04vYeArmAjZ40wdtiXywY0rSIeiHaDzcibZLKSBQHaE,726
|
18
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=ECsNeCYO4SBKr7WqIgSGWKN2W1FM_xbZqh0t3oQoMfg,726
|
19
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=KlP_in4tYljDBb6HUshuqjyJC7CaGfEy5HbhiWBQo3A,726
|
20
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=bEyBPl5CA3ABjFqWZ_wZvaK0RV5LnoE6CGdNqIjhC2Q,725
|
21
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=a57VcdpJ5PD9Wo_jhd-81rrLRcMorGEtr6zpmuOVQuo,726
|
22
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=cvUwEbp9B25fKAUHeB6Z76yqz0iPG_OR1oxUzCMRGM8,726
|
23
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=GK6N6Ne5gx4yqE6IXIm1fG0LkoYarPr3vA0qwkOaswo,725
|
24
|
+
mocap_desktop_gui/mc/mc_take_run.py,sha256=VRmOgcvjrE3foFylwOAhlDodhTEvq32yUklhAcP249I,726
|
25
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=S52b7cTNWtgjrbrk0nXobtEut3Y0CzTkdUI9f-ad3Yo,725
|
26
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=EyHLZAG-OHcixy2mnDQvO7SG98FQyGmncXz0Ve5WGd4,726
|
27
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=DhDEqth9a9MAgFA0QxHYkp6dTGDS7SYdGk3ewxZQQhA,725
|
28
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=wCW0nFZ5wpX1enNO6aojGnpThzX-SKOsLYHiTMmSXqY,725
|
29
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=gef4ApsJfHxJftY8isQnno2dx7D9nms3QOK3nyMC4d0,726
|
30
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=yuKFkf7hHhsSa_l3HwOUxXEXnKFCtych7MbD1HNxzfc,726
|
31
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=MEelZeysGN9XYpGUbJp8LTlAFRnT-q-9lsOknzQcJRE,726
|
32
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=shmYGA1JThzfPuZ4zQpmxxtKW2YvvGRV-QmpSKUa6lo,725
|
33
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=3mJu3CpgNLVVonOQfsQgNl5Q8N5MGsjzLSfwCp9M1Js,726
|
34
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=sJqJfcoz_MCyHGn56Ef27Pdc1wN-Nh8YFaj3LNkw5k0,726
|
35
|
+
mocap_desktop_gui/mc/rig/Move_Mo.blend,sha256=rNN1yapGy_ok0rd5BFO7ldkTcNeeROnIrmKa2COA_Ic,29633272
|
36
|
+
mocap_desktop_gui/mc/rig/mapping_body.csv,sha256=CaJ9SLWvXNFU44ft-VI9Br4US2hmdLoMh8w8KnXvHHg,551
|
37
|
+
mocap_desktop_gui/mc/rig/mapping_fingers.csv,sha256=cy1EX5aJTRjE3dQLe9YsdrGUsxGqPjYupb99fMw_k18,1030
|
38
|
+
mocap_desktop_gui/mc/rig/sdc_rig.zip,sha256=hYCBzYFZKuSr15Xs0nql-iD6aLpuTzy-_5o2CyZjiJE,9022411
|
39
|
+
mocap_desktop_gui/mc/scene/scene_3d.blend.5a95cd45,sha256=YBmgAeDqATPeJfra3WrblJ3qpn8QfPtbh4W5Elvn0bM,31290788
|
40
|
+
mocap_desktop_gui/mc/settings/camera_models.yaml,sha256=cokr4yWMbTTw2X0ObvBIM_j9HWqgBa4QHqSDlF_XpSo,3320
|
41
|
+
mocap_desktop_gui/mc/settings/settings_action.yaml,sha256=3Yq7q5Vl4fagyFNma7CBITGgOqA8FMRSFjJiTCBeC_Y,18133
|
42
|
+
mocap_desktop_gui/mc/settings/settings_extrinsic.yaml,sha256=BUnBgmHlD-JWLKtvciwY7ekhznsANRYvPPH_Hs_GI2s,6482
|
43
|
+
mocap_desktop_gui/mc/util.py,sha256=sJcRuq_op5kQEJm172a-UbCzFr-OvUsluhlzlKf71BQ,726
|
44
|
+
mocap_desktop_gui/operations/__init__.py,sha256=EwMbXFiG61Tew9YKVp5ppH_abHzpM08Q_O1bpCN38Qc,725
|
45
|
+
mocap_desktop_gui/sample.py,sha256=CVsHGEU0WcnejbCqpNPhSNIx3BJpZaK5cCHKPspVEZY,725
|
46
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
47
|
+
mocap_desktop_gui/utils/__init__.py,sha256=-LjxhM_S1aNzc2w1baMjf1lJSg_q-Vfg2bwjhWE6Feo,725
|
48
|
+
mocap_desktop_gui-0.7.0.dist-info/METADATA,sha256=MN8vk2Uo-o6rk2jlYSbDvNTqig9xoXa6LqWhzl6b9H4,930
|
49
|
+
mocap_desktop_gui-0.7.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
50
|
+
mocap_desktop_gui-0.7.0.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
51
|
+
mocap_desktop_gui-0.7.0.dist-info/RECORD,,
|