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
2012-08-06Made feather self-intersection check an option.Sergey Sharybin
Useful in cases when masking stuff like self-intersecting ropes. This could probably be smarter option, but can't currently think about robust approach here.
2012-08-01misc mask fixesCampbell Barton
- image space used wrong notifiers. - image notifier now checks for mask mode before listening to mask edits. - mask keyframes now draw in the image space.
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-28patch [#32195] MASKS: Canonical Porter Duff algorithm for merge missing.Campbell Barton
from Troy Sobotka (sobotka) This gives nicer blending then 'ADD', setting as default for new masks.
2012-07-24use 2d vectors for mask point access.Campbell Barton
2012-07-24mask layer rna api: add exception when removing incorrect masklayer from ↵Campbell Barton
mask, add mask.layers.clear()
2012-07-18workaround for a bug with zero edges getting removed got feather faces out ↵Campbell Barton
of sync and crashed
2012-07-18add difference blending mode, also fix error in last commitCampbell Barton
2012-07-16mask fill/cyclic toggle wasnt refreshing compo nodesCampbell Barton
2012-07-16mask blending modes: lighten/darken/multiply/replaceCampbell Barton
2012-07-15falloff option for mask layersCampbell Barton
2012-07-15use a different setting for fill/cyclic - you may want to have unfilled ↵Campbell Barton
cyclic curves.
2012-06-27style cleanupCampbell Barton
2012-06-20Store parent's initial position when setting mask's parent from the interfaceSergey Sharybin
2012-06-13tint non-active mask layers greyCampbell Barton
2012-06-08add listener in action space for mask changes so dopesheet redraws + other ↵Campbell Barton
minor changes.
2012-06-08Mask editing: remove use_parent property and use check if paren't id is set ↵Sergey Sharybin
instead
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-05mask editingCampbell Barton
- clear feather weights (alt+s) - fix for glitch where placing the feather would jitter.
2012-06-04A few UI messages fixes.Bastien Montagne
2012-06-04remaining mask files from tomato. these wont get svn history carried over.Campbell Barton