Notifications
Clear all
[Closed] Help a Newbie write a simple script
Page 3 / 3
Prev
Jun 20, 2019 9:31 pm
It should be something like this:
(maxfilepath + @"output\" + texture + "_" + cam.name + ".png")
Notice I’ve added “@” before "output\"
because the backward slash is a special character and the following character (“) would not close the string literal.
Page 3 / 3
Prev