Fix T48320: Freestyle renders wrong edges of objects which in the other RenderLayer.
FSAA sample files in EXR format are no longer always updated (after some changes between 2.73 and 2.74 releases), and the reported bug was caused by old samples from a previous frame that were being merged by mistake. The present revision addresses the documented issue by entirely skipping the rendering of auto-generated scenes when there are no Freestyle strokes to render, which suppresses sample merging of the render layers that were not rendered.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
void ComputeSteerableViewMap();
|
||||
void saveSteerableViewMapImages();
|
||||
void toggleEdgeTesselationNature(Nature::EdgeNature iNature);
|
||||
void DrawStrokes();
|
||||
int DrawStrokes();
|
||||
void ResetRenderCount();
|
||||
Render *RenderStrokes(Render *re, bool render);
|
||||
void SwapStyleModules(unsigned i1, unsigned i2);
|
||||
|
||||
Reference in New Issue
Block a user