Revision 334208e by Sergey Sharybin August 24, 2015, 07:46 (GMT) |
Cycles: Implementation of object reference nodes spatial split This commit implements object reference node spatial split making it possible to use spatial split for top-level BVH. The code is not in use yet because enabling spatial split on top level BVH is not coming for free and it needs to be investigated if it's worth in terms of improved render times. |
Revision c88c5db by Sergey Sharybin August 24, 2015, 07:46 (GMT) |
Cycles: Make primitive split code easier for re-use by reference splitting function |
Revision 99c1870 by Sergey Sharybin August 24, 2015, 07:46 (GMT) |
Cycles: Move primitive splitting into own functions This way it's easy to add more reference types allowed for splitting to the BVH reference split function without making this function too much big. This way it's possible to experiment with such features as splitting object instance references. So far should not be any functional changes. |
Revision 9b57d70 by Sergey Sharybin August 24, 2015, 07:46 (GMT) |
Cycles: BVH statistics print was missing for spatially split BVH tree |
Revision 30067b4 by Campbell Barton August 24, 2015, 05:20 (GMT) |
Fix editmesh GLSL tangent drawing The generic tangent calculation relied on CDDM arrays which aren't available in edit-mode. Add a tangent calculation callback, which has its own implementation for editmesh data. |
Revision 4f61de6 by Campbell Barton August 23, 2015, 23:29 (GMT) |
Revision 231ee60 by Campbell Barton August 23, 2015, 22:23 (GMT) |
mathutils.BVHTree: support overlap self-intersect Use same logic as BKE_bmbvh_overlap |
Revision 8a623b0 by Campbell Barton August 23, 2015, 22:23 (GMT) |
BVHTree.FromBMesh() missed epsilon arg |
Revision 2ee0187 by Bastien Montagne August 23, 2015, 18:27 (GMT) |
Fix T45882: Sudden shutdown if the filebrowser is part of the area layout. There is no guarantee in sfile's listener that FileList has already been created... |
Revision 25bb5cb by Antonis Ryakiotakis August 23, 2015, 15:20 (GMT) |
Fix T45860, missing extension in GLSL after recent own fix. |
Revision 8444f7b by Porteries Tristan August 23, 2015, 12:34 (GMT) |
BGE: Fix T42679: Python physics environment not setted for python control script. |
Revision 2672ee7 by Campbell Barton August 23, 2015, 11:12 (GMT) |
Cleanup: spelling/style |
Revision 83e16a4 by Thomas Beck August 23, 2015, 10:40 (GMT) |
This commit makes it possible to select the sort mode whenever we invoke an operator. It's needed especially for the menu entry "recover auto save" where you'd like to have the files sorted by date most of the time but it could be useful in other places too. There should be no functional change in other areas, I just added the missing parameter (FILE_SORT_ALPHA). Was a request from @sebastian_k at #BCon13, so at least one guy needs it ;) Reviewers: mont29 Reviewed By: mont29 Subscribers: sebastian_k Differential Revision: https://developer.blender.org/D1476 |
Revision b88d891 by Joshua Leung August 23, 2015, 10:23 (GMT) |
Fix T45633 - Animated modifiers don't update in new depsgraph * Resolved some todo's where FModifier paths were getting identified using the wrong pattern. * Added the missing animation -> modifier link. The "hacky" part here is just to do with how we check if that link is needed; the link though should exist in the graph. |
Revision e777583 by Campbell Barton August 23, 2015, 09:10 (GMT) |
Math Lib: Use same logic for 2d/3d functions dist_squared_to_line_v2, dist_to_line_v2 |
Revision 0cb23fa by Campbell Barton August 23, 2015, 07:07 (GMT) |
Math Lib: minor optimization interp_weights_poly |
Revision 58c9a0b by Campbell Barton August 22, 2015, 11:17 (GMT) |
Cleanup: spelling |
Revision c1c07b6 by Campbell Barton August 22, 2015, 11:12 (GMT) |
Use epsilon for line-intersect collinear test Also remove 2x vector normalize since other parts of the code already check this. Fixes T45849 |
Revision 6c8db9f by Bastien Montagne August 22, 2015, 09:02 (GMT) |
FileBrowser: Tweak display of size/time of entries. We have no size for blenlib entries, nor do we have time for those and 'parent' entry. Thanks to Sergey for notifying this on IRC. |
Revision 8669091 by Campbell Barton August 22, 2015, 06:49 (GMT) |
outliner: tweak GPLayer color button overlap |
|
|
|


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