Revision bfd7b45 by Sergey Sharybin December 2, 2015, 13:18 (GMT) |
Buildbot: Fix typo |
Revision 956bd92 by Sergey Sharybin December 2, 2015, 13:11 (GMT) |
Buildbot: Initial work to move linux build environment to CMake This is so called "seems to work in dry tests" commit which is aimed to switch linux release environment to CMake. Some notes: - There's no special handle of libstdc++, but it wasn't really static for quite some time in SCons configuration and nobody really complained. - It was quite tricky to get OpenMP linked statically with just using some configuration so we went ahead and added a special option to CMake now which is only exist on Linux and advertised as shouldn't be used. - Packing is happening manually in slave_pack.py. This is because we have to add some really special files to the archive (mesa libraries for example) which we can't really handle from CMake/CPack in a nice generic way. Don't think it's bad approach, at least crappynness is localized and it's not _that_ crappy anyway. - Windows buildbot should keep working, but needs doublechecing. It's just a build folder changed, but you never know what it might imply. - Some further tweaks are likely needed to ensure all builders are working. Thanks Campbell for assistance in this patch! |
Revision ca3d014 by Sergey Sharybin December 2, 2015, 11:20 (GMT) |
CMake: Enable Cycles OSL for the full blender configuration |
Revision 6552d5b by Sergey Sharybin December 2, 2015, 11:19 (GMT) |
Cycles: Avoid recursion when doing constant fold This reduces stress on the the stack memory which could be really handy on certain operation systems which applies strict limits on the stack. Reviewers: brecht, juicyfruit, dingto Reviewed By: brecht, juicyfruit, dingto Differential Revision: https://developer.blender.org/D1656 |
Revision d0a9ec5 by Sergey Sharybin December 2, 2015, 11:00 (GMT) |
Cycles: Fix SSS object not properly reflected in glossy object with indirect clamping This fixes remained issues reported in T46908. |
Revision 3cd36f8 by Joerg Mueller December 2, 2015, 09:23 (GMT) |
Revision 4006474 by Campbell Barton December 2, 2015, 08:26 (GMT) |
Cleanup: ignore unused args in stubs |
Revision aed5347 by Campbell Barton December 2, 2015, 08:25 (GMT) |
Using term 'origin' for mathutils.bvhtree docs Matches rna ray-cast API |
Revision 90b83a8 by Campbell Barton December 2, 2015, 08:18 (GMT) |
Update template for changes in ray-cast |
Revision 08fb55e by Campbell Barton December 2, 2015, 08:07 (GMT) |
PyAPI: Change ray_cast to fix & improve behavior - It wasn't possible to know when Object.ray_cast was successful in the case when it hit a face with no original index. - Take (ray_start, ray_direction) vectors. - Take an optional distance argument. - Scene/Object.ray_cast now use matching arguments & return values. See D1650 (own patch) |
Revision e16d39b by Campbell Barton December 2, 2015, 07:46 (GMT) |
Transform Snap: add optional face index arg |
Revision a5c0964 by Campbell Barton December 2, 2015, 07:08 (GMT) |
Cleanup: transform snap arguments This was getting very hard to follow, - mixing input/output args. - mixing arg order between functions. - arg names (mode, snap_mode) rename to (snap_to, snap_select) |
Revision 8d8bc24 by Campbell Barton December 2, 2015, 04:52 (GMT) |
Cleanup: double-conversion warnings |
Revision fc9505c by Campbell Barton December 2, 2015, 02:15 (GMT) |
Cleanup: warnings & spelling |
Revision 5cbf58c by Julian Eisel December 1, 2015, 23:01 (GMT) |
Fix T46909: Text strip not themeable Normally we don't allow adding new theme options if we can avoid it, but this is a legit exception since all other strips are themeable. Default color for text strip is now yellow-ish. Not nice but there are also not many other colors left. |
Revision a6bbf05 by Sergey Sharybin December 1, 2015, 22:14 (GMT) |
Cycles: Fix wrong SSS intersection refinement when this option is disabled The code is disabled by default, but we'd better keep it all correct. |
Revision e828765 by Sergey Sharybin December 1, 2015, 22:13 (GMT) |
Cycles: Fix wrong SSS on scaled instanced objects Was a mistake on searching refined position form ray and hit distance. Remember kids: SSS distance is in the object space! |
Revision 7050257 by Sergey Sharybin December 1, 2015, 21:39 (GMT) |
Cycles: Remove TODO, it is possible there'll be more intersections recorded It's just only few of them will be stored in the intersection array, nothing wrong with that what's so ever. |
Revision e5e1010 by Thomas Dinges December 1, 2015, 17:17 (GMT) |
Cleanup: Remove some more code for BVH cache. I missed that somehow. |
Revision 3526f7a by Bastien Montagne December 1, 2015, 14:46 (GMT) |
Comment assert in id_us_min, currently we can get zero user count at this point. |
|
|
|


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