We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c53caa commit 2ac9af0Copy full SHA for 2ac9af0
scripts/05_modules/bodypaint/call_uv_command_r18.py
@@ -56,7 +56,7 @@ def main():
56
# Retrieves UVW list
57
uvw = handle.GetUVW()
58
if uvw is None:
59
- raise RuntimeError("Failed to retrieves the uvw from the the texture view.")
+ raise RuntimeError("Failed to retrieve the uvw from the the texture view.")
60
61
# Calls UVCOMMAND_TRANSFORM to change UVW list
62
ret = c4d.modules.bodypaint.CallUVCommand(handle.GetPoints(),
0 commit comments