Blender Git Commits

Blender Git "master" branch commits.

Page: 3206 / 5574

April 30, 2013, 21:17 (GMT)
Fix: Overlay was getting invalidated too often in image editor making
refresh extremely slow.
April 30, 2013, 20:57 (GMT)
Fix: texture alpha masking not functional after recent commits. Mask is
used to see if area has been covered by brush, so exclude the texture
alpha and texture alpha masks from mask comparisons. Coming next:
texture masks for 2d painting.
April 30, 2013, 18:57 (GMT)
Properties Editor / UI:
* Render Passes -> Passes, same as Cycles.
April 30, 2013, 17:30 (GMT)
fix for setting int customdata layer names not ensuring uniqueness.
also use generic layer name callbacks for vert/edge/face/poly/loop.
April 30, 2013, 16:07 (GMT)
More painting fixes:

* 2D image painting with textures that contained alpha did not work correctly,
had been broken for a while.

* 2D image panels texture (mask) panels showed wrong buttons for texture overlay.

* Texture map mode 3D now also uses masking, like Tiled and Stencil the texture
does not move along with the brush so it works fine.

* 2D image paint View mapping did not work correct, especially noticeable with
Rake rotation.

* Masking is now disabled for the smear tool, this can't really work because
the original image is constantly changing and gave artifacts.
April 30, 2013, 15:17 (GMT)
Bug fix #35151

NLA editor: the channel list and the main area were not perfectly aligned, and could
jump a bit around. Easy fix.

April 30, 2013, 12:18 (GMT)
Fix compilation in release mode with strict flags
April 30, 2013, 11:11 (GMT)
Bug fix #35143

Animplayer treated .tif extensions as movie files, so that didn't work.
Added another hardcoded check for it, like for png tga exr jpg etc.

Why FFmpeg thinks .tif is a movie... that's for another day :)
Quicktime QTKit did same btw.

April 30, 2013, 10:32 (GMT)
Fix another part of #35141: there was no way to reset the stencil transform after e.g.
scaling it along one axis, now there's a Reset Transform button.

The Image Aspect button is now also hidden unless the texture is an image texture.
And also hide the color wheel for painting tools that don't use colors.
April 30, 2013, 09:59 (GMT)
Fix #35141: stencil and 3D texture mode did not work with 2D image paint.
Revision f01986c by Lukas Toenne
April 30, 2013, 07:40 (GMT)
Fix for #35147, view in backdrop and image editor in compositor don't work anymore. The active_viewer_key which sets the active node tree to use for the viewer image was not initialized in do_versions yet.
April 30, 2013, 07:34 (GMT)
Partial fix for #35108: Shortcuts 3dsmax Blender 2.67RC

Made keyap use the same select_or_deselect_all operator
as used for maya keymap instead of tricks with deselect_all.

Solves issue with selection in editor mode (reported as #3
in the original bug report).
April 30, 2013, 07:18 (GMT)
Changes for updated operators
April 30, 2013, 06:07 (GMT)
More image painting fixes:

* 2D image painting support for masking to limit the max contribution of a stroke
to a pixel, to get it working compatible with projection painting. Not strictly
a bugfix, but the inconsistency here was annoying.

* Fix python errors in Texture Mask panel in image editor, was missing overlay
options.

* Clamp paint mask to 0..1 in case some texture exceeds it, this could give black
pixels due to integer overflow.
April 30, 2013, 06:03 (GMT)
Fix #35144: Image editor is not updateing if in new window

Was a regression in own optimization on which viewer node to
update -- need to check all the windows' screens, not just
active one.
April 30, 2013, 03:44 (GMT)
fix [#35156] Edge slide gg shortcut brings up wrong settings.

switch operator types from transform, this would normally be problematic, but transform operators share callbacks so it can be supported.
April 30, 2013, 02:45 (GMT)
fix for an issue raised in [#35154],
the cross icon to clear a field wasn't working within popups.
April 30, 2013, 01:51 (GMT)
use const vars for UI arrays.
April 30, 2013, 01:08 (GMT)
fix [#35154] Python: UI issues with invoke_props_dialog()
- highlighed buttons that were never pressed could be activated by accident when canceling search popup.
- canceling a search popup on a popup would close both.
April 29, 2013, 21:44 (GMT)
convert macro PASS_EVENT_TO_PARENT_IF_NONACTIVE into a static function. (having flow control in a macro is bad practice), own doing.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021