Blender Git Commits

Blender Git "master" branch commits.

Page: 4558 / 5574

October 6, 2009, 11:21 (GMT)
sculpt was checking if multires was the last modifier,
instead check if its the last displayed modifier
October 6, 2009, 10:52 (GMT)
*Added memset's to make sure counters start on zero
*Disabled ray counter (can be enabled on render/extern/include/RE_raytrace.h by commenting out the define)
*marked bvh_node_merge() as static inline (hopping it now compiles on gcc and mingw)

Revision 08deeee by Joshua Leung
October 6, 2009, 10:32 (GMT)
One last try - this should fix the remaining issues:
* Made bvh_node_merge() in svbvh.h static (fix suggested by jaguarandi). This makes mingw link again.

* Also, patched my previous fix for ... = {}; since mingw didn't like the other fix (which was for msvc).
Revision c93127d by Joshua Leung
October 6, 2009, 10:23 (GMT)
Some more compile fixes for jaguarandi's commit, this time for msvc+scons

* Replaced ... = {}; with ... = {0};

* Solved problem with logf(), where msvc couldn't figure out which version of log() to call (solved by casting the int argument to a float, but could also have been to double)...

* The cflags and cxxflags for scons when compiling the rendering module were only valid for gcc compiles. These will still need to get added for msvc sometime, but for now, there are no more warnings about unknown options...
Revision 58557ea by Matt Ebb
October 6, 2009, 04:37 (GMT)
* Cmake fix for raytrace accel, still not 100% but getting there...
Revision 2936d79 by Matt Ebb
October 6, 2009, 04:37 (GMT)
* missed this in last commit
Revision 1c940d7 by Joshua Leung
October 6, 2009, 03:40 (GMT)
Attempts at some compile fixes for jaguarandi's code:

* mingw almost compiles again cleanly, except for a linking error when linking blender http://www.pasteall.org/8297
* win64 should compile again too to a similar degree?
* silenced warnings about no newlines...
Revision 3fe274b by Joshua Leung
October 6, 2009, 03:05 (GMT)
Several fixes:

* Code for generating 'Object' summary of Keyframes for DopeSheet (which is also used by the TimeLine for getting keyframes to draw) now considers materials, object data, and particles too.

* Rearranged the way that keyframing-related settings were presented in the User Preferences. The way the settings were grouped was plain confusing, and based on biased views from the old system. For the record, 'needed'+'visual' are always considered when inserting keyframes, 'always' is for autokeyframing, and default interpolation is only used for newly created F-Curves.

* Fixed bug #19472 - Scroll wheel scrolls in the wrong direction for enum-menus that were flipped (i.e. window type menu and 3d-view mode selector).
October 6, 2009, 02:56 (GMT)
Revision d28d319 by Matt Ebb
October 6, 2009, 02:45 (GMT)
* Added 'set object as camera' operator
3D View: View -> Cameras -> Set Object as Camera (Ctrl Numpad 0)
October 6, 2009, 01:58 (GMT)
October 6, 2009, 00:28 (GMT)
Added #ifdef __SSE__ so it can still build when SSE is disabled at compile time
October 5, 2009, 23:30 (GMT)
blibvh safe for 64bits
Revision 69a2432 by Janne Karhu
October 5, 2009, 23:04 (GMT)
Small fix for some old files crashing in particle drawing.
October 5, 2009, 20:31 (GMT)
[#19535]

Save back proportional editing size to toolsettings after transform.
October 5, 2009, 20:30 (GMT)
[#19542]

Correct spacing with snapping buttons in 3d view header.
October 5, 2009, 19:42 (GMT)
edge loop delete, should be a c macro but they cant do settings atm
October 5, 2009, 17:29 (GMT)
VBO:
* Disable use of EditMeshDerivedMesh for VBO drawing in editmode.
This is crashed when using e.g. subsurf in editmode, as the DM
is not an EditMeshDerivedMesh.

October 5, 2009, 16:48 (GMT)
VBO:
* Fix slowdown/freeze entering editmode on a high poly mesh,
dm->getNumFaces can be slow, don't call it in a loop.
* Fix 64bit pointer casting warnings.

October 5, 2009, 16:40 (GMT)
VBO: disable VBO's by default. Not sure why this was not done, we
agreed on this as a condition for the project to be merged.

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021