Skip to content

Commit 2ac9af0

Browse files
authored
fix typo
1 parent 4c53caa commit 2ac9af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/05_modules/bodypaint/call_uv_command_r18.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main():
5656
# Retrieves UVW list
5757
uvw = handle.GetUVW()
5858
if uvw is None:
59-
raise RuntimeError("Failed to retrieves the uvw from the the texture view.")
59+
raise RuntimeError("Failed to retrieve the uvw from the the texture view.")
6060

6161
# Calls UVCOMMAND_TRANSFORM to change UVW list
6262
ret = c4d.modules.bodypaint.CallUVCommand(handle.GetPoints(),

0 commit comments

Comments
 (0)