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
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-12-13Masks: Remove unused functionSergey Sharybin
2017-09-14Fix T52749: New Depsgraph - Render View Mask is not initialized correctlySergey Sharybin
2017-09-14Masks: Split layer evaluation into separate functionSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-04-27Cleanup: use const, duplicate headerCampbell Barton
2015-06-11Fix T45016, mask animation data lost after layer renameAntony Riakiotakis
2014-03-31Code cleanup: use false/true/bool for maskingSergey Sharybin
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Implement clipboard for mask splinesSergey Sharybin
2013-12-27Remove TODO. Those args could be useful in the future.Sergey Sharybin
2013-12-20Don't use with_resol suffix for functions which doesn't get resolutionSergey Sharybin
2013-12-20Code cleanup: remove unused functions from mask moduleSergey Sharybin
2013-12-03Code Cleanup: remove redundant/misleading NULL checksCampbell Barton
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-11-04code cleanup: typo in function nameCampbell Barton
2013-10-29Code cleanup: more int->bool conversions mask moduleSergey Sharybin
2013-10-29Code cleanup: use bool instead of int in mask moduleSergey Sharybin
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-06-10Changes to mask evaluationSergey Sharybin
2013-05-23Masks api improvementsSergey Sharybin
2013-05-08use unsigned int, for mask rasterizer.Campbell Barton
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