Revision 84767a2 by Howard Trickey June 10, 2014, 15:21 (GMT) |
Revision 00c7e2a by Sergey Sharybin June 10, 2014, 15:15 (GMT) |
Fix missing notifier when inserting keyframe Reported by Sebastian Koenig in IRC |
Revision 05fa464 by Sergey Sharybin June 10, 2014, 13:27 (GMT) |
Fix T40551: Boolean Modifier distorts UVs Mapping to original face was never working 100% reliably actually, now use more robust method for this. |
Revision 3286c8f by Campbell Barton June 10, 2014, 12:33 (GMT) |
Curve: skip curves when matching bevel-fac (like 2.70) |
Revision 74e32ef by Sergey Sharybin June 10, 2014, 11:10 (GMT) |
Fix wrong memory write in partial render update with Save Buffers enabled No idea why this issue hasn't been spotted before. Took several hours to figure out where exactly wrong memory access happens.. P.S. I really want to switch ImBuf->rect from int* to unsigned char*... |
Revision e8c63ca by Antonis Ryakiotakis June 9, 2014, 22:43 (GMT) |
Fix T40498 invalid textures flickering. Issue here is most likely sampler uniforms and textures not being updated properly when zero binding is created. Solution for now is to allow zero binding but when this happens use sexy pink invalid texture instead :p. |
Revision 131d388 by Bastien Montagne June 9, 2014, 19:52 (GMT) |
Usual UI message handling... |
Revision 75381ae by Campbell Barton June 9, 2014, 15:18 (GMT) |
Fix for slowdown converting mesh to curve with large polygons Walk the linked list rather then doing index lookups. |
Revision f1f33ba by Bastien Montagne June 9, 2014, 13:31 (GMT) |
Fix T40549: box selection starting point in the file requester. We need to 'reset' mouse coordinates to the one it was when the gesture handling started, else org coords are where the tweak event is created, which gives a noticeable gap (several pixels) and unwanted behavior like the one retported about file box selection. |
Revision 0ae8ce3 by Sergey Sharybin June 9, 2014, 11:33 (GMT) |
Fix T40057: invisible hair particles slowing down mesh edits Skip doing particle update in object_handle_update if object is in edit mode. Object will be re-evaluated on exit from edit mode anyway, so it's _expected_ to be a safe change. |
Revision 4bd2609 by Campbell Barton June 9, 2014, 11:06 (GMT) |
Quiet assert in debug mode, deleting mask/gpencil keys |
Revision 5b367c9 by Campbell Barton June 9, 2014, 11:06 (GMT) |
Fix T40534: Multi-button editing, hard to distinguish sliders |
Revision 615f4dc by Sergey Sharybin June 9, 2014, 10:43 (GMT) |
Fix T40547: Can't read single channel EXRs The root of the issue goes to the fact that we only can read RGB EXR files, but they could be YCbCr or just Luma. Added support for this two cases. Note: internally EXR would still be 3 channels, so no big memory save would happen here, at least yet. |
Revision 30c42d7 by Brecht Van Lommel June 9, 2014, 10:40 (GMT) |
Fix cycles CUDA error when trying to use >= 100 image textures. |
Revision 30e7bdf by Sergey Sharybin June 9, 2014, 08:11 (GMT) |
Revert "Fix T40382: 2D stabilization uses disabled markers" It's not that trivial to support disapearing tracks in the sequence, and since we're having ongoing 2D stabilization rework patch wouldn't want to start doing rather bigger changes here now. Let's just stick to legacy behavior for this release. This reverts commits 91429d0, 543ce85 |
Revision 0b5cd4b by Sergey Sharybin June 9, 2014, 07:43 (GMT) |
Fix T40529: Euler Rotation F-Curve Handlers wrong behaviour on moving keyframes |
Revision 04c2e5d by Campbell Barton June 9, 2014, 05:55 (GMT) |
Fix T40543: Duplicators draw with 'Render Only' |
Revision c04c6a3 by Campbell Barton June 9, 2014, 05:35 (GMT) |
Fix T40538: Multi-button canceling edit-text could leave edited value |
Revision b707b07 by Campbell Barton June 8, 2014, 13:09 (GMT) |
Fix mempool bottleneck alloc & freeing a single item Would continuously reinitialize the first chunk of the mempool, now check for at least 2 blocks. |
Revision c6ea6e3 by Campbell Barton June 8, 2014, 12:20 (GMT) |
BMesh: avoid recursion for BM_mesh_edgenet, runs out stack memory on large nets |
|
|
|


Master Commits
MiikaHweb | 2003-2021