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-04-26Add inverse-square falloff to bmesh, mask & compo.Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-07-12Code Cleanup: use constCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-16Fix for half pixel offset rasterizing masksCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-02-17Mask: fix for intel openmp which doesn't support casts in for loopsCampbell Barton
2014-02-17Clear +x flag from source fileSergey Sharybin
2014-02-16MSVC: add errors for BLI_strict_flags.hCampbell Barton
2014-02-13Mask: add option to detect self intersectionsCampbell Barton
2014-02-13Mask: option not to treat overlapping curves as holesCampbell Barton
2014-02-04Scanfill: optimize filling curves, text, masks - skip calculating holesCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20Don't use with_resol suffix for functions which doesn't get resolutionSergey Sharybin
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-07-19enable type limits warning when compiling with gcc.Campbell Barton
2013-07-13fix bad uses of sizeof() with memory allocation.Campbell Barton
2013-06-23add strict conversion flags for mask_rasterize and reduce some signed/unsigne...Campbell Barton
2013-05-08use unsigned int, for mask rasterizer.Campbell Barton
2013-02-05remove stringify macro from alloc'sCampbell Barton
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13code cleanup: reduce calls to CTX_ functions inline, add some docs to mask ra...Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22add new mask blend mode: 'Merge Subtract'. gives better results when using fe...Campbell Barton
2012-08-20fix for mask feather intersection checks not working right for non-filled, fe...Campbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-06Mask feather self-intersection checkSergey Sharybin
2012-08-05resolve some issues with curve resolution calculactionCampbell Barton
2012-08-01quiet spacenav output on linux for regular builds, ifdef signed int for msvc ...Campbell Barton
2012-07-31Mask / Win64 compile fix: "Index variable in OpenMP 'for' statement must have...Daniel Genrich
2012-07-31multi-threaded sequencer buffer calculation for masks.Campbell Barton
2012-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-31use the same rasterizer as the compositor for the sequencer.Campbell Barton
2012-07-28patch [#32195] MASKS: Canonical Porter Duff algorithm for merge missing.Campbell Barton
2012-07-18workaround for a bug with zero edges getting removed got feather faces out of...Campbell Barton