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
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-12revert part of 7a1dc20Campbell Barton
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-09Fix texture sampling with generative modifiers - sample backbufferAntony Riakiotakis
2015-01-09Fix rotate around selection only working if object is at origin forAntony Riakiotakis
2015-01-08Fix crash in texture paint sampling when sampling materials withoutAntony Riakiotakis
2015-01-08Fix invalid memory access in gradient brushes - could cause a crash inAntony Riakiotakis
2015-01-05More border clamping removed.Antony Riakiotakis
2015-01-04cleanup: use 'coords' abbreviation for functions.Campbell Barton
2015-01-02cleanup: styleCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-31Fix T42984 detail flood fill not respecting mask values for smooth/sharpAntony Riakiotakis
2014-12-29Rotate around selection now will work on last stroke position in textureAntony Riakiotakis
2014-12-29Move average stroke from sculpt session to unified paint settings so itAntony Riakiotakis
2014-12-29Cleanup: get rid of sculpt minmax and reuse last stroke function (codeAntony Riakiotakis
2014-12-27Brush Texture Angle Goodies:Antony Riakiotakis
2014-12-19Minor cleanup to previous commitAntony Riakiotakis
2014-12-19Fix T42543 projection painting fails when faces are perpendicular to screen.Antony Riakiotakis
2014-12-18Flood fill in projection painting does not do bounds checking anymore.Antony Riakiotakis
2014-12-04Fix building on OSX when OMP is enabled.Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-28Cleanup GPU: get rid of some extremely legacy draw code.Antony Riakiotakis
2014-11-28Cleanup: duplicate headersCampbell Barton
2014-11-26cleanup: style & tipsCampbell Barton
2014-11-24Fix button to add simple UVs not getting removed after pressing it once.Antony Riakiotakis
2014-11-21Cleanup: typoCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-17ShapeKey: Refactor a bit `BKE_key_convert_from_...`Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16Own cleanup, sorry for the noise :/Bastien Montagne
2014-11-16Fix T42613: Sculpt dyntopo's 'Set Detail Size' (Shift-D) was only always affe...Bastien Montagne
2014-11-14Don't assign wrong datalayers to gpuattribs in edit mode.Antony Riakiotakis
2014-11-11UI Refactor T41640Campbell Barton
2014-10-31Cleanup: namingCampbell Barton
2014-10-31Texture Paint Add Simple UVs:Antony Riakiotakis
2014-10-31Cleanup: use function to calc shell thicknessCampbell Barton
2014-10-30Remove leftover error prints.Antony Riakiotakis
2014-10-30Fix T42431 lagging on texture painting.Antony Riakiotakis
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-27Fix T42393 crash in texture paint sampling in image mode when mesh didAntony Riakiotakis
2014-10-23Fix T42330 game engine does not allow texture slots generation.Antony Riakiotakis
2014-10-20Fix T42311, too many paint slots added.Antony Riakiotakis
2014-10-17More fixes:Antony Riakiotakis
2014-10-17Fix issue reported by Sebastian Koenig on irc, Clone brush would paintAntony Riakiotakis
2014-10-13BLI_utildefines: add SQUARE macroCampbell Barton
2014-10-13Minor typo fix, reported by Sebastian Koenig on irc. Thanks!Antony Riakiotakis