Blender Git Commits

Blender Git "master" branch commits.

Page: 3467 / 5574

September 17, 2012, 22:22 (GMT)
code cleanup: typos and set exceptional cases of zero length normals as UNLIKELY().
September 17, 2012, 22:19 (GMT)
fix for bug setting single user obdata while in editmode, it didnt work (made many copies but didn't assign them), so disable it.
September 17, 2012, 21:38 (GMT)
== filebrowser ==
added operator for resetting (cleaning up) the recent folders list in the file-browser panels.
(small and low risk request by dfelinto)
September 17, 2012, 21:29 (GMT)
== filebrowser ==
further fixes for 'RECENT' files panel in filebrowser:
* Also add the recent folder at the head if it is not yet in the list
* since we now insert at the head, we need to remove the skipping of the first entries if there are too many. Now correctly leaving the last elements unwritten.
* Another consequence of inserting at the head is that we don't want to reverse the list in the recent panel anymore - got rid of the corresponding code.
September 17, 2012, 20:16 (GMT)
fix: obvious bug in recent fix for the 'recent file' bookmark order.
Revision efaf512 by Lukas Toenne
September 17, 2012, 12:07 (GMT)
Revert r50528: "Performance fix for Cycles: Don't wait in the main UI thread when resetting devices."

This commit leads to random freezes in Cycles rendering:
https://projects.blender.org/tracker/index.php?func=detail&aid=32545&group_id=9&atid=498

The goal of this commit was to remove UI lag for OSL, but since that is not officially supported yet, better revert it until a proper fix can be implemented in 2.65.
Revision aecb2f7 by Joshua Leung
September 17, 2012, 12:05 (GMT)
Updating mingw32 config to reflect new boost libraries in svn
(1.47 -> 1.49)
September 17, 2012, 11:25 (GMT)
Fix cycles panorama camera not working with depth of field, patch by
Daniel M. Basso, thanks!
September 17, 2012, 11:25 (GMT)
Fix mac build issue after recent file browser fix.
September 17, 2012, 10:55 (GMT)
Cycles: change preview "resolution divider" that gave the number of lower
resolutions to render, to a "start resolution" which gives the resolution
to start at.

This avoids unnecessary rendering of small resolutions in small viewports,
and avoids long waiting on big viewports.
September 17, 2012, 10:54 (GMT)
UI: cosmetic tweak to render/animation/play buttons, align, change icon.
September 17, 2012, 10:50 (GMT)
Release Cycles:
* Bump BLENDER_VERSION_CYCLE to rc. BCon4, bugfixes only.
Revision 01d7885 by Sergej Reich
September 17, 2012, 10:18 (GMT)
Fix compilation for non GCC compilers

Was simple copy pase error.
September 17, 2012, 08:36 (GMT)
Fix compilation issue, also get rid of annoying "_MSC_VER not defined"
preprocessor ambiguity for MinGW
September 17, 2012, 07:12 (GMT)
Remove obsolete code from BKE_tracking_marker_clamp
September 17, 2012, 07:09 (GMT)
Fixed crash in cases sequencer returns NULL image buffer

Happens when there's no strip under current frame. Simply added NULL-check.
September 17, 2012, 06:14 (GMT)
fix [#32442] UNDO causes actual shape key to be lost, undoing a modification of another shape key.
September 17, 2012, 05:31 (GMT)
add endian switching to mask shape key loading (loading mask animations between big/little endian systems would break), also set attributes to BLI_endian_switch_* functions.
September 17, 2012, 04:29 (GMT)
code cleanup: fsmenu.c names were confusing - fsms / fsme / prev --> fsm_head / fsm_iter / fsm_prev
September 17, 2012, 04:08 (GMT)
code cleanup: correct include paths and comment
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021