API v2 2025.1¶
This page shows what was added to and changed in the Python API v2 in VRED 2025.1, compared to 2025.
Python version¶
The Python version was updated to 3.11.9.
Qt version¶
Qt has been updated to 6.5.5.
API¶
New functions, classes and types¶
Physics (Collision)
- vrPhysicsService
- vrPhysicsTypes
- vrdPhysicsConfig
- vrdPhysicsConvexConfig
- vrdPhysicsHullConfig
- vrdPhysicsTrianglesConfig
- vrdPhysicsInfo
VR
- vrImmersiveInteractionService.getShowTrackedHandsInMR() → bool
- vrImmersiveInteractionService.setShowTrackedHandsInMR(showHands)
- vrImmersiveInteractionService.isHandTrackingGestureEnabled(gesture, leftHand) → bool
- vrImmersiveInteractionService.setHandTrackingGestureEnabled(gesture, leftHand, enable)
- vrImmersiveInteractionService.getUseBoundingBoxCollisionObjects() → bool
- vrImmersiveInteractionService.setUseBoundingBoxCollisionObjects(useBoundingBox)
Logging
Camera viewpoints
File Import
File Export
- vrFileTypes.TextureCompressionMode
- vrdFileExportSettings.getTextureCompressionMode() → vrFileTypes.TextureCompressionMode
- vrdFileExportSettings.setTextureCompressionMode(mode)
- vrdFileExportSettings.getTextureCompressionQuality() → integer
- vrdFileExportSettings.setTextureCompressionQuality(quality)
- vrdFileExportSettings.getKeepDefaultCameras() → bool
- vrdFileExportSettings.setKeepDefaultCameras(enable)
Removed functions¶
- vrdLinearGradientStop.getSRgbMidColorPosition()
- vrdLinearGradientStop.setSRgbMidColorPosition(midColorPosition)