Blender Git Commits

Blender Git "master" branch commits.

Page: 3297 / 5574

February 11, 2013, 13:28 (GMT)
Fix: smoke simulator flow sometimes produced NaN values, causing fire to disappear from the simulation.
February 11, 2013, 13:24 (GMT)
Implemented delayed partial rect update for image buffers

Used by image painting mode, so every brush step would mark area
if affected on, but actual color space conversion would happen
later when actually displaying image.

Implemented as a rcti stored in ImBuf which is getting merged with
partial rect passed to IMB_partial_display_buffer_update_delayed.

This makes painting as fast as it currently possible and finally
solves #33935: Texture painting slow down with mouse, but not with tablet
February 11, 2013, 13:07 (GMT)
fix [#34200] Metaball Tessellate error
Revision 0e0ea1f by Sergej Reich
February 11, 2013, 12:41 (GMT)
Fix building with blenderplayer

Add ED_mball_transform() to stubs.
February 11, 2013, 12:25 (GMT)
Fix #34194: Render Layer node didn't initialize color management flag properly

Bang! How we didn't notice this for so long -- seems scenes came from render
layer node were rendering as if color management disabled (byte image wouldn't
be linearized).
Revision 9d6210c by Gaia Clary
February 11, 2013, 11:12 (GMT)
Collada Importer: Some code cleanup and optimization of the rescale function
February 11, 2013, 10:56 (GMT)
patch [#33697] Apply transformation added to metaballs.
from Jesse Werner (vidjogamer), with own addition of RNA function, scale and rotation support.
February 11, 2013, 10:01 (GMT)
replace MEM_callocN with MEM_mallocN for events since their overwritten right after.
February 11, 2013, 09:40 (GMT)
patch [#34192] UTF-8 input in Python interactive console
from Shinsuke Irie (irie)
February 11, 2013, 09:30 (GMT)
move atoms into their own struct and make all names match the original atom names, there were too many and mixed in with the classes namespace.
February 11, 2013, 08:16 (GMT)
patch [#31636] no pressure with Genius Mousepen i608X tablet
from Viktoria S. (viktorias)
February 11, 2013, 07:27 (GMT)
fix [#34143] Can't Select Bones in Weight paint mode with Left mouse Selection enabled
use action-mouse for weight-sample and weight-sample-group rather then left mouse.

Alt+Left-Mouse more or less worked by accident, changing these keymaps makes it so Ctrl+LMB can be used for selection instead.
Revision 25c9b56 by Sergej Reich
February 11, 2013, 07:12 (GMT)
Suppress more uncommon units.
February 11, 2013, 06:58 (GMT)
fix for weight gradient crashing on redo (wasn't possible to redo this initially).
February 11, 2013, 05:55 (GMT)
fix for modifier keys held before a window was activated being ignored.
February 11, 2013, 04:43 (GMT)
fix for own bug - memory leak when cancelling weight gradient tool
February 11, 2013, 03:01 (GMT)
Command line argument '--python' wasn't working as documented since a long time, It wasnt checking for text-blocks.
Rather then be ambiguous, add --python-text argument for executing text-blocks.
February 11, 2013, 02:06 (GMT)
fix for memory leak in transform when changing transform modes within transform
(if you held down the R-key for example).
February 11, 2013, 01:55 (GMT)
fix [#34152] Vertex Slide - misleading description
also use C key to toggle clamping rather then alt (reported in [#33949]).
February 11, 2013, 01:14 (GMT)
supress Hectograms from being used when displaying weight units since they are not so common.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021