Revision 7b8dc4b by Bastien Montagne October 14, 2012, 14:18 (GMT) |
Few minor fixes to i18n tools (mostly use ordered dicts too for "xgettexted" messages...). |
Revision 459a2b3 by Campbell Barton October 14, 2012, 13:21 (GMT) |
correct another misuse of FLT_MIN |
Revision 76d0ae0 by Campbell Barton October 14, 2012, 13:18 (GMT) |
fix for incorrect initial boundbox with svbvh raytracing. (bad use of FLT_MIN) |
Revision 8e01b89 by Campbell Barton October 14, 2012, 13:08 (GMT) |
style cleanup |
Revision 3a947cf by Campbell Barton October 14, 2012, 08:49 (GMT) |
code cleanup: remove redundant casts |
Revision 27e54f4 by Campbell Barton October 14, 2012, 07:40 (GMT) |
code cleanup: remove redundant casts. quiet some qualifier warnings. |
Revision 76e2706 by Sergey Sharybin October 14, 2012, 06:59 (GMT) |
Fixed missing display buffer and mipmaps invalidation in cases only few of selected objects failed to bake. |
Revision 643f331 by Campbell Barton October 14, 2012, 04:42 (GMT) |
Rip-fill mesh tool (option for rip operator) Alt+V will fill the area inbetween the ripped faces - a bit like extrude. faces are flipped to match existing geometry and customdata (uv, vcols etc) is copied from surrounding geometry too. |
Revision 64b187a by Mitchell Stokes October 14, 2012, 04:22 (GMT) |
Blenderplayer: Fixing a crash on startup when the graphics driver tried to use uninitialized memory. I had fixed this previously in Swiss, but it looks like I missed grabbing the fix when bringing the GetViewPort() changes into trunk. |
Revision 68d68e1 by Campbell Barton October 14, 2012, 04:11 (GMT) |
fix for error compiling on some platforms: use ll suffix for 64bit ints in BLI_endian_switch_int64() |
Revision 3867633 by Campbell Barton October 14, 2012, 03:56 (GMT) |
use safer string copy functions and change the define for FILE_MAX_LIBEXTRA to use MAX_ID_NAME (now greater then 32). |
Revision e4cffb8 by Bastien Montagne October 13, 2012, 21:32 (GMT) |
Minor: precision in template_list doc, that only one list is allowed per template... Note: I should really try to remove this stupid limitation! |
Revision 34f674c by Sergey Sharybin October 13, 2012, 16:42 (GMT) |
Make zoom direction consistent all over the editors Was discussed in De Balie with lots of artists and we agreed it makes more sense to behave this way |
Revision b50fc8a by Bastien Montagne October 13, 2012, 15:44 (GMT) |
More UI messages fixes. Also forgot to translate reports' titles, and change some usages of BKE_reportf to simple BKE_report, when the former is not needed! |
Revision 3d6ab52 by Bastien Montagne October 13, 2012, 13:55 (GMT) |
Add translation of reports messages (only direct uses of BKE_report(f)/BKE_reports_append(f) funcs for now). Already adds quite a bunch of new msgids! |
Revision 9f21b79 by Bastien Montagne October 13, 2012, 13:40 (GMT) |
And more UI messages spell check. |
Revision 3b88a29 by Sergey Sharybin October 13, 2012, 12:38 (GMT) |
Cycles: progressive refine option Just makes progressive refine :) This means the whole image would be refined gradually using as much threads as it's set in performance settings. Having enough tiles is required to have this option working as it's expected. Technically it's implemented by repeatedly computing next sample for all the tiles before switching to next sample. This works around 7-12% slower than regular tile-based rendering, so use this option only if you really need it. This commit also fixes progressive update of image when Save Buffers option is enabled. And one more thing this commit fixes is handling display buffer with Save Buffers option enabled. If this option is enabled image buffer wouldn't have neither byte nor float buffer until image is fully rendered which could backfire in missing image while rendering in cases color management cache became full. This issue solved by allocating byte buffer for image buffer from tile update callback. Patch was reviewed by Brecht. He also made some minor edits to original version to patch. Thanks, man! |
Revision 51105bb by Brecht Van Lommel October 13, 2012, 12:11 (GMT) |
Fix for wrong cycles tangent in some cases, was missing transform. |
Revision ee67123 by Campbell Barton October 13, 2012, 11:23 (GMT) |
code cleanup: minor edits on recent commit. |
Revision 4ef69fe by Bastien Montagne October 13, 2012, 11:08 (GMT) |
More spell check exceptions... |
|
|
|


Master Commits
MiikaHweb | 2003-2021