Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2093 / 5574

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.
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.
May 30, 2017, 11:47 (GMT)
Alembic export: prevent rounding error buildup in frame sample time
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.
May 30, 2017, 10:30 (GMT)
Layer collection doversion: Remove "converted from 2.7" from the name

Followup and partial revert from d78b1147bed6a56dc8fbf6bc46e2e29cb7456c2e
May 30, 2017, 09:42 (GMT)
Fix UI message (no points and no phrases in tooltips please!).
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.
May 30, 2017, 09:40 (GMT)
Tweak UI messgae checking macro, identifiers are not always available...
May 30, 2017, 09:35 (GMT)
Silence warning in RNA when building without fluidsim.
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.
May 30, 2017, 08:58 (GMT)
Fix strict compiler warning in C++ RNA

Hopefully it is supported by all the compilers.
May 30, 2017, 08:58 (GMT)
ImBuf: Fix strict compiler warning in Cineon image IO
May 30, 2017, 08:58 (GMT)
Audaspace: Don't use strict flags
May 30, 2017, 08:58 (GMT)
Cycles: Cleanup, trailing whitespace
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.
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...
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.
May 29, 2017, 23:29 (GMT)
Revert "Revert "Remove MTexPoly layers""

I reverted this commit by mistake. Sorry :/

This reverts commit 9caf328a7cc55775b740ee4beecf8a77f47d3986.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021