Blender Git Commits

Blender Git "master" branch commits.

Page: 3438 / 5574

October 16, 2012, 07:53 (GMT)
More UI messages and BKE_reportf<->BKE_report fixes...
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.
October 16, 2012, 01:56 (GMT)
style cleanup
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
October 15, 2012, 23:17 (GMT)
code cleanup: picky rna naming convention
October 15, 2012, 23:11 (GMT)
code cleanup: use float sizes for function args.
October 15, 2012, 22:45 (GMT)
dragging the playhead now uses continuous grab.
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.
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)
October 15, 2012, 17:56 (GMT)
Cycles: tweak progressive refine tooltip to make it more clear
October 15, 2012, 17:56 (GMT)
Fix for #32852: set uv unwrap default packing marging to 0.001.
October 15, 2012, 17:56 (GMT)
Fix #32844: cycles camera motion blur producing completely blurred frames sometimes.
October 15, 2012, 17:52 (GMT)
Adding Estonian and Esperanto iso codes in allowed non-capitalized UI messages...
October 15, 2012, 17:48 (GMT)
Adding new Esperanto language.
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
October 15, 2012, 14:26 (GMT)
another change needed for qtcreator project generator to work with ninja.
October 15, 2012, 14:11 (GMT)
add support for using ninja to extract build info for qtcreator/netbeans/error-checkers.
October 15, 2012, 13:02 (GMT)
Forget this in svn rev51336
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.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021