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
AgeCommit message (Expand)Author
2013-05-28Fix for node menu: Show the group input/output nodes in the Input/Output cate...Lukas Toenne
2013-05-28Fix #35547: incomplete tooltips in node editorSergey Sharybin
2013-05-28Fix #35513: Multires modifier normal corruption on apply baseSergey Sharybin
2013-05-28Fix: smoke initial velocity didn't work with the new custom size particles.Miika Hamalainen
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-05-28Fix for crash in Freestyle with sketchy chaining and Bezier Curve geometry mo...Tamito Kajiyama
2013-05-28fix [#35543] Bezier curve width and twist fail to apply when more than 1 poin...Campbell Barton
2013-05-28fix [#35544] Boids Segfault of frame advance using cursor keysCampbell Barton
2013-05-28fix [#35503] Bug with BMesh and Mirror Modifier (Blender 2.67)Campbell Barton
2013-05-28optimize mirror merging, remove array reallocation, replace with fixed size a...Campbell Barton
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-27view3d buttons, internal change: make act_vert_def vertex argument optional.Campbell Barton
2013-05-27Picky UI message fix...Bastien Montagne
2013-05-27Fix #35505: cycles object space normal mapping did not match blender internal.Brecht Van Lommel
2013-05-27Fix #35506: enter local view, enable render draw mode, exit local view. In thisBrecht Van Lommel
2013-05-27Cycles / OpenCL:Thomas Dinges
2013-05-27Particles: patch #35205 by Jakub ZolcikBrecht Van Lommel
2013-05-27Cycles OpenCL: patch #35514 by Doug GaleBrecht Van Lommel
2013-05-27now an addons preference are available when it start,Campbell Barton
2013-05-27Fix #35480: object without material crash blender when starting game engineSergey Sharybin
2013-05-27And add Aarch (tested with amd64). Everything should be functionnal now...Bastien Montagne
2013-05-27Fix for #35495, Material preview do not update. This was caused by a line ins...Lukas Toenne
2013-05-27modification to r57023, use active color but only draw face-stipple when sele...Campbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-27Cycles / Passes:Thomas Dinges
2013-05-27Fix #35504: Blender crashes on separating curves with different Evaluation Ti...Sergey Sharybin
2013-05-27style cleanup: nodesCampbell Barton
2013-05-27style cleanup: nodesCampbell Barton
2013-05-27fix [#35518] UV Mapping crashes the Blender with specific image fileCampbell Barton
2013-05-27Cycles / Fresnel:Thomas Dinges
2013-05-27Cycles / Hair:Thomas Dinges
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26the viewport align-active option was flipping the viewport direction,Campbell Barton
2013-05-26Fixed own error: used wrong iteration count for cleaning weight groupsGaia Clary
2013-05-26Cycles / OSL:Thomas Dinges
2013-05-26Various fixes. Tested with OpenSuse 12.3 (amd64).Bastien Montagne
2013-05-26code cleanup: typosCampbell Barton
2013-05-26bmesh: replace BLI_array reallocs with alloca, also don't check all faces for...Campbell Barton
2013-05-26code cleanup: quiet pedantic warning in array macro.Campbell Barton
2013-05-26fix for incorrect type casting when checking macros exec() functions.Campbell Barton
2013-05-26Live resize on Windows. Based on Ton's patch for mac.Alexander Kuznetsov
2013-05-26bmesh: replace array reallocation with a single face array and use STACK macros.Campbell Barton
2013-05-26bmesh: copy function - replace use of array reallocations with alloca in a st...Campbell Barton
2013-05-25Simple usability fix:Ton Roosendaal
2013-05-25Some cleanup/reorganisation, and:Bastien Montagne
2013-05-25Solving ancient Blender window sizing issue;Ton Roosendaal
2013-05-25Cycles / Wireframe node:Thomas Dinges
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-25bmesh: optimize iterator size using a union for iterator specific data.Campbell Barton
2013-05-25use math functions rather then macros for bicubic interpolation.Campbell Barton