Revision f5317b5 by Sergey Sharybin January 8, 2013, 20:55 (GMT) |
Style cleanup in OCIO area Also fixed typo in function name. |
Revision bb03190 by Sergey Sharybin January 8, 2013, 20:50 (GMT) |
Fix #33809: Wrong exposure affect after alpha premul changes Exposure shouldn't affect on alpha channel, only RGB shall be affected by exposure. Was a regression since recent alpha premul pipeline changes. |
Revision 25cc959 by Campbell Barton January 8, 2013, 17:53 (GMT) |
fix [#33646] Deleting edge loops creates holes in uv map |
Revision 67a6d4d by Campbell Barton January 8, 2013, 17:40 (GMT) |
fix for select flushing in face mode for mesh 'Select More' |
Revision 36f79ea by Campbell Barton January 8, 2013, 17:30 (GMT) |
fix [#33784] Select Linked All + Seams fails to select seam bounded area was incorrectly flushing vertex selection. |
Revision 74d85d2 by Ton Roosendaal January 8, 2013, 17:27 (GMT) |
Macbook HiDPI support: reshuffled code to make it compile for 10.6 and work in 10.7 and later. OS X Gurus might check though :) |
Revision fd35b0a by Sergey Sharybin January 8, 2013, 16:56 (GMT) |
Fix for recent tile_order feature not working properly with persistent data |
Revision 4737e08 by Ton Roosendaal January 8, 2013, 16:54 (GMT) |
Added trackpad (and magic mouse) support to control speed in Fly Mode in 3d. |
Revision b0c084c by Campbell Barton January 8, 2013, 16:39 (GMT) |
fix [#33797] decimate modifier bug on uv-coordinates when mesh uses vertex color if vertex colors had no seams - it would interpolate the UV's too, now interpolate per-layer. |
Revision 0c1d1e6 by Sergey Sharybin January 8, 2013, 15:34 (GMT) |
Alpha-over images on a black background when in RGB display mode This is actually a bit arbitrary decision and mainly it preserves compatibility with how images were displaying in previous releases. In fact, we actually would need to think about configurable backdrop color and blending mode to be used for display in RGB mode. |
Revision 472595f by Ton Roosendaal January 8, 2013, 14:40 (GMT) |
Bugfix #33803 (2.65a and older) Case: ALT+CTRL+U (user prefs) made mousewheel change button values in inactive window. On opening 2nd window, or de-activating a window, the modifier state was kept for that window. That meant that mouse-over in a window was using the old modifier - for example for scrollwheel it would change values in buttons. |
Revision e62bc29 by Campbell Barton January 8, 2013, 14:25 (GMT) |
fix [#33792] Accessing a bmesh object created by from_object crashes blender Issue was customdata wasnt being initialized for layers in the destination BMesh but not in the source data. |
Revision 5042a0a by Campbell Barton January 8, 2013, 14:04 (GMT) |
use guarded malloc for blf texture |
Revision 4ed46b4 by Sergey Sharybin January 8, 2013, 13:58 (GMT) |
Make "Clone" option in project paint options more clear name |
Revision c69f571 by Sergey Sharybin January 8, 2013, 13:32 (GMT) |
Remove unused IMB function which wasn't ported to new color management Also marked some TODOs as actually solved. |
Revision 1524b1f by Campbell Barton January 8, 2013, 12:10 (GMT) |
fix own error in recent update to follow active quads [#33783] Unwrap with Follow Active Quad fails |
Revision 1dd8851 by Sergey Sharybin January 8, 2013, 08:39 (GMT) |
Fix #33804: Blender crash unlinking multilayer exr image in image node |
Revision 474b92c by jens verwiebe January 8, 2013, 07:36 (GMT) |
OSX: take back 53611 for now, give trouble with the local variables in config, guess needs some cleanup |
Revision 7dfcdbe by jens verwiebe January 8, 2013, 06:08 (GMT) |
OSX: remove a unneccessary condition, QTKit can do 32bit too |
Revision 59ef68c by Alex Fraser January 8, 2013, 04:28 (GMT) |
Fix for [#33788] Particles - Fluid "exploding" behavior Particle mass was being used incorrectly by DDR solver (my fault). |
|