Revision 40272b4 by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) December 21, 2016, 02:52 (GMT) |
Fix crashes when opening new windows |
Revision 61ac773 by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) December 21, 2016, 02:26 (GMT) |
Find correct scene from screen in RNA callbacks |
December 21, 2016, 01:29 (GMT) |
Cycles: Deduplicate numerical code in the WLR bandwidth estimation Also includes some documentation about what this code actually does. |
December 20, 2016, 15:27 (GMT) |
Add nesting collections into unittest |
Revision e97cc6b by Lukas Stockner December 20, 2016, 15:04 (GMT) |
Revision 05aefab by Lukas Stockner December 20, 2016, 15:00 (GMT) |
Cycles Experimental Build v4 Generally the same as last time, but now the denoising black spot bug on Windows should be fixed. Also, this version includes skipping attributes for nodes that are optimized away (D2285) and an operator for saving the current viewport rendering state as a Render Result. |
December 20, 2016, 14:59 (GMT) |
Temporary UI for layer/collections (for debug/testing) |
December 20, 2016, 14:37 (GMT) |
Make hide/hide_select icons dynamic |
Revision a3593ef by Lukas Stockner December 20, 2016, 14:24 (GMT) |
Merge remote-tracking branch 'origin/master' into experimental-build |
December 20, 2016, 14:01 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2016-cycles_denoising Conflicts: source/blender/makesrna/intern/rna_render.c |
December 20, 2016, 10:21 (GMT) |
From review: "doxygen" I do not compile doxygen (assuming it is compiled, I do not even know). But it does not hurt to add the extra * everywhere |
December 20, 2016, 09:58 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into render-layers |
December 20, 2016, 09:42 (GMT) |
Fresh morning fixup of iterator logics (and fix unfreed memory) |
December 20, 2016, 04:38 (GMT) |
Cycles: Move normal equation solver into a separate function and rename a few variables for clarity |
December 20, 2016, 04:38 (GMT) |
Cycles: Replace T-SVD algorithm with new Jacobi Eigendecomposition solver The code that was used for the T-SVD before came from the WLR reference implementation, but had numerical problems on Windows and would often cause NaNs. This commit replaces it with a new implementation using Eigendecomposition based on the Jacobi Eigenvalue Method. That should: - Give a slight performance boost (probably not noticable, since the T-SVD was no bottleneck to begin with) - Improve numerical accuracy of the results (not very important either since the eigenvalues are only compared against a threshold) - FINALLY solve the black spot issue on Windows - Slightly reduce memory usage (singular values are now constructed on the diagonal of the input matrix) with the potential of more in the future (now only the lower-triangular part is required). - Resolve potential licensing issues - the specific file containing the original code didn't come with any licensing information, and the main file contains an apparently custom license... |
December 20, 2016, 04:38 (GMT) |
Cycles: Declare more utility function arguments const |
December 20, 2016, 04:38 (GMT) |
Cycles: Include util_math_matrix.h in CMake |
Revision 751d235 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 19, 2016, 21:34 (GMT) |
crash fix with FM and forcefields |
December 19, 2016, 18:49 (GMT) |
Proper handling of IDs in do_versions_after_liblink. Basic idea is to store fileversion in Library datablock, and split again Main by libraries after lib linking, do_versions_after_liblink on those separated Mains, and merge again. This allows to still have correct versions for each data-block in that second do_versions step. |
December 19, 2016, 17:13 (GMT) |
Fixup on BKE_scene_objects_Iterator_next |
|
|
|


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