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
2016-03-22Weight Paint: support accumulate for blur brushCampbell Barton
2016-03-22Weight Paint: blur now smooths connected weightsCampbell Barton
2016-03-21Fix T47842: UV sculpt brush widgets are available when not in uv sculpt mode.Philipp Oeser
2016-03-02Fix T47610: Texture node in compositing nodes does not updateSergey Sharybin
2016-02-29Fix T47604: Sculpt + Modifier undo gives invalid normalsCampbell Barton
2016-02-23Fix memory leak running project-paint from PythonCampbell Barton
2016-02-23Fix T47534: Crash w/ project-paint from PythonCampbell Barton
2016-02-22Sculpt: use Ctrl to set grab/sculpt normal-weightCampbell Barton
2016-02-22Sculpt: apply grab normal-weight to snake-hookCampbell Barton
2016-02-22Sculpt brush can now grab inwards w/ normal weightCampbell Barton
2016-02-20Cleanup, avoid passing const pointer to MEM_freeN()Sergey Sharybin
2016-02-13Optimize sculpt undo, avoid redundant updatesCampbell Barton
2016-02-09Fix T47339: Unified color not used w/ radial controlCampbell Barton
2016-02-08CLeanup: styleCampbell Barton
2016-02-08Fix T47353: Project paint ignores small facesCampbell Barton
2016-02-04Project Paint: add sample merged optionCampbell Barton
2016-02-02Fix T46583: Sculpt symmetry don't work in clipping border view modeSergey Sharybin
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-27PIL_time_utiledefines: add TIMEIT_AVERAGED variants to block timing macros.Bastien Montagne
2016-01-27Cleanup: forgot to comment again debug timing print in paint_stroke.cBastien Montagne
2016-01-25Fix T46456: Crash when aborting stroke while using dyntopo.Bastien Montagne
2016-01-25Fix various potential bugs from coverity reports (NULL dereference, negative ...Bastien Montagne
2016-01-24Fix glLineWidth state use w/ grid floor and brushCampbell Barton
2016-01-24Cleanup: styleCampbell Barton
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-21Sculpt: pinch/inflate support for snake-hookCampbell Barton
2016-01-21Sculpt: Add rake option to snake-hookCampbell Barton
2016-01-21Add missing weight paint selection mirrorCampbell Barton
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-21Weight Paint: Make multi-paint & mirror work as if bone selection was symmetricAlexander Gavrilov
2016-01-20Remove old multipaint related argument from wpaint_blend.Alexander Gavrilov
2016-01-20Weight Paint: Multi-paint support for blur toolAlexander Gavrilov
2016-01-20Delete unused code, separate for better diff appearance.Alexander Gavrilov
2016-01-20Weight Paint: multi-paint uses collective weightsAlexander Gavrilov
2016-01-20Weight Paint: 'Sample' now supports multi-paintAlexander Gavrilov
2016-01-20Cleanup: remove remainings of OMP in sculptpaint area.Bastien Montagne
2016-01-20paint_mask.c: OMP -> BLI_stack.Bastien Montagne
2016-01-19Weight Paint: Add lock-aware normalizeCampbell Barton
2016-01-17paint_cursor: OMP -> BLI_task.Bastien Montagne
2016-01-17Fix incorrect function for sculpt multithreading task after recent refactor.Brecht Van Lommel
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-14Fix T47168: Project image looses float precisionCampbell Barton
2016-01-14Cleanup: warning, whitespaceCampbell Barton
2016-01-14Weight Painting: Respect locks w/ auto-normalizeCampbell Barton
2016-01-14Fix weight paint normalizing w/ locked groupsCampbell Barton
2016-01-14Fix incorrect weight normalize w/ locksCampbell Barton
2016-01-14Correct NULL checks in recent weight-paint fixCampbell Barton
2016-01-12Final OMP -> BLI_task commit for sculpt code.Bastien Montagne
2016-01-11Error in last commit (assumed mirror existed)Campbell Barton
2016-01-11Fix T47152: Normalize fails w/ mirror groupCampbell Barton