Blender Git Commits

Blender Git "master" branch commits.

Page: 3564 / 5574

June 20, 2012, 10:42 (GMT)
Grease pencil and manual calibration weren't aware of clip start frame
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.
June 20, 2012, 10:03 (GMT)
svn merge ^/trunk/blender -r48105:48109
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.
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.
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.
June 20, 2012, 07:43 (GMT)
svn merge ^/trunk/blender -r48078:48105
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.
June 19, 2012, 23:08 (GMT)
style cleanup: use TRUE/FALSE for ui align args.
June 19, 2012, 22:17 (GMT)
style cleanup
June 19, 2012, 19:37 (GMT)
svn merge ^/trunk/blender -r48011:48095

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)
June 19, 2012, 18:26 (GMT)
clenaup.
June 19, 2012, 18:04 (GMT)
Added option to witch track position output node value to relative value
against initial's track position.
June 19, 2012, 17:57 (GMT)
KeyingScreen would now deal properly with clips with Start Frame != 1
June 19, 2012, 17:29 (GMT)
Implementation of node for track position input
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!
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!).
June 19, 2012, 16:23 (GMT)
Fixed better check for Mface.v4
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021