ansys-pyensight-core 0.9.16__py3-none-any.whl → 0.9.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-pyensight-core might be problematic. Click here for more details.
- ansys/pyensight/core/utils/omniverse.py +15 -0
- {ansys_pyensight_core-0.9.16.dist-info → ansys_pyensight_core-0.9.18.dist-info}/METADATA +1 -2
- {ansys_pyensight_core-0.9.16.dist-info → ansys_pyensight_core-0.9.18.dist-info}/RECORD +5 -5
- {ansys_pyensight_core-0.9.16.dist-info → ansys_pyensight_core-0.9.18.dist-info}/WHEEL +0 -0
- {ansys_pyensight_core-0.9.16.dist-info → ansys_pyensight_core-0.9.18.dist-info}/licenses/LICENSE +0 -0
|
@@ -274,8 +274,23 @@ class Omniverse:
|
|
|
274
274
|
if platform.system() == "Windows":
|
|
275
275
|
self._interpreter += ".bat"
|
|
276
276
|
return
|
|
277
|
+
# Check if the python interpreter is kit itself
|
|
278
|
+
is_omni = False
|
|
279
|
+
try:
|
|
280
|
+
import omni # noqa: F401
|
|
281
|
+
|
|
282
|
+
is_omni = "kit" in os.path.basename(sys.executable)
|
|
283
|
+
except ModuleNotFoundError:
|
|
284
|
+
pass
|
|
277
285
|
# Using the python interpreter running this code
|
|
278
286
|
self._interpreter = sys.executable
|
|
287
|
+
if is_omni:
|
|
288
|
+
kit_path = os.path.dirname(sys.executable)
|
|
289
|
+
self._interpreter = os.path.join(kit_path, "python")
|
|
290
|
+
if platform.system() == "Windows":
|
|
291
|
+
self._interpreter += ".bat"
|
|
292
|
+
else:
|
|
293
|
+
self._interpreter += ".sh"
|
|
279
294
|
|
|
280
295
|
# in the future, these will be part of the pyensight wheel
|
|
281
296
|
# dependencies, but for now we include this check.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ansys-pyensight-core
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.18
|
|
4
4
|
Summary: A python wrapper for Ansys EnSight
|
|
5
5
|
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
6
6
|
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
@@ -26,7 +26,6 @@ Requires-Dist: pypng>=0.0.20
|
|
|
26
26
|
Requires-Dist: psutil>=5.9.2
|
|
27
27
|
Requires-Dist: usd-core==24.8
|
|
28
28
|
Requires-Dist: pygltflib>=1.16.2
|
|
29
|
-
Requires-Dist: grpcio<=1.67.1
|
|
30
29
|
Requires-Dist: build>=0.10.0 ; extra == "dev"
|
|
31
30
|
Requires-Dist: bump2version>=1.0.1 ; extra == "dev"
|
|
32
31
|
Requires-Dist: ipdb>=0.9.4 ; extra == "dev"
|
|
@@ -20,7 +20,7 @@ ansys/pyensight/core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
20
20
|
ansys/pyensight/core/utils/adr.py,sha256=XslZhlwcrSGzOlnhzprOv3ju_ppxxsWBjCnQL5KiNms,3570
|
|
21
21
|
ansys/pyensight/core/utils/dsg_server.py,sha256=ScNf7sb339kvEGIwIAlJpxzPvOGbUSnvNrCat9soFlw,46769
|
|
22
22
|
ansys/pyensight/core/utils/export.py,sha256=UAJQcrElo3esQD0CWdxxjMQ8yE1vB4cdAhF33_uZfQw,22605
|
|
23
|
-
ansys/pyensight/core/utils/omniverse.py,sha256=
|
|
23
|
+
ansys/pyensight/core/utils/omniverse.py,sha256=qeIA9WgHHsf-fylT5I3z7rBUZUlSEOR-fLTvqgCPqbQ,18996
|
|
24
24
|
ansys/pyensight/core/utils/omniverse_cli.py,sha256=aVYu4HsSZBl7A9_xU3DfItNB-hpxCdMPXm_oMAOU_HQ,20261
|
|
25
25
|
ansys/pyensight/core/utils/omniverse_dsg_server.py,sha256=JCklPQC4xqwnvB7zVdLW80RpB9DlKN3hgs_Sj4sPhFY,39995
|
|
26
26
|
ansys/pyensight/core/utils/omniverse_glb_server.py,sha256=KSaLvGfyREu9bSTA3wgiAzf68s0KfQuWLwHbZ1Zf5vE,31824
|
|
@@ -31,7 +31,7 @@ ansys/pyensight/core/utils/support.py,sha256=QI3z9ex7zJxjFbkCPba9DWqWgPFIThORqr0
|
|
|
31
31
|
ansys/pyensight/core/utils/variables.py,sha256=ZUiJdDIeRcowrnLXaJQqGwA0RbrfXhc1s4o4v9A4PiY,95133
|
|
32
32
|
ansys/pyensight/core/utils/views.py,sha256=ZKhJ6vMT7Rdd4bwJ0egMYTV7-D7Q7I19fF2_j_CMQ0o,12489
|
|
33
33
|
ansys/pyensight/core/utils/resources/Materials/000_sky.exr,sha256=xAR1gFd2uxPZDnvgfegdhEhRaqKtZldQDiR_-1rHKO0,8819933
|
|
34
|
-
ansys_pyensight_core-0.9.
|
|
35
|
-
ansys_pyensight_core-0.9.
|
|
36
|
-
ansys_pyensight_core-0.9.
|
|
37
|
-
ansys_pyensight_core-0.9.
|
|
34
|
+
ansys_pyensight_core-0.9.18.dist-info/licenses/LICENSE,sha256=K6LiJHOa9IbWFelXmXNRzFr3zG45SOGZIN7vdLdURGU,1097
|
|
35
|
+
ansys_pyensight_core-0.9.18.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
36
|
+
ansys_pyensight_core-0.9.18.dist-info/METADATA,sha256=MYhRf9h-UvvQcuD-WLlmnw0I7sRZutpejfXfKKKgRqQ,12093
|
|
37
|
+
ansys_pyensight_core-0.9.18.dist-info/RECORD,,
|
|
File without changes
|
{ansys_pyensight_core-0.9.16.dist-info → ansys_pyensight_core-0.9.18.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|