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-02-08CLeanup: styleCampbell Barton
2016-01-24Cleanup: styleCampbell Barton
2016-01-20Cleanup: remove remainings of OMP in sculptpaint area.Bastien Montagne
2016-01-20paint_mask.c: OMP -> BLI_stack.Bastien Montagne
2016-01-08Math Lib: use x-span for fill_poly_v2i_n callbackCampbell Barton
2015-11-16Cleanup: typosCampbell Barton
2015-10-28Fix T46471: Sculpt strokes doesn't mark file as modifiedSergey Sharybin
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-06-20Sculpt lasso (used shorts for no good reason)Campbell Barton
2014-10-09Sculpt: use bitmap for mask bool arrayCampbell Barton
2014-10-07Cleanup: redundant castsCampbell Barton
2014-07-28Fix T41193: 2.71 use 100% of CPU at sculptSergey Sharybin
2014-07-06Add support to lasso masking/flood fill for inverted values.Antony Riakiotakis
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-05-29Math lib: add negate_m3, negate_m4Campbell Barton
2014-05-29Fix T40381 and revert previous commit.Antony Riakiotakis
2014-05-29Add notifiers and reuse update calls for flood fill operatorsAntony Riakiotakis
2014-05-07Code cleanup: naming.Antony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-03Fix T39517,Antony Riakiotakis
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20Code Cleanup: styleCampbell Barton
2013-12-19Sculpting:Antony Riakiotakis
2013-12-10Style changes to refactor commit.Antony Riakiotakis
2013-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-11-16Code cleanup, cont. A small omission here.Antony Riakiotakis
2013-11-16Code cleanup: Use different redraw options for sculpt mask operators.Antony Riakiotakis
2013-11-16Support for symmetrical box masking in sculpt mode.Antony Riakiotakis
2013-11-06code cleanup: typo and warning when openmp's disabled.Campbell Barton
2013-10-31fix for uninitialized value use in newly added fcurve normalized view.Campbell Barton
2013-10-30One more optimization for lasso, clip PBVH against object space planesAntony Riakiotakis
2013-10-30Optimization of lasso masking using scanfill.Antony Riakiotakis
2013-10-30Some comment fixes, add new sculpt masking operators to menusAntony Riakiotakis
2013-10-30Lasso select tool for masking in sculpting. Initial code, non optimizedAntony Riakiotakis
2013-10-27Border select for sculpting, using B shortcut, warmup for more advancedAntony Riakiotakis
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-27style cleanup: nodesCampbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-28More UI messages fixes...Bastien Montagne
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-10-02fix for crash in own recent masking commit with 'flood fill' operator.Campbell Barton
2012-06-06style cleanup: (indentation)Campbell Barton
2012-05-23style cleanupCampbell Barton
2012-05-22style cleanupCampbell Barton
2012-05-11Add a paint mask operator to clear, fill, or invert the mask.Nicholas Bishop