Skip to content

Commit

Permalink
Merge: Blender official patch (99d2c979a9bd4b38d618696c83cb02fd6d8083ae)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Mar 21, 2023
1 parent b9b8d89 commit 57fc804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magic_uv/op/texture_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def update_func(_, __):
)
scene.muv_texture_projection_adjust_window = BoolProperty(
name="Adjust Window",
description="Scale of rendered texture is fitted to window",
description="Scale of renderered texture is fitted to window",
default=True
)
scene.muv_texture_projection_apply_tex_aspect = BoolProperty(
Expand Down

0 comments on commit 57fc804

Please sign in to comment.