mocap-desktop-gui 0.4.2__py3-none-any.whl → 0.6.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_1727709666_3497594001.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 +4 -4
- 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 +18 -0
- 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 +18 -0
- mocap_desktop_gui/mc/mc_take_runs_local_manager.py +18 -0
- 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 +4 -4
- 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.4.2.dist-info → mocap_desktop_gui-0.6.0.dist-info}/METADATA +1 -1
- mocap_desktop_gui-0.6.0.dist-info/RECORD +51 -0
- mocap_desktop_gui/axengine_1727360251_498228821.py +0 -246
- mocap_desktop_gui-0.4.2.dist-info/RECORD +0 -48
- {mocap_desktop_gui-0.4.2.dist-info → mocap_desktop_gui-0.6.0.dist-info}/WHEEL +0 -0
- {mocap_desktop_gui-0.4.2.dist-info → mocap_desktop_gui-0.6.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_1727709666_3497594001.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_1727709666_3497594001 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_1727709666_3497594001 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(391, 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_1727709666_3497594001.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_1727709666_3497594001 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_1727709666_3497594001 import WupiError, WupiLicenseError, WupiErrorCode
|
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_1727709666_3497594001.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_1727709666_3497594001 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_1727709666_3497594001 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(354, 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_1727709666_3497594001.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_1727709666_3497594001 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_1727709666_3497594001 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(380, 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_1727709666_3497594001.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_1727709666_3497594001 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_1727709666_3497594001 import WupiError, WupiLicenseError, WupiErrorCode
|
18
|
+
_axengine._axe_run(278, globals())
|
@@ -2,17 +2,17 @@ import os as _os
|
|
2
2
|
import sys as _sys
|
3
3
|
_axeSearchPath = _os.path.dirname(_os.path.abspath(__file__))
|
4
4
|
while not _os.path.exists(_os.path.join(_axeSearchPath,
|
5
|
-
'
|
5
|
+
'axengine_1727709666_3497594001.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_1727709666_3497594001 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_1727709666_3497594001 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_1727709666_3497594001.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_1727709666_3497594001 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_1727709666_3497594001 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_1727709666_3497594001.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_1727709666_3497594001 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_1727709666_3497594001 import WupiError, WupiLicenseError, WupiErrorCode
|
18
18
|
_axengine._axe_run(11, globals())
|
@@ -0,0 +1,51 @@
|
|
1
|
+
mocap_desktop_gui/__init__.py,sha256=7-gytQ3kNctGCa0HsCcCH_mbH3aF0Ot4nY1ycw93CXU,726
|
2
|
+
mocap_desktop_gui/axengine_1727709666_3497594001.py,sha256=KZb9CL9MR-DIhkCsNJKO18fZEThKzTa5HDvR_-CuX9A,369708
|
3
|
+
mocap_desktop_gui/gen/rc_icons.py,sha256=TQH3hfKdNd78loylaJ0_Z9B8kwaWOqX_iD2YHpc1pOI,724
|
4
|
+
mocap_desktop_gui/gen/rc_qml.py,sha256=plxQqTVNc2jRkrw46bpmv2enGtMus2hDiL45595SMUg,724
|
5
|
+
mocap_desktop_gui/gen/rc_style.py,sha256=DV9tKXPKAa0PdFeej16tlu4La1B2darQjQP7E9DM2Dk,724
|
6
|
+
mocap_desktop_gui/main.py,sha256=YcB0Q8U_vOh5WjFkDbu31Wxaaz64yQm7hAnpyHnsrWU,726
|
7
|
+
mocap_desktop_gui/mc/__init__.py,sha256=pR2TO5mnluQXU95yqONPPjGO9iuV5feRgokpjDc0AT4,726
|
8
|
+
mocap_desktop_gui/mc/bld_fbx_2_glb.py,sha256=_K2bD1dNSg8ZFXL1Mx5ZFpZOfQPRzCUVV_RB7qU8X2s,726
|
9
|
+
mocap_desktop_gui/mc/camera_models.py,sha256=VHubJvJbjMncqsUZMYHsgTaDMn9fS_a1HojJIIjXshs,725
|
10
|
+
mocap_desktop_gui/mc/mc_app_manager.py,sha256=zssCSFJa5idtXahXm3e5ititPITg9CuURz21nztZyCY,725
|
11
|
+
mocap_desktop_gui/mc/mc_calib.py,sha256=1_DWCQRfO8MU3_VQh_X82tl3scBvV0mLLFlsQs_T9bM,726
|
12
|
+
mocap_desktop_gui/mc/mc_cam_ui_states.py,sha256=dkOIEfUr03Z6Kll2uNQ3Z5LymtoG5ihO7f6Ni1LfZBk,726
|
13
|
+
mocap_desktop_gui/mc/mc_common_paths.py,sha256=k2q8EQDcNqe5vbwT4JS5jW_urohxpRDYMiqCQdXy32I,725
|
14
|
+
mocap_desktop_gui/mc/mc_context.py,sha256=CHb316YjsMQ2-qN9UtPJLiAEG1DHzDtVCRtkTR73o-M,726
|
15
|
+
mocap_desktop_gui/mc/mc_file_util.py,sha256=JpTZ2Qzi1T3aAPU1stHXKq4v01TLH_KmqrmakXY8PFg,726
|
16
|
+
mocap_desktop_gui/mc/mc_import_folder.py,sha256=5vydozyIbnw3yAQ5qWXrv9676f2VzMJLNlvYsJ0f53M,726
|
17
|
+
mocap_desktop_gui/mc/mc_project.py,sha256=dOpvMGW8jqdbk7oj3GoDNlfoXA9TPfxigkE1XsdWh5I,726
|
18
|
+
mocap_desktop_gui/mc/mc_project_manager.py,sha256=3vIFbY5G7ZQKR1z0Mz5S3tQ2ITiFdSKEOZJL9rhAl8k,726
|
19
|
+
mocap_desktop_gui/mc/mc_sync_media_player.py,sha256=jPRrc3uKxOkjeS_WdniDaQkB-6tuT2YNC3Hi4-lQDM0,726
|
20
|
+
mocap_desktop_gui/mc/mc_sync_video_decoder_service.py,sha256=ryokr58bh20PoAfen156g7TrnbQjlz2y6xyosDA53SE,725
|
21
|
+
mocap_desktop_gui/mc/mc_sync_video_paint_item.py,sha256=zgSE4OZb3jZN-dB9b_OenoGoTmYzZRdfl5FeL1GCIG8,726
|
22
|
+
mocap_desktop_gui/mc/mc_take.py,sha256=RcqoZnPRFS79E8We6PzHuZ6MhXQ05ht73TY1yJQVTGY,726
|
23
|
+
mocap_desktop_gui/mc/mc_take_list_model.py,sha256=PrLRlEqUS_LQOkTZp6-WFQ7QzOjOmvmqFDlNNxoKgXw,725
|
24
|
+
mocap_desktop_gui/mc/mc_take_run.py,sha256=7uxpMEhgAaViFd2qpXN8WT8zfgDIcnsCrYsNR6ANK90,726
|
25
|
+
mocap_desktop_gui/mc/mc_take_run_common.py,sha256=awCVvVLqmfbHtQjn-n9cNSvW2J5HS1424DSF0aUGIoU,725
|
26
|
+
mocap_desktop_gui/mc/mc_take_run_data_prep.py,sha256=IsPhjUzV_5995bSSVfoRgdlaGI3r9kfwpR89UHNtCH0,726
|
27
|
+
mocap_desktop_gui/mc/mc_take_run_settings.py,sha256=ifE9RLH64x1q9vBSzcoawwtcOoJgj-EeuTfb8scN3eU,725
|
28
|
+
mocap_desktop_gui/mc/mc_take_runs_cloud_manager.py,sha256=qqDZBVlPjf4cM7np032dHULPF2NMuz9AFMfl5x_MPlo,725
|
29
|
+
mocap_desktop_gui/mc/mc_take_runs_local_manager.py,sha256=MJdgQfS8CRvdQMgHMxOuuhwLfghvbhg3MUhag41Yt7M,726
|
30
|
+
mocap_desktop_gui/mc/mc_take_runs_manager.py,sha256=GrYt1sgkJBCLcIflqa9KMM8wA6lNpAxw9wwaHP2myqE,726
|
31
|
+
mocap_desktop_gui/mc/mc_take_settings.py,sha256=MgrjwCGUXUuwjIQN7PWAkd6yrbiDmdQp9BhoNW-7NzE,726
|
32
|
+
mocap_desktop_gui/mc/mc_take_video_model.py,sha256=Q0IzP6LXLLdFaL9Gx6doAcYuVAbqtAp2brDtHGEwW4E,725
|
33
|
+
mocap_desktop_gui/mc/mc_task_trt_engine_gen.py,sha256=lEsz4OVEoe8zD18taRn97YrupGAB7uYsmcSF10U7vGc,726
|
34
|
+
mocap_desktop_gui/mc/qml_engine.py,sha256=UOES-E1VbsC3w6jBJJ3H1DKp_bdtQrDMLJfjXZIHNkk,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=78pxjNw6CKRdocLzD9U3pb1IJhLIxcZSnNmO2B23A0M,726
|
44
|
+
mocap_desktop_gui/operations/__init__.py,sha256=WTGdq9OxBBw7iTAYj9UXWraVhginDeFugCRRSrNgtUs,725
|
45
|
+
mocap_desktop_gui/sample.py,sha256=5W13lUt6dee-ZU2WI2brkiAX_NN0oCfwYPEfBrQ75aU,725
|
46
|
+
mocap_desktop_gui/settings.ini,sha256=kBwDIpL74uLZhID3_yaECygFKftAyevRrN7PRcjpVvc,131
|
47
|
+
mocap_desktop_gui/utils/__init__.py,sha256=mCYiVcZyNsSDaL_iEQRXAJDJXoAXb0mxBE5SHfeeSnM,725
|
48
|
+
mocap_desktop_gui-0.6.0.dist-info/METADATA,sha256=glAmh0i3CpUGdvwSvlHEaS8JdjNmNK5UGs9REEwEw64,930
|
49
|
+
mocap_desktop_gui-0.6.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
50
|
+
mocap_desktop_gui-0.6.0.dist-info/entry_points.txt,sha256=xMiDqkrscETVFaPjOzROvqLLQqlaurQKY-U4nPckFog,64
|
51
|
+
mocap_desktop_gui-0.6.0.dist-info/RECORD,,
|