Revision 15ce5f9 by Campbell Barton September 19, 2012, 12:11 (GMT) |
joining mesh objects now keeps relative key setting of each keyblock. also joining absolute shapekeys now sorts by time. |
Revision 0d5d214 by Campbell Barton September 19, 2012, 10:12 (GMT) |
code cleanup: make shape key api names consistent with our new convention. |
Revision f5d3e36 by Campbell Barton September 19, 2012, 08:09 (GMT) |
fix for missing NULL check in init_render_texture() (possibly own fault), also remove some redundant code. |
Revision 123a25c by Campbell Barton September 19, 2012, 08:07 (GMT) |
fix txt_redo_read_unicode() missing break - reading 4 byte unicode would fail, same fix was made for txt_undo_read_unicode() recently. |
Revision db051f2 by Campbell Barton September 19, 2012, 04:48 (GMT) |
fix MESH_OT_tris_convert_to_quads() limit options (uv and vertex color) were not working at all. |
Revision 946c958 by Campbell Barton September 19, 2012, 02:06 (GMT) |
fix buffer overrun when 5+ sided faces were used for text drawing. |
Revision 4ea7193 by Campbell Barton September 19, 2012, 01:34 (GMT) |
code cleanup: marker transform was doing some redundant/misleading assignments & checks, remove unused cruft. also remove some other redundant checks. |
Revision f1a5d1d by Campbell Barton September 19, 2012, 00:56 (GMT) |
fix buffer overrun in make_histogram_view_from_ibuf_byte(), use define for buffer size so this wont happen again. |
Revision e00bf049 by Campbell Barton September 19, 2012, 00:09 (GMT) |
fix [#32575] Seperate more than one object from a mesh generates additional edges |
Revision 22fdc63 by Brecht Van Lommel September 18, 2012, 19:20 (GMT) |
Color management: fix crashes and memory leaks when using custom OCIO configuration Also fix some missing color spaces when loading some OCIO configurations, by falling back to scene linear if role is not found. There can still be some errors in the console, need to check this further. http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.64/Color_Management#OpenColorIO_Configuration |
Revision 56175d8 by Brecht Van Lommel September 18, 2012, 19:20 (GMT) |
Color management: default to Save as Render when saving an image datablock with View as Render enabled. |
Revision 4759f70 by Brecht Van Lommel September 18, 2012, 19:20 (GMT) |
Fix crash editing mask with no image in the image editor. |
Revision 602691f by Antonis Ryakiotakis September 18, 2012, 15:58 (GMT) |
Fix #31539, painting in image editor while in object mode does not update mipmaps. While we could disable/enable mipmaps on stroke begin/end, it is a bit hacky (but worthy of consideration for later) for my taste just to paint in the image editor. Instead we generate mipmaps on the fly. Since we can update texture levels below the first only with GPU mipmapping, partial update when painting in the image editor will actually work only with GPU mipmapping from now on (which is fast enough I hope not to get any lags!). |
Revision 71ecbe9 by Bastien Montagne September 18, 2012, 15:13 (GMT) |
Fix for own r50715 (static func is much better here!)... |
Revision 8e93f01 by Campbell Barton September 18, 2012, 14:40 (GMT) |
do_version fix files with bad keyblock uid caused by byg [#31569] |
Revision 6d76f14 by Campbell Barton September 18, 2012, 14:29 (GMT) |
fix [#31569] Shapekey w/ Driver - Shapekey Influences Disappears After Going to Edit Mode joining meshes would allow shape key UID's not to be unique. This was caused by join adding new key blocks inline, now use add_keyblock() like everywhere else does. |
Revision 2e3d044 by Antonis Ryakiotakis September 18, 2012, 14:17 (GMT) |
-Wnonnull flag is not for C++. I think we all know it by now, time to get rid of it. |
Revision a53351d by Campbell Barton September 18, 2012, 12:53 (GMT) |
don't divide by zero in get_ss_weights() which would set values - only to be overwritten. useful when using --debug-fpe since this isnt and exceptional case. |
Revision 3069db2 by Sergey Sharybin September 18, 2012, 11:21 (GMT) |
Revert part of rev50719, it's not actually needed and it always invalidates render result display buffers. |
Revision 60e43eb by Sergey Sharybin September 18, 2012, 11:01 (GMT) |
Ceres: resolve no previous declarations warnings Currently done as patch applied on bundling, would forward it to Ceres developers. |
|
|
|


Master Commits
MiikaHweb | 2003-2021