Revision 64add7c by Bastien Montagne October 16, 2012, 07:53 (GMT) |
More UI messages and BKE_reportf<->BKE_report fixes... |
Revision af6abc8 by Campbell Barton October 16, 2012, 03:21 (GMT) |
MESH_OT_vert_connect was missing select flush (newly created edges were not selected). also <120 line length for cycles property descriptions. |
Revision 5e15085 by Campbell Barton October 16, 2012, 01:56 (GMT) |
style cleanup |
Revision 1de76ba by Nicholas Bishop October 15, 2012, 23:50 (GMT) |
Add BMesh and WM symmetrize operators * The symmetrize operation makes the input mesh elements symmetrical, but unlike mirroring it only copies in one direction. The edges and faces that cross the plane of symmetry are split as needed to enforce symmetry. * The symmetrize operator can be controlled with the "direction" property, which combines the choices of symmetry plane and positive-negative/negative-positive. The enum for this is BMO_SymmDirection. * Added menu items in the top-level Mesh menu and the WKEY specials menu. * Documentation: http://wiki.blender.org/index.php/User:Nicholasbishop/Symmetrize * Reviewed by Brecht: https://codereview.appspot.com/6618059 |
Revision 6533ebf by Campbell Barton October 15, 2012, 23:17 (GMT) |
code cleanup: picky rna naming convention |
Revision 92862f9 by Campbell Barton October 15, 2012, 23:11 (GMT) |
code cleanup: use float sizes for function args. |
Revision 59ea74f by Campbell Barton October 15, 2012, 22:45 (GMT) |
dragging the playhead now uses continuous grab. |
Revision fe16b26 by Brecht Van Lommel October 15, 2012, 21:12 (GMT) |
Cycles: fix some update issues with camera motion blur, and do some more work for getting object motion blur ready. |
Revision 8a25e2d by Daniel Genrich October 15, 2012, 19:57 (GMT) |
Smoke: Merge parts of Smoke2 branch New: ---------- Collision objects do cause vorticity when passing through smoke Part of my Smoke Development Project (milestone III) |
Revision fe47ae5 by Brecht Van Lommel October 15, 2012, 17:56 (GMT) |
Cycles: tweak progressive refine tooltip to make it more clear |
Revision ff16453 by Brecht Van Lommel October 15, 2012, 17:56 (GMT) |
Fix for #32852: set uv unwrap default packing marging to 0.001. |
Revision c10c6b1 by Brecht Van Lommel October 15, 2012, 17:56 (GMT) |
Fix #32844: cycles camera motion blur producing completely blurred frames sometimes. |
Revision 45d6eb5 by Bastien Montagne October 15, 2012, 17:52 (GMT) |
Adding Estonian and Esperanto iso codes in allowed non-capitalized UI messages... |
Revision d485fdc by Bastien Montagne October 15, 2012, 17:48 (GMT) |
Adding new Esperanto language. |
Revision 827c70a by Daniel Genrich October 15, 2012, 16:29 (GMT) |
Update to stable Eigen 3.1.1 - Fixes several bugs within the Eigen library: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.1.1 |
Revision e3ea718 by Campbell Barton October 15, 2012, 14:26 (GMT) |
another change needed for qtcreator project generator to work with ninja. |
Revision c2ba132 by Campbell Barton October 15, 2012, 14:11 (GMT) |
add support for using ninja to extract build info for qtcreator/netbeans/error-checkers. |
Revision 3c56c1f by Sergey Sharybin October 15, 2012, 13:02 (GMT) |
Forget this in svn rev51336 |
Revision f5cc313 by Sergey Sharybin October 15, 2012, 12:54 (GMT) |
Clamp minimal tile size with Save Buffers and FSAA enabled That was an old check whether tiled EXRs are used during rendering since version 2.42 where there indeed was a special check for tile size in EXR tile code. Now it seems EXR could handle tiles with non-equal size and no extra tile size check happens for EXR. Anyway EXR tile initialization happens after initparts, so clamping size in initparts should be safe for EXR tiles as well. |
Revision 0325f5e by Sergey Sharybin October 15, 2012, 11:16 (GMT) |
Fix #32858: Image appears too dark in Image Editor No need to linearize byte buffer when converting to display space which is data space. |
|
|
|


Master Commits
MiikaHweb | 2003-2021