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
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-09-15fix incorrect macro for mask handle selection checking.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-14fix for 2 crashes freeing masksCampbell Barton
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-08-26code cleanup: remove dead assignments, gave mask vars clearer names & moved s...Campbell Barton
2012-08-26code cleanup: split out mask spline evaluation into its own file.Campbell Barton
2012-08-21mask: skip self intersection on drawing when fill is disabled, since it was o...Campbell Barton
2012-08-20fix for mask feather intersection checks not working right for non-filled, fe...Campbell Barton
2012-08-06Mask feather self-intersection checkSergey Sharybin
2012-08-05resolve some issues with curve resolution calculactionCampbell 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-27clamp mask resolution, the occasional crash would happen failing to alloc whe...Campbell Barton
2012-07-27copy support for mask datablocksCampbell Barton
2012-07-26mask/image viewer now works with non 1:1 image aspect, editing masks in the i...Campbell Barton
2012-07-17disable feather collapse during drawing, its very slow.Campbell Barton
2012-07-16use calculated spline resoltion rather then fixed at 32.Campbell Barton
2012-07-16correct own naming error BLI -> BKECampbell Barton
2012-07-14replace masking rasterizer with a more simple geometry based rasterizer (for ...Campbell Barton
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton
2012-07-12ability to calculate mask curve and feather with predefined resolution (*_ex ...Campbell Barton
2012-07-10some code refactors in raskter.c to sync it with build where mask tiling is b...Peter Larabell
2012-07-04Mask node: create a copy of layers to be rasterized in initExecutionSergey Sharybin
2012-06-22mask re-key feature - mango request. ability to reset selected points shape k...Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-13mango requestCampbell Barton
2012-06-12remove input socket of mask node, this wasnt used.Campbell Barton
2012-06-08mask animation keys now editable in the dope sheet (duplicate, transform, del...Campbell Barton
2012-06-08support for subframe animation evaluation for masks.Campbell Barton
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-07Quite some warnings...Bastien Montagne
2012-06-07fix for bug where auto-handles were not calculated correctly for animated cur...Campbell Barton
2012-06-07code cleanup: remove unused mask argsCampbell Barton
2012-06-05operator to reset feather weights on all shape keysCampbell Barton
2012-06-05mask point slide now accounts for scaled bezier weights,Campbell Barton
2012-06-05mask editingCampbell Barton
2012-06-04mask header from tomato/Campbell Barton