Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2013-05-15bmesh edgeloop utility function, calculates an edge loop from 2 verts (start ...Campbell Barton
2013-05-15fix for own recent change with normal calculation (with no faces it wasn't fr...Campbell Barton
2013-05-15More fix for memory leaks in the Freestyle module.Tamito Kajiyama
2013-05-15BGE: A little bit of cleanup:Mitchell Stokes
2013-05-15Further fix for memory leaks in Freestyle Python API components:Tamito Kajiyama
2013-05-15Fix for a copy-and-paste bug in a Freestyle Python API helper function.Tamito Kajiyama
2013-05-14Patch to CMake build system.Jürgen Herrmann
2013-05-14Moved main part of bpy.app.translations doc out of C code, as suggested by Ca...Bastien Montagne
2013-05-14Fix #35347: constraints with vertex group targets were not using the vertex g...Brecht Van Lommel
2013-05-14CMake build system updateJürgen Herrmann
2013-05-14API doc for bpy.app.translations should look better now.Bastien Montagne
2013-05-14"Fix" for #35336. Added a warning in the doc string for nodetree.nodes.new() ...Lukas Toenne
2013-05-14bridge tool: fix for error in recent commit. missed NULL check for example face.Campbell Barton
2013-05-14Fix for #35349, multiple viewers nodes crashing during render. The condition ...Lukas Toenne
2013-05-14Code cleanup: fix confusing line of code with useless ||.Brecht Van Lommel
2013-05-14style cleanupCampbell Barton
2013-05-14tweak to r56784, no functional change, utility function worked confusingly.Campbell Barton
2013-05-14fix for problem where edge loop select would select too many vertices (extend...Campbell Barton
2013-05-14refactor bmesh edge loop walker,Campbell Barton
2013-05-14bmesh api: add 'is_boundary' attribute to verts.Campbell Barton
2013-05-14Added support for WITH_CXX_GUARDEDALLOC build option to the Freestyle module.Tamito Kajiyama
2013-05-14Fix for a memory leak during Freestyle stroke shading.Tamito Kajiyama
2013-05-14The usual fix for blenderplayer. I didn't have time to test scons but looks l...Antony Riakiotakis
2013-05-14Patch [#35234]:Jürgen Herrmann
2013-05-13fix for strange behavior with loop select involving ngons,Campbell Barton
2013-05-13code cleanup: remove duplicate calls to 'BMW_current_state'Campbell Barton
2013-05-13Cleanup and small improvements to libmvSergey Sharybin
2013-05-13new bevel: fix for crash in merge, could result in collapsing faces being inv...Campbell Barton
2013-05-13Fix sculpt getting slower as you paint a longer stroke. Partial redraw wasBrecht Van Lommel
2013-05-13Fix #35342: multisample antialiasing makes tooltips look blurry.Brecht Van Lommel
2013-05-13remove BLI_array use in bmesh mirror, add BMO_iter_as_arrayN() function.Campbell Barton
2013-05-13Apply scale on scene reconstruction when applying scale on cameraSergey Sharybin
2013-05-13Fix #35337: sculpt performance regression, partial redraw was not working any...Brecht Van Lommel
2013-05-13new bridge tool: fix for cases with it would crash when existing faces matche...Campbell Barton
2013-05-13Added RNA access to mask spline's points.Sergey Sharybin
2013-05-13fix [#35308] Edge Split operator splits unselected edgesCampbell Barton
2013-05-13Fix #35330: Blur node crash due to size overflowSergey Sharybin
2013-05-13fix for bridge flipping, loops pointing away from eachother (over 90d differe...Campbell Barton
2013-05-13C forbids having variables declarations in the middle of code block.Sergey Sharybin
2013-05-13Fix #35329: action actuator crash with replacemesh, pointers got outdated.Brecht Van Lommel
2013-05-13Fix #35327: compositing Z combine node was not giving the same result as prev...Brecht Van Lommel
2013-05-13No end point in UI messages...Bastien Montagne
2013-05-13fix [#35335] Crash when rendering a text object with a remesh modifier and a ...Campbell Barton
2013-05-13change to drag-lock behavior, only use with outliner (this way layers can be ...Campbell Barton
2013-05-13fix for toggle drag not working in popups (move layers for eg)Campbell Barton
2013-05-13fix for building with mingwCampbell Barton
2013-05-13BGE: Fix for [#35320] "Crash When Adding Property without Setting Material" r...Mitchell Stokes
2013-05-13BGE: I had the assert in stubs.c backwards. However, it looks like the Blende...Mitchell Stokes
2013-05-13BGE: Adding an assert(true); to every function defined in stubs.c. This shoul...Mitchell Stokes
2013-05-13BGE: Tweaking the linking order of the Blenderplayer (CMake) to avoid needing...Mitchell Stokes