mani-skill-nightly 2025.3.20.0__py3-none-any.whl → 2025.3.20.16__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.
@@ -1,5 +1,6 @@
1
1
  import sapien
2
2
  from sapien.utils import Viewer
3
+ import sys
3
4
 
4
5
  from mani_skill.render import SAPIEN_RENDER_SYSTEM
5
6
  from mani_skill.sensors.camera import CameraConfig
@@ -30,6 +31,8 @@ def create_viewer(viewer_camera_config: CameraConfig):
30
31
  viewer = Viewer(
31
32
  resolutions=(viewer_camera_config.width, viewer_camera_config.height)
32
33
  )
34
+ if sys.platform == 'darwin': # macOS
35
+ viewer.window.set_content_scale(1)
33
36
  elif SAPIEN_RENDER_SYSTEM == "3.1":
34
37
  # TODO (stao): figure out how shader pack configs can be set at run time
35
38
  viewer = Viewer(
@@ -38,5 +41,6 @@ def create_viewer(viewer_camera_config: CameraConfig):
38
41
  viewer_camera_config.shader_config.shader_pack
39
42
  ),
40
43
  )
44
+
41
45
 
42
46
  return viewer
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mani-skill-nightly
3
- Version: 2025.3.20.0
3
+ Version: 2025.3.20.16
4
4
  Summary: ManiSkill3: A Unified Benchmark for Generalizable Manipulation Skills
5
5
  Home-page: https://github.com/haosulab/ManiSkill
6
6
  Author: ManiSkill contributors
@@ -686,9 +686,9 @@ mani_skill/vector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
686
686
  mani_skill/vector/wrappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
687
687
  mani_skill/vector/wrappers/gymnasium.py,sha256=v1MDPIrVACBKCulrpdXBK2jDZQI7LKYFZgGgaCC5avY,7408
688
688
  mani_skill/vector/wrappers/sb3.py,sha256=SlXdiEPqcNHYMhJCzA29kBU6zK7DKTe1nc0L6Z3QQtY,4722
689
- mani_skill/viewer/__init__.py,sha256=0l9mfA-65WLaiAg4bcJqzwfKH5Eom5UtkxU68NyR2Jc,1609
690
- mani_skill_nightly-2025.3.20.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
691
- mani_skill_nightly-2025.3.20.0.dist-info/METADATA,sha256=UPlTWgrPgcws4NAEL0lAIJgGIeMwu9XiRuMePVJD41I,9289
692
- mani_skill_nightly-2025.3.20.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
693
- mani_skill_nightly-2025.3.20.0.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
694
- mani_skill_nightly-2025.3.20.0.dist-info/RECORD,,
689
+ mani_skill/viewer/__init__.py,sha256=srvDBsk4LQU75K2VIttrhiQ68p_ro7PSDqQRls2PY5c,1722
690
+ mani_skill_nightly-2025.3.20.16.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
691
+ mani_skill_nightly-2025.3.20.16.dist-info/METADATA,sha256=8Ks51TEOripmImK68gT1jGPbnBIspV3155tRb0BkoPs,9290
692
+ mani_skill_nightly-2025.3.20.16.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
693
+ mani_skill_nightly-2025.3.20.16.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
694
+ mani_skill_nightly-2025.3.20.16.dist-info/RECORD,,