From 3dfded1e0f882f04ed6cfbeb36d15044aad38ab0 Mon Sep 17 00:00:00 2001 From: hrithik-13pro Date: Fri, 22 Dec 2023 10:26:14 +0530 Subject: [PATCH] Updated the description to be correct and be more descriptive --- addons/io_hubs_addon/components/definitions/billboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/io_hubs_addon/components/definitions/billboard.py b/addons/io_hubs_addon/components/definitions/billboard.py index 166c3f65..a8b3b4d2 100644 --- a/addons/io_hubs_addon/components/definitions/billboard.py +++ b/addons/io_hubs_addon/components/definitions/billboard.py @@ -15,4 +15,4 @@ class Billboard(HubsComponent): } onlyY: BoolProperty( - name="Vertical Axis Only", description="Locks the Vertical Axis to enable only side to side movement", default=False) + name="Vertical Axis Only", description="Locks the Vertical Axis to enable only side to side movement in world space and removes any other rotational transforms", default=False)