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-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-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-25Solving ancient Blender window sizing issue;Ton Roosendaal
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
2013-05-25fix misalignement of timeliner marker with timelineGaia Clary
2013-05-25code cleanup: typo and stop manpage turning '$' into italic.Campbell Barton
2013-05-25fix [#35500] Material Copy Crash on specific scenesCampbell Barton
2013-05-25fix for out of bounds memory access in solidify (harmless with guardedalloc p...Campbell Barton
2013-05-24weight tools: added more selection types to limit total operatorGaia Clary
2013-05-24Fix bug #35450, bevel make large spikes sometimes.Howard Trickey
2013-05-24Fix for [#35490] Initial cube is green, turn off matcap and it is correct colorThomas Dinges
2013-05-24Changes for masks APISergey Sharybin
2013-05-24style cleanupCampbell Barton
2013-05-24fixed memory leak in weight tool: levelsGaia Clary
2013-05-24weight tools: added more selection types to levels operatorGaia Clary
2013-05-24fix for building on osx with recent freestyle bugfix.Campbell Barton
2013-05-24Bring back "Local" as second orientation choice after "Global", as in previuo...Bastien Montagne
2013-05-24weight tools: added more selection types to invert operatorGaia Clary
2013-05-24Fix #35493: Blender crash when rendering in terminal modeSergey Sharybin
2013-05-24fix own error in r56649, caused normal calculation to fail, reported as [#354...Campbell Barton
2013-05-24disable auto indent when pasting text into the python console.Campbell Barton
2013-05-24fix [#35478] Spatial Noise crashes Blender on RenderCampbell Barton
2013-05-24fix own regression with ortho-camera adding points reported as [#35462]Campbell Barton
2013-05-24Follow up to previous commit. Non tiled mask wouldn't work on airbrushesAntony Riakiotakis
2013-05-24fix [#35488] Toggle "Show All Layers" Campbell Barton
2013-05-24remove v3d.modeselect, reduce size of other vars in v3d.Campbell Barton
2013-05-24Fix #35426, masking works wrong in projection painting. When we don'tAntony Riakiotakis
2013-05-24style cleanup: also remove unused varCampbell Barton
2013-05-24Cleaned up draw_selected_name() to avoid redundant BLI_snprintf() callsGaia Clary
2013-05-23Fix stack corruptions in special casesSergey Sharybin
2013-05-23Made display of object : bone : shapes unique for weight painting and armatur...Gaia Clary
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-23Improved display of active bone (in 3DView) when weight painting a mesh ObjectGaia Clary
2013-05-23Added display of active bone (in 3DView) when weight painting a mesh ObjectGaia Clary
2013-05-23Bug fix, IRC report.Ton Roosendaal
2013-05-23Bug fix #35481Ton Roosendaal
2013-05-23Masks api improvementsSergey Sharybin
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-23Fix #35449: image sequences to drive e.g. particle length or used in modifiersBrecht Van Lommel