Skip to content

Commit

Permalink
Updated the description to be correct and be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
hrithikwins committed Dec 22, 2023
1 parent 0b26622 commit 3dfded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_hubs_addon/components/definitions/billboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3dfded1

Please sign in to comment.