Skip to content

Commit

Permalink
Merge pull request #261 from hrithikwins/ux/billboard-naming
Browse files Browse the repository at this point in the history
Avoiding confusing between Blender X axis and Threejs Y Axis
  • Loading branch information
keianhzo authored Jan 11, 2024
2 parents a5cee82 + 3dfded1 commit c2d649f
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="Only Y", description="Rotate only on the Y axis", 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)

1 comment on commit c2d649f

@hrithikwins
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

Please sign in to comment.