Notifications
Clear all

[Closed] Help a Newbie write a simple script

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.

Excellent, another lesson learned, thank you!!

Page 3 / 3