Revision 1647725 by Miika Hamalainen February 11, 2013, 13:28 (GMT) |
Fix: smoke simulator flow sometimes produced NaN values, causing fire to disappear from the simulation. |
Revision 7fcc1ac by Sergey Sharybin 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 |
Revision 30a1858 by Campbell Barton 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. |
Revision c4d248c by Sergey Sharybin 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 |
Revision 3a192ca by Campbell Barton 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. |
Revision c1ca09b by Campbell Barton February 11, 2013, 10:01 (GMT) |
replace MEM_callocN with MEM_mallocN for events since their overwritten right after. |
Revision 934fa91 by Campbell Barton February 11, 2013, 09:40 (GMT) |
patch [#34192] UTF-8 input in Python interactive console from Shinsuke Irie (irie) |
Revision fb01dce by Campbell Barton 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. |
Revision 53bce28 by Campbell Barton February 11, 2013, 08:16 (GMT) |
patch [#31636] no pressure with Genius Mousepen i608X tablet from Viktoria S. (viktorias) |
Revision 8f0f719 by Campbell Barton 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. |
Revision 7687109 by Campbell Barton February 11, 2013, 06:58 (GMT) |
fix for weight gradient crashing on redo (wasn't possible to redo this initially). |
Revision 48f905d by Campbell Barton February 11, 2013, 05:55 (GMT) |
fix for modifier keys held before a window was activated being ignored. |
Revision 0ac2f6e by Campbell Barton February 11, 2013, 04:43 (GMT) |
fix for own bug - memory leak when cancelling weight gradient tool |
Revision 2013934 by Campbell Barton 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. |
Revision b2feb19 by Campbell Barton 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). |
Revision b59ba34 by Campbell Barton 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]). |
Revision 971fca4 by Campbell Barton February 11, 2013, 01:14 (GMT) |
supress Hectograms from being used when displaying weight units since they are not so common. |
|