Krion Posted September 26, 2018 Share Posted September 26, 2018 Hello! When i render to disk i only get 2 weird files (screenshot) What am i doing wrong? I am rendering at the minimum resolution of the non commercial version. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
Atom Posted September 26, 2018 Share Posted September 26, 2018 To render an image sequence you must embed a global frame variable into the file name. Try using... imageITself_$F4.jpg Make sure to add the file extension to the filename. The $F4 will give you a 4 digit zero padded frame number. Other options are $F3 or just $F. Quote Link to comment Share on other sites More sharing options...
TheDude Posted September 26, 2018 Share Posted September 26, 2018 output picture on mantra -- this dictates where your image will save. You are rendering frame 1 - 50 as 1 file, which is shown second from top of your file browser. this also has no extension. make sure to include extension on your output picture (as in .jpg, .exr, .tiff, whatever you want), and i presume you don't want to overwrite every frame into the same file, so add in _$F4 before your extension. $F means current frame number, $F4 means it will always output 4 digits representing current frame number. Quote Link to comment Share on other sites More sharing options...
Krion Posted September 27, 2018 Author Share Posted September 27, 2018 Thanks you both! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.