Revision b07edbc by Sergey Sharybin June 20, 2012, 10:42 (GMT) |
Grease pencil and manual calibration weren't aware of clip start frame |
Revision 4b955a6 by Sergey Sharybin June 20, 2012, 10:28 (GMT) |
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. |
Revision 2e913da by Campbell Barton June 20, 2012, 10:03 (GMT) |
svn merge ^/trunk/blender -r48105:48109 |
Revision fca0112 by Campbell Barton June 20, 2012, 09:34 (GMT) |
add back blending for vertex and weight paint modes, you may want to keep the one brush and switch blending options. |
Revision b0b96bd by Campbell Barton June 20, 2012, 08:49 (GMT) |
add in convenience var 'D = bpy.data' - to the python console, add note for C, D - in initial message. |
Revision 586f202 by Campbell Barton June 20, 2012, 08:11 (GMT) |
minor speedup for the glare compositor node - pre calculate the UV dot product - use image width and height converted to floats in the inner loop. |
Revision 858ad8d by Campbell Barton June 20, 2012, 07:43 (GMT) |
svn merge ^/trunk/blender -r48078:48105 |
Revision fc1164c by Nicholas Rishel June 20, 2012, 07:31 (GMT) |
Fixes [#31577] Select N-th vertex/face/edge doesnt work http://projects.blender.org/tracker/index.php?func=detail&aid=31577&group_id=9&atid=498 Also solves both TODOs in the commented code. Loop select now calls mouse_mesh() to handle setting an active vertex/edge/face. |
Revision 358f7d4 by Campbell Barton June 19, 2012, 23:08 (GMT) |
style cleanup: use TRUE/FALSE for ui align args. |
Revision 98e6912 by Campbell Barton June 19, 2012, 22:17 (GMT) |
style cleanup |
Revision a953e4b by Ove Murberg Henriksen June 19, 2012, 19:37 (GMT) |
Revision 3709018 by Ove Murberg Henriksen June 19, 2012, 19:15 (GMT) |
Its now overwriting properly by clearing weights when using replace_mode all. Reason for not going for suggested "else" on copy in each case is that it would present a paradox. (it would delete weights that got created in some instances) |
Revision 622ae0a by Ove Murberg Henriksen June 19, 2012, 18:26 (GMT) |
clenaup. |
Revision 1462c2f by Sergey Sharybin June 19, 2012, 18:04 (GMT) |
Added option to witch track position output node value to relative value against initial's track position. |
Revision a8f23a9 by Sergey Sharybin June 19, 2012, 17:57 (GMT) |
KeyingScreen would now deal properly with clips with Start Frame != 1 |
Revision 72e170d by Sergey Sharybin June 19, 2012, 17:29 (GMT) |
Implementation of node for track position input |
Revision 69e0771 by Bastien Montagne June 19, 2012, 16:45 (GMT) |
Fix part 1 of [#31840] Quick Explode Bugs related to it's fade option. Patch by Philipp Oeser (lichtwerk), just did style change (better to not define a value twice, so only affecting the three color components, not the alpha, also using the slice syntax makes things much more compact ;) ), thanks! |
Revision 8796c3e by Bastien Montagne June 19, 2012, 16:26 (GMT) |
Fix part 2 of [#31840] Quick Explode Bugs related to it's fade option. This in fact had nothing to see with this operator or its fade option, reports were simply not shown when repeating an operator. Carefully checked/tracked all calls to wm_operator_exec and WM_operator_repeat, and could not see any reason why this was this way, so I disabled this. Very easy to undo in case ugly problems arize (but I really do not expect any!). |
Revision 51036b3 by Ove Murberg Henriksen June 19, 2012, 16:23 (GMT) |
Fixed better check for Mface.v4 |
Revision 4f044f4 by Sergey Sharybin June 19, 2012, 14:26 (GMT) |
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. |
|