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 (Collapse)Author
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-01-27Implement clipboard for mask splinesSergey Sharybin
So now it's possible to copy-paste splines between layers. Implementation is pretty much straightforward and duplicates some logic which we've got in sequencer/tracking clipboards. Will work on a common routine for clipboards later, for now it's not so much crucial to have.
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
also remove CDDM_Check, theres no need for it.
2013-08-27Mask primitivesSergey Sharybin
Currently only circle and square, might be easily extended in the future. New primitives are creating at cursor location. This also implied adding 2d cursor to space clip. Also fix set 2D cursor location which didn't work in image editor's mask mode since 2.67. TODO: draw_image_cursor better be moved to some more generic file, but it's not so much important for now and might be solved later. Thanks Campbell for the review!
2013-08-21Duplicate operator for masksSergey Sharybin
Topic says it all :) Jut implemented operator to duplicate mask points and segments between them (exactly the same behavior as Curve object duplication in edit mode). Does not copy animation, but that's tricky and likely not needed anyway.
2013-07-20Select more/less tool for mask splinesSv. Lockal
2012-10-18Mask editor: create new mask when trying to create new vertex without active ↵Sergey Sharybin
mask set
2012-07-27code cleanup: minor edits for mask/transformCampbell Barton
2012-07-26mask/image editor now works for border select and lassoCampbell Barton
2012-07-24initial commit for supporting masks in the image view, currently active seq ↵Campbell Barton
strip is used as the mask source. also unify mask drawing code for clip/sequencer/image
2012-07-11Operator to move mask layers up and down in the listSergey Sharybin
2012-06-22mask re-key feature - mango request. ability to reset selected points shape ↵Campbell Barton
key data. useful if you add many keys to one part of a curve, then later want to key another part - but dont want to continuously make the same corrections.
2012-06-19Mark context as const when it's possible and avoid typecasts from const ↵Sergey Sharybin
bContext* to bContext*
2012-06-13added mask tool to recalculate handles (Ctrl+N)Campbell Barton
2012-06-05operator to reset feather weights on all shape keysCampbell Barton
2012-06-05mask editingCampbell Barton
- clear feather weights (alt+s) - fix for glitch where placing the feather would jitter.
2012-06-04abbreviate mask-editing to mask-editCampbell Barton
2012-06-04mask merge (initial copy of editor files)Campbell Barton