Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorPeter Kim <pk15950@gmail.com>2021-10-26 07:42:09 +0300
committerPeter Kim <pk15950@gmail.com>2021-10-26 07:42:09 +0300
commit89637f40df337db587709818cf548554f75b4239 (patch)
tree541e8267a7dc7d96803186948515c19f8815aaf7 /source
parent9dbfa05c44fa691603ebb15f442094639d010827 (diff)
Cleanup: Improve description for XR absolute tracking
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_xr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_xr.c b/source/blender/makesrna/intern/rna_xr.c
index 0f6544e6d47..dd4cbeac174 100644
--- a/source/blender/makesrna/intern/rna_xr.c
+++ b/source/blender/makesrna/intern/rna_xr.c
@@ -1747,7 +1747,9 @@ static void rna_def_xr_session_settings(BlenderRNA *brna)
"rna_XrSessionSettings_use_absolute_tracking_get",
"rna_XrSessionSettings_use_absolute_tracking_set");
RNA_def_property_ui_text(
- prop, "Absolute Tracking", "Use unadjusted location/rotation as defined by the XR runtime");
+ prop,
+ "Absolute Tracking",
+ "Allow the VR tracking origin to be defined independently of the headset location");
RNA_def_property_update(prop, NC_WM | ND_XR_DATA_CHANGED, NULL);
}