Blender Git Loki
Git Commits -> Revision 7722351
Revision 7722351 by Ton Roosendaal (master) June 9, 2006, 12:21 (GMT) |
Bugfix #4298 Uncommitted the feature I added for Plumiferos to be able to render animated render-borders (which effectively means every frame can be a different size). For several reasons; - it will crash movie rendering (when image sizes differ) - it forced code to do a full initialize each frame, also for setting the renderwindow (which popped up on each frame) - the render pipeline was not designed with per-frame python changes in mind for image sizes... it uses an "Initialize" stage which is only called once for an entire sequence. That latter might be an omission, but for that I better code a new API call (for use in Python) so a re-init can be enforced. The old functionality (animated render borders) will still work when you render in background, using small steps like blender -s 1 -e 5 -a etc. |
Commit Details:
Full Hash: 77223515a9291e1130db661f7acad6abda2fd301
SVN Revision: 7656
Parent Commit: c595112
Lines Changed: +5, -20
1 Modified Path:
/source/blender/render/intern/source/pipeline.c (+5, -20) (Diff)