Blender Git Commits

Blender Git "master" branch commits.

Page: 2772 / 5574

October 4, 2014, 14:01 (GMT)
Typo fix for new WITH_BF_CYCLES_DEBUG option.
October 4, 2014, 13:41 (GMT)
Fix off by one error drawing passepartout
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
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.
October 4, 2014, 08:48 (GMT)
OSX: simplyfy last commit for fs_menu system_bookmarks
October 3, 2014, 23:29 (GMT)
Cycles: Remove a workaround for Titan GPUs, not needed anymore with the latest CUDA compiler.
October 3, 2014, 19:01 (GMT)
OSX: Change the FS_CATEGORY_SYSTEM_BOOKMARKS aka "Favorites", so that the orderwise in sync with finder
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.
October 3, 2014, 17:41 (GMT)
Fix for tgz script (whitespace broke it)
October 3, 2014, 16:34 (GMT)
Install_deps.sh: missing `--skip-openexr` in arg parser's parameters.

Reported through mail by Jefferson Rausseo, thanks!
October 3, 2014, 16:00 (GMT)
Cleanup: Remove some unused / unreferenced functions for perdiodic perlin noise.
October 3, 2014, 15:51 (GMT)
Cycles / OSL: Make the signed/unsigned Perlin parameter more self explaining.
October 3, 2014, 15:23 (GMT)
Cycles: Fix OpenCL compile after new Volume BVH introduction and add some comments.
October 3, 2014, 15:11 (GMT)
Cycles: Missing volume traversal header in cmake for GPU compilation.
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.
October 3, 2014, 13:43 (GMT)
2.73 Release Cycle: Alpha.
October 3, 2014, 13:28 (GMT)
Cleanup: Spelling.
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.
October 3, 2014, 12:36 (GMT)
Fix for 2-sided faces in array modifier
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021