f83ea3fa85
fix some crashes with mask/image transfor, a few more areas working now.
2012-07-25 16:03:08 +00:00
071a1034d6
add mask keymap to image window.
...
debug prints for events when --debug-events is used to help track down why a key is/isnt used.
2012-07-25 14:46:38 +00:00
c3a8894f57
wip mask/image commit, mostly internal function & added some TODO's
2012-07-25 10:39:54 +00:00
8509e94d3a
initial commit for supporting masks in the image view, currently active seq strip is used as the mask source.
...
also unify mask drawing code for clip/sequencer/image
2012-07-24 19:29:24 +00:00
7949f0057f
generalize mask poll functions and sequencer mask code.
2012-07-24 09:53:29 +00:00
6e6dd576a8
Operator to move mask layers up and down in the list
2012-07-11 10:37:38 +00:00
4149ea5f50
Last spell checking (for now).
...
Only mysterious courant from bpy.types.ParticleSettings.courant_target reamins...
2012-07-04 15:52:07 +00:00
238d3fa4bb
mask re-key feature - mango request. ability to reset selected points shape 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-22 11:53:49 +00:00
4b955a60ed
Cleanup up space clip API:
...
- Remove clip/mask specific size/aspect getters, they shall just
use the same size/aspect ratio.
- Made size getter (and some other public functions) accept context
instead of SpaceClip. Currently only SpaceClip is being get from
this context, but later it'll be helpful when adding support of
editing mask without opening clip in clip editor (in this case
using render resolution for mask would be ideal, but this
requires knowing scene in size getter).
- Rearrange some functions in clip_editor.c for easier navigation
in the file.
2012-06-20 10:28:51 +00:00
4f044f4ec1
Changes in clip editor's public api to make it's more clear
...
whether getting of some property happens or this property is
being changed.
Also made it more clear whether affecting property belongs
to clip or mask datablock.
2012-06-19 14:26:29 +00:00
14a68d3a5f
Mark context as const when it's possible and avoid typecasts from const bContext* to bContext*
2012-06-19 14:09:44 +00:00
99f7c06d7e
added mask tool to recalculate handles (Ctrl+N)
2012-06-13 14:09:20 +00:00
56c5c63f57
code cleanup: doxy comment filename corrections
2012-06-08 23:43:11 +00:00
36db2a2cff
initial support for editing masks in the sequencer, currently only draw the mask.
2012-06-07 19:24:49 +00:00
465b11e971
operator to reset feather weights on all shape keys
2012-06-05 19:39:12 +00:00
8c71157af6
shrink/fatten transform for mask - adjusts the feather weight.
...
works in proportional editmode too.
2012-06-05 14:13:14 +00:00
ae8103240d
mask editing
...
- clear feather weights (alt+s)
- fix for glitch where placing the feather would jitter.
2012-06-05 09:37:44 +00:00
d46a6dc59c
abbreviate mask-editing to mask-edit
2012-06-04 17:30:54 +00:00
c517247fc6
include cleanup, also raskter wasn't building on osx
2012-06-04 17:27:22 +00:00
0f1fd51c21
picky change - rename keymap since there is no 'mask editor'
2012-06-04 17:13:38 +00:00
115322ef08
mask merge (initial copy of editor files)
2012-06-04 15:36:16 +00:00