Merged changes in the trunk up to revision 37539.
Conflicts resolved: source/blender/render/intern/source/pipeline.c Also fixed an inconsistent conflict resolution in the last commit with regard to release/scripts/startup/bl_ui/properties_render.py. This problem resulted in empty menus in the GUI.
This commit is contained in:
@@ -146,7 +146,7 @@ typedef struct RenderResult {
|
||||
typedef struct RenderStats {
|
||||
int cfra;
|
||||
int totface, totvert, totstrand, tothalo, totlamp, totpart;
|
||||
short curfield, curblur, curpart, partsdone, convertdone;
|
||||
short curfield, curblur, curpart, partsdone, convertdone, curfsa;
|
||||
double starttime, lastframetime;
|
||||
const char *infostr, *statstr;
|
||||
char scenename[32];
|
||||
|
||||
Reference in New Issue
Block a user