Blender Git Loki
Git Commits -> Revision 3718c04
Revision 3718c04 by Sergey Sharybin (master) October 20, 2013, 01:09 (GMT) |
Fix compositor rendering scenes multiple times in some cases Issue was caused by Blender Internal changing LIB_DOIT flag for scene when it gets updated for new frame. This leads into conflict with flag used for tagging scenes fr render, For now made it so nodes are being tagged instead of scene. Only none node from those who're sharing the scene will be tagged. And rendering scenes for node tree now checks for node flag instead of scene's datablock one. Ideally this tag would be replaced with scenes stored in an array, but then it's not so clear how to check which node to update. |
Commit Details:
Full Hash: 3718c048447a0fd596cafb4e1d619d0c8273e6f4
SVN Revision: 60866
Parent Commit: 4f6dd55
Lines Changed: +9, -4
1 Modified Path:
/source/blender/render/intern/source/pipeline.c (+9, -4) (Diff)