Blender Git Loki
Git Commits -> Revision f832e30
Revision f832e30 by Alfredo de Greef (master) June 6, 2006, 01:57 (GMT) |
Added support for linked objects from libraries which can have names that are already defined locally, probably does not work fully yet. Added extra 'threads' parameter as requested by Lynx3d. Optimized drawing of rendered tiles, so that the entire image doesn't have to be redrawn every time a tile is complete. The blender code that handles this part was not yet complete and could only draw (sets of) scanlines. I extended the renderwin_progress() function in renderwin.c to handle a given subrectangle. This code needs review! For the limited test I did it seems to work at least... |
Commit Details:
Full Hash: f832e30669e7a9144050038d08ca5888df4fcddc
SVN Revision: 7626
Parent Commit: 4467c26
Lines Changed: +50, -25