Revision 916eca6 by Sybren A. Stüvel May 30, 2017, 11:47 (GMT) |
Alembic export: make the start/end frame default values less reasonable The old default values (start/end frame = 1) could have been an actually desired setting (for example when exporting a non-animated model). To make this worse, this was only interpreted as "start/end of the scene" by the export operator when running interactively, but not when run from Python. By choosing INT_MIN as default it's highly unlikely that the interval [start, end) was intended as actual export range. |
Revision 4aeba3b by Sybren A. Stüvel May 30, 2017, 11:47 (GMT) |
Alembic export: avoid create-and-reset of shared pointer Constructing the shared pointer where the object is actually allocated makes the code a bit clearer. |
Revision cfce862 by Sybren A. Stüvel May 30, 2017, 11:47 (GMT) |
Alembic export: prevent rounding error buildup in frame sample time |
Revision 71dcead by Sergey Sharybin May 30, 2017, 10:48 (GMT) |
Move GHash/GSet/LinkList iterators to BLI files Those are not depsgraph or C++ specific and can be used by everyone. |
Revision eed26b2 by Dalai Felinto May 30, 2017, 10:30 (GMT) |
Layer collection doversion: Remove "converted from 2.7" from the name Followup and partial revert from d78b1147bed6a56dc8fbf6bc46e2e29cb7456c2e |
Revision aab3a0f by Bastien Montagne May 30, 2017, 09:42 (GMT) |
Fix UI message (no points and no phrases in tooltips please!). |
Revision 31bc9be by Sergey Sharybin May 30, 2017, 09:41 (GMT) |
Depsgraph: Use own implementation of stack rather than the one from STL This way we always have predictable behavior, especially from the performance point of view. Additionally, if some bottleneck is found in stack implementation it'll be easier for us to address. |
Revision 7eceb75 by Bastien Montagne May 30, 2017, 09:40 (GMT) |
Tweak UI messgae checking macro, identifiers are not always available... |
Revision 47aedb9 by Bastien Montagne May 30, 2017, 09:35 (GMT) |
Silence warning in RNA when building without fluidsim. |
Revision 15692c8 by Sergey Sharybin May 30, 2017, 09:09 (GMT) |
Move hash_combine utility function to a more generic place This way everyone can benefit from it, not only dependency graph. |
Revision fb82948 by Sergey Sharybin May 30, 2017, 08:58 (GMT) |
Fix strict compiler warning in C++ RNA Hopefully it is supported by all the compilers. |
Revision 6c16130 by Sergey Sharybin May 30, 2017, 08:58 (GMT) |
ImBuf: Fix strict compiler warning in Cineon image IO |
Revision 2c515df by Sergey Sharybin May 30, 2017, 08:58 (GMT) |
Audaspace: Don't use strict flags |
Revision 46da985 by Sergey Sharybin May 30, 2017, 08:58 (GMT) |
Cycles: Cleanup, trailing whitespace |
Revision d888453 by Campbell Barton May 30, 2017, 08:05 (GMT) |
Face Maps: custom-data, UI and RNA API Add face maps, needed for face-map widgets, only data structure, widgets will be separate commit. This comes from 'custom-manipulator' branch with only minor changes. |
Revision 76c97aa by Bastien Montagne May 30, 2017, 07:46 (GMT) |
Fix T50775: Missing parenthesis on fluid bake button. Yep, that got reported... Was slightly more involved than UI message fixing though: RNA string length getter shall return exact lentgh of string (same as strlen), not size of allocated buffer to contain it! Otherwise, NULL final char leaks in and... |
Revision 9b91476 by Lukas Stockner May 30, 2017, 04:34 (GMT) |
Fix T51652: Cycles - Persistant Images not storing images Denoising was setting session parameters for every frame, which was detected as a change and therefore caused a resync. Since the parameter modification change is only needed for viewport rendering (which doesn't support denoising anyways) and resyncing after a frame change (which isn't affected by denoising settings), an easy fix is to just ignore the denoising parameters like it's currently done with the samples. |
Revision d321ed6 by Clément Foucault May 29, 2017, 23:29 (GMT) |
Revert "Revert "Remove MTexPoly layers"" I reverted this commit by mistake. Sorry :/ This reverts commit 9caf328a7cc55775b740ee4beecf8a77f47d3986. |
Revision 5773f58 by Clément Foucault May 29, 2017, 19:57 (GMT) |
Eevee: Replace Cubemaps by octahedron maps for env. probes. This enables us to use 2D texture arrays for multiple probes. There is a little artifact with very high roughness caused elongated pixel due to the projection (along every 90� meridian). |
Revision 6757ca8 by Mike Erwin May 29, 2017, 18:04 (GMT) |
NDOF: clean up after MinGW removal Follow up to 9f044cb422c1fc9ad79278092445f612342abb59 These comments described the difference between Microsoft & MinGW's struct definition. Now that we dropped MinGW we don't need to go into these details. |
|
|
|


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