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-16CMakeLists.txt changes to use new static Jack libs with VC2012Jürgen Herrmann
2013-05-16Fix compile error on VS2012.Jürgen Herrmann
2013-05-16fix [#35385] freestyle rendering crash blenderCampbell Barton
2013-05-16bmesh grid fill: interpolate vertex customdata (useful for vertex weights and...Campbell Barton
2013-05-16Fix for [#35352] Freestyle + Geometry Spatial Noise freezes on render.Tamito Kajiyama
2013-05-16Fix #35368:Brecht Van Lommel
2013-05-16Fix #35372: sculpting/painting long brush strokes with small brush size wouldBrecht Van Lommel
2013-05-16Fix #35355: 2D image paint View mapping mode was dependent on zoom, this wasBrecht Van Lommel
2013-05-16bmesh, grid fill tool.Campbell Barton
2013-05-15Fix action zones not drawing properly while sculpting, due to recent bugfix.Brecht Van Lommel
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-05-15Fix for missing finalization of memory blocks allocated in the Freestyle module.Tamito Kajiyama
2013-05-15use bool arrays rather then char for weight paint lock/select arraysCampbell Barton
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-05-15Fix slow resizing of ID property arrays with more than 1619 items, it incorre...Brecht Van Lommel
2013-05-15Fix #35354: dyntopo - materials and UI display issuesSergey Sharybin
2013-05-15The Area Split/Merge corner widget was drawing 1 pixel too big, the lines ove...Ton Roosendaal
2013-05-15Patch for CMakeLists.txt to build with new OpenAL libs on VS2012.Jürgen Herrmann
2013-05-15Fix part of #35372: distorted strokes when painting zoomed out with a small b...Brecht Van Lommel
2013-05-15Fix #35364: sculpting - D shortcut inconsistencySergey Sharybin
2013-05-15Move sculptsession functions implementation from object.c to paint.cSergey Sharybin
2013-05-15Fix #35362: using dyntopo gives wrong render resultsSergey Sharybin
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