Blender Git Commit Log
Git Commits -> Revision 3cf1cac
Revision 3cf1cac by Ton Roosendaal (master) September 27, 2003, 09:38 (GMT) |
- Bug fixes for radio render (yes, releasing gives more reports!) 1. Rendering with material without radio flag sometimes caused scanline errors. The 'rad' value for rendercore loop wasn't reset in all cases 2. The color didn't truely match the color when using 'radio tool'. Cleaned up a few old lines in rendercore loop... accidentally one calculation was done double. 3. When adding new radiosity block, 'max iterations' is set at 120. this prevents noobies/experiment from going into radio-solving with a long itteration time (it exits at convergence < 0.1) |
Commit Details:
Full Hash: 3cf1cacd5dbf0efe61501762444ba26531614b86
SVN Revision: 1235
Parent Commit: 0dce5a6
Lines Changed: +3, -8