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
2012-08-22add new mask blend mode: 'Merge Subtract'. gives better results when using fe...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-13fix for missing NULL checks when sequence-strip pointers become NULL because ...Campbell Barton
2012-08-06Made feather self-intersection check an option.Sergey Sharybin
2012-08-06Mask feather self-intersection checkSergey Sharybin
2012-08-06fix for freeing NULL pointer.Campbell Barton
2012-08-05fix uninitialized memory use for mask feather points, also remove some double...Campbell Barton
2012-08-05resolve some issues with curve resolution calculactionCampbell Barton
2012-07-31changes to mask editingCampbell Barton
2012-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-28patch [#32195] MASKS: Canonical Porter Duff algorithm for merge missing.Campbell Barton
2012-07-27clamp mask resolution, the occasional crash would happen failing to alloc whe...Campbell Barton
2012-07-27Added utility function to return marker's subframe positionSergey Sharybin
2012-07-27copying a mask now copies its animation data tooCampbell 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-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-21Merge mask fixes from tomato branchSergey Sharybin
2012-07-18Fixed wrong self-intersection check for non-closed splinesSergey Sharybin
2012-07-18Fixed crash of self-intersection loop in special casesSergey Sharybin
2012-07-17Feather self-intersection test speed upSergey Sharybin
2012-07-17Fixed crash when rasterizing spline with only one pointSergey Sharybin
2012-07-17disable feather collapse during drawing, its very slow.Campbell Barton
2012-07-16Fixed disappearing in some circumstances featherSergey Sharybin
2012-07-16Fixed crash caused by recent feather collapse commitSergey Sharybin
2012-07-16Masks: feather self-intersection collapse functionSergey Sharybin
2012-07-16use calculated spline resoltion rather then fixed at 32.Campbell Barton
2012-07-16defailt to ease weight interpolationCampbell Barton
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton
2012-07-12feather points now align with mask outline when called with same resolution.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-10updating raskter to support tiles compositor. this commit puts in some ground...Peter Larabell
2012-07-04Mask node: create a copy of layers to be rasterized in initExecutionSergey Sharybin
2012-06-27style cleanupCampbell Barton
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-20Silent masks "alloc new deform spline" debug printSergey Sharybin
2012-06-20Do not check result of BKE_tracking_marker_get -- it shall alwaysSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
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-08fix for own bug - evaluating past the last frame of a mask didnt work at all.Campbell Barton
2012-06-08Mask editing: remove use_parent property and use check if paren't id is set i...Sergey Sharybin
2012-06-07new sequence strip type for masks.Campbell Barton