Revision ada2a3a by Thomas Dinges October 4, 2014, 14:01 (GMT) |
Typo fix for new WITH_BF_CYCLES_DEBUG option. |
Revision 4f9ee69 by Campbell Barton October 4, 2014, 13:41 (GMT) |
Fix off by one error drawing passepartout |
Revision 27d660a by Sergey Sharybin October 4, 2014, 13:00 (GMT) |
Cycles: Add support for debug passes Currently only summed number of traversal steps and intersections used by the camera ray intersection pass is implemented, but in the future we will support more debug passes which would help checking what things makes the scene slow. Example of such extra passes could be number of bounces, time spent on the shader tree evaluation and so. Implementation from the Cycles side is pretty much straightforward, could only mention here that it's a build-time option disabled by default. From the blender side it's implemented as a PASS_DEBUG with several subtypes possible. This way we don't need to create an extra DNA pass type for each of the debug passes, saving us a bits. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D813 |
Revision 8ac3c3d by Bastien Montagne October 4, 2014, 10:54 (GMT) |
Fix T42065: Shading issue using Array modifier Gah... Dirty normal flag should be set on *real* final dm, after merge is done. :/ |
Revision 60bdb7d by Thomas Beck October 4, 2014, 10:22 (GMT) |
"Delete texture paint slot" told the user that it would add a texture paint slot. |
Revision 9d8c165 by jens verwiebe October 4, 2014, 08:48 (GMT) |
OSX: simplyfy last commit for fs_menu system_bookmarks |
Revision 6359c36 by Thomas Dinges October 3, 2014, 23:29 (GMT) |
Cycles: Remove a workaround for Titan GPUs, not needed anymore with the latest CUDA compiler. |
Revision a9ae14c by jens verwiebe October 3, 2014, 19:01 (GMT) |
OSX: Change the FS_CATEGORY_SYSTEM_BOOKMARKS aka "Favorites", so that the orderwise in sync with finder |
Revision cdbac01 by Thomas Dinges October 3, 2014, 18:41 (GMT) |
Cycles, some tweaks to scene_intersect_shadow_all() * Function returns a bool, not an uint. * Remove GPU ifdefs, this is CPU only due to malloc / qsort. |
Revision 821e2ae by Campbell Barton October 3, 2014, 17:41 (GMT) |
Fix for tgz script (whitespace broke it) |
Revision f0b601c by Bastien Montagne October 3, 2014, 16:34 (GMT) |
Install_deps.sh: missing `--skip-openexr` in arg parser's parameters. Reported through mail by Jefferson Rausseo, thanks! |
Revision 02ffed4 by Thomas Dinges October 3, 2014, 16:00 (GMT) |
Cleanup: Remove some unused / unreferenced functions for perdiodic perlin noise. |
Revision 3aa6557 by Thomas Dinges October 3, 2014, 15:51 (GMT) |
Cycles / OSL: Make the signed/unsigned Perlin parameter more self explaining. |
Revision dc1ca0c by Thomas Dinges October 3, 2014, 15:23 (GMT) |
Cycles: Fix OpenCL compile after new Volume BVH introduction and add some comments. |
Revision 5e10392 by Thomas Dinges October 3, 2014, 15:11 (GMT) |
Cycles: Missing volume traversal header in cmake for GPU compilation. |
Revision 4b2fade by Thomas Dinges October 3, 2014, 14:03 (GMT) |
Cycles: Remove Westin closure. Was hooked up last year for testing purposes, as we already had some code for it, but the closure itself is not really good nor really useful, so let's remove it. |
Revision 8f36d26 by Thomas Dinges October 3, 2014, 13:43 (GMT) |
2.73 Release Cycle: Alpha. |
Revision 02f58ac by Thomas Dinges October 3, 2014, 13:28 (GMT) |
Cleanup: Spelling. |
Revision 4c43fcf by Campbell Barton October 3, 2014, 12:36 (GMT) |
Fix T41983: Array regression with center-verts Array with rotation and a central pivot would fail. Thanks to Bastien Montagne for the initial fix. |
Revision bc0411f by Campbell Barton October 3, 2014, 12:36 (GMT) |
Fix for 2-sided faces in array modifier |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021