Blender Git Commits

Blender Git "master" branch commits.

Page: 3440 / 5574

October 14, 2012, 14:18 (GMT)
Few minor fixes to i18n tools (mostly use ordered dicts too for "xgettexted" messages...).
October 14, 2012, 13:21 (GMT)
correct another misuse of FLT_MIN
October 14, 2012, 13:18 (GMT)
fix for incorrect initial boundbox with svbvh raytracing. (bad use of FLT_MIN)
October 14, 2012, 13:08 (GMT)
style cleanup
October 14, 2012, 08:49 (GMT)
code cleanup: remove redundant casts
October 14, 2012, 07:40 (GMT)
code cleanup: remove redundant casts. quiet some qualifier warnings.
October 14, 2012, 06:59 (GMT)
Fixed missing display buffer and mipmaps invalidation in cases only
few of selected objects failed to bake.
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.
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.
October 14, 2012, 04:11 (GMT)
fix for error compiling on some platforms: use ll suffix for 64bit ints in BLI_endian_switch_int64()
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).
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!
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
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!
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!
October 13, 2012, 13:40 (GMT)
And more UI messages spell check.
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!
October 13, 2012, 12:11 (GMT)
Fix for wrong cycles tangent in some cases, was missing transform.
October 13, 2012, 11:23 (GMT)
code cleanup: minor edits on recent commit.
October 13, 2012, 11:08 (GMT)
More spell check exceptions...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021