Revision e1fd7b9 by Sergey Sharybin June 18, 2015, 14:15 (GMT) |
Cycles: Report currently sampling tile when CPU is working on the last tile This is mainly useful for the render farms output when logging might stop at the "Path Tracing Tile N/N" string, which makes it a bit difficult to follow what exactly is happening (node going crazy, hardware issues or just last tile is too much heavy). This is more like an experiment, might be changed in the future. |
Revision 7e529c2 by Sergey Sharybin June 18, 2015, 12:07 (GMT) |
Return non-zero exit code when running blender from the command line and reading file has failed This way automated scripts can actually see if some issue happened. |
Revision 4ed6605 by Sergey Sharybin June 18, 2015, 09:26 (GMT) |
Cycles: Don't show devices which does not support OpenCL 1.1 in the menu They'll be checked for the version later and that check will fail anyway, so better to not allow user to see unsupported device in the list. Also corrected one more issue with the device enumeration. |
Revision 28c34d3 by Campbell Barton June 18, 2015, 02:49 (GMT) |
Assert when relative paths are passed to IO ops This is typically an error (& hangs a few seconds on win32), best catch early. |
Revision 03efc37 by Campbell Barton June 18, 2015, 02:27 (GMT) |
Transform: Improve UV creation efficiency - was doing 2x spin-locks, multi-view check and hash-lookup per face-corner. - avoid doing customdata layer lookup per face. |
Revision 7165d97 by Campbell Barton June 18, 2015, 02:23 (GMT) |
Fix crash transforming UV /w PET-connected mode |
Revision 3468038 by Campbell Barton June 18, 2015, 02:23 (GMT) |
Fix transform connected UVs memory leak |
Revision 7fbf264 by Campbell Barton June 18, 2015, 02:23 (GMT) |
Update netbeans project file generator |
Revision 5300345 by Tamito Kajiyama June 17, 2015, 23:28 (GMT) |
Freestyle: Fix for wrong assertion failure upon inverted face normals. The assertion code was not taking quad faces into account. Problem report by Folkert de Vries (flokkievids) through personal communications, thanks! |
Revision 18f228d by Campbell Barton June 17, 2015, 22:00 (GMT) |
update hand written rst docs - minor corrections - link to new manual - wrap lines at 120 |
June 17, 2015, 20:43 (GMT) |
BGE: remove outdated doc of KX_PolygonMaterial, update doc of KX_BlenderMaterial This patch suppresses the outdated KX_PolygonMaterial.rst documentation file and moves the example contained in it into KX_BlenderMaterial.rst. The file KX_BlenderMaterial.rst receives some extra formatting changes (lists are not supported in methods arguments types). Reviewers: kupoman, campbellbarton, lordloki, panzergame, moguri Reviewed By: panzergame, moguri Projects: #game_engine Differential Revision: https://developer.blender.org/D1355 |
Revision 3ce4a58 by Campbell Barton June 17, 2015, 20:32 (GMT) |
Cleanup: duplicate includes |
Revision 937ecaf by Campbell Barton June 17, 2015, 17:17 (GMT) |
BMesh: Add edge-offset option: cap-endpoint Creating triangles at endpoints is often not so good, disable by default. |
Revision da61c36 by Sergey Sharybin June 17, 2015, 16:02 (GMT) |
Revert "Fix/Workaround T44662: Freestyle gives no visual output when the Save Buffers option is enabled" This reverts commit ab417f31f403d74a76fb51fbd6e2aa3f706e15f1. This workaround caused serious memory corruption issues which is not really acceptable for the release. We'll be likely sticking to a more limited release when using freestyle with saved buffers for until proper solution is implemented. Conflicts: source/blender/render/intern/source/pipeline.c |
Revision fc35b75 by Sergey Sharybin June 17, 2015, 15:50 (GMT) |
Fix T44682: Save Buffers canceled renders show nothing in Image Editor The issue was caused by render pipeline freeing render parts prior to finishing exr file writing which resulted in unfinished parts not being written into the file by save_empty_result_tiles(). As a temporary solution we do explicitly write unfinished parts as empty tiles to the exr file prior to freeing parts. Not ideal solution, but should work for the release. |
Revision 37fd262 by Antonis Ryakiotakis June 17, 2015, 14:59 (GMT) |
Lock markers now also disallows selection of markers |
Revision e96d1c7 by Campbell Barton June 17, 2015, 14:59 (GMT) |
CMake: use parent scope setting cflags in funcion |
Revision 0dcda51 by Campbell Barton June 17, 2015, 14:58 (GMT) |
Revert "Correct recent commit replacing macro's /w MSVC" This reverts commit 810f8928d65abbce6dddc1e11f6092c22d9a5fcc. Worked by accident with MSVC, real fix next... |
Revision bd5ea70 by Sergey Sharybin June 17, 2015, 14:32 (GMT) |
Compositor: Fix stupid type in incrementing number of finished tiles |
Revision 01f21f8 by Sergey Sharybin June 17, 2015, 14:30 (GMT) |
Report proper frame and time to the console when doing compositing |
|
|
|


Master Commits
MiikaHweb | 2003-2021