Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 799 / 5574

May 1, 2020, 08:43 (GMT)
GHOST: set the window state on wayland startup
May 1, 2020, 08:43 (GMT)
WM: remove X11 hard coded window size workaround

Causes issues with Wayland and is no longer required for Gnome/KDE.
May 1, 2020, 05:05 (GMT)
Cleanup: replace inline dot-product with dot_v4v4
May 1, 2020, 05:05 (GMT)
Cleanup: improve readability for color assignment
May 1, 2020, 04:40 (GMT)
Cleanup: pass const arguments to texture functions
May 1, 2020, 04:19 (GMT)
Cleanup: avoid returning a bit-flag as a float

Texture functions were returning a float which was cast back to an int
to use as a flag.
May 1, 2020, 04:03 (GMT)
Cleanup: rename externtex to RE_texture_evaluate

- Pass in return arguments last.
- Pass in RGBA as a vector.
- Use boolean return argument.
May 1, 2020, 03:27 (GMT)
Cleanup: use sections for outliner sources
May 1, 2020, 02:36 (GMT)
Cleanup: spelling, comments
May 1, 2020, 02:34 (GMT)
Cleanup: warnings
April 30, 2020, 22:07 (GMT)
Curve: Force pretesselate modifier to output a Mesh output

This is to improve the case of T71055 where curves share the same batch
cache when they shouldn't.

This however, does not help to fix edit mode display.

The real fix would be to have a similar handling to what the mesh modifiers
do and duplicate the whole Curve data. But this is too much work/change for
the 2.83 release.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D7569
April 30, 2020, 22:03 (GMT)
Curve: Force pretesselate modifier to output a Mesh output

This is to improve the case of T71055 where curves share the same batch
cache when they shouldn't.

This however, does not help to fix edit mode display.

The real fix would be to have a similar handling to what the mesh modifiers
do and duplicate the whole Curve data. But this is too much work/change for
the 2.83 release.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D7569
April 30, 2020, 20:00 (GMT)
Revert "Windows: Support backtraces on release builds."

Issues with older cmake.
April 30, 2020, 19:51 (GMT)
VSE: Add frame interpolation option to speed effect

Do cross transition from current to next frame instead of displaying
one image for n frames.

Reviewed By: ISS, sergey, campbellbarton

Differential Revision: https://developer.blender.org/D7417
April 30, 2020, 19:34 (GMT)
Fix: Windows build bot script error

Partial revert of D7520
Revision 1960b8a by Hans Goudey
April 30, 2020, 19:21 (GMT)
UI: Fix animating panels after drag changing region size

The previous commit for this issue, 8e08d80e52d6, missed the case
where the panel animates to its aligned position when the mouse is
released.
April 30, 2020, 18:54 (GMT)
Fix T76276: Compiler Error C1061 due to too many nested if/else in MANTA_main.cpp

The compiler error should be fixed by removing the 'else if' blocks. However, this function should still be refactored in the future.
April 30, 2020, 18:54 (GMT)
clean-up: Remove left over debug print.
April 30, 2020, 18:41 (GMT)
Windows: Support backtraces on release builds.

This diff add supports for crash logs on windows for
release builds. This can be toggled on/off with the
`WITH_WINDOWS_PDB` cmake option. by default it is on.

Things to take into consideration:

Release builds are hightly optimized and the resulting
backtraces can be wrong/misleading, take the backtrace
as a general area where the problem resides rather than
an exact location.

By default we ship a minimized symbol file that can only
resolve the function names. This was chosen to strike
a balance between growth in size of the download vs
functionality gained. If more detailed information is
required such as source file + line number information
a full pdb can be shipped by setting `WITH_WINDOWS_STRIPPED_PDB`
to off.

The Release in the title of this diff refers to the
release build type, not the official blender releases.

Initially this will only be enabled for nightly build
bot versions of blender, official releases as of now
will not ship with symbols.

Differential Revision: https://developer.blender.org/D7520

Reviewed by: brecht
Revision 8e08d80 by Julian Eisel
April 30, 2020, 17:20 (GMT)
Fix dragging panels changing region size

While dragging panels, the region size would change which would feel glitchy.

See D7462 for a demo of the issue.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021