Blender Git Commit Log

All Blender Git commits.

Page: 1657 / 8462

May 10, 2020, 06:26 (GMT)
Fix T36263: Pasted strip doesnt have F-Curve keyframes from the original

Original code for copying strips tried to change strip name 2 times before
copying and once again after pasting.

Store structs in clipboard in unchanged state, so we can reference data after
pasting easily.

Better method would probably be storing animation data in clipboard as well,
so we can copy animated strips even between scenes.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D7638
May 10, 2020, 06:05 (GMT)
Merge branch 'blender-v2.83-release'
May 10, 2020, 05:51 (GMT)
Fix T71300: Crash on rendering scene recursively from sequencer

Adding recursive scenes has been disabled, but old files still can be opened.

Add check if scene will render itself.
Opening such file will produce warning on open and error on running render.

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D7562
May 10, 2020, 00:12 (GMT)
Windows: Ignore context record for backtrace is address is 0.

T76602 reported a crash with the exception address being 0,
this stack naturally could not be walked and no backtrace was
reported for the main thread. Which would have been helpful.

This change modifies the behaviour of the crash handler to ignore
the context record if it contains no useful information and
walk the current stack to get some information about what lead
to the crash.
May 9, 2020, 18:47 (GMT)
deps/windows: Fix wrong crt for libjpeg and pthreads

The msvc linker had been warning about libcmt being dragged
in for a bit, finally tracked the issue down to the deps of
jpeg and pthreads which both ignored our cflags.

this diff changes them both to use the dynamic crt rather
than the static one so they'll be in line with all our
other libraries.
May 9, 2020, 15:17 (GMT)
Fix T76427: edit mesh undo hanges when building without TBB

Background task pools would not restart threads if reused multiple times,
thanks to Jeroen for identifying the cause of this problem.

Differential Revision: https://developer.blender.org/D7659
May 9, 2020, 14:46 (GMT)
GPencil: Cleanup code
May 9, 2020, 14:12 (GMT)
GPencil: New Percentage parameter in Build modifier

Add a factor to determine the percentage affected.

Still wip.
May 9, 2020, 13:22 (GMT)
Fix building on NetBSD
May 9, 2020, 11:44 (GMT)
Merge branch 'master' into greasepencil-object
May 9, 2020, 07:36 (GMT)
Cleanup: doxy comments
May 9, 2020, 07:19 (GMT)
Cleanup: spelling
May 9, 2020, 07:15 (GMT)
Cleanup: double-spaces in comments
May 8, 2020, 23:53 (GMT)
Doxygen: Fix warnings in Doxyfile
May 8, 2020, 21:41 (GMT)
Two small fixes in interface_panel, slightly increase margin
May 8, 2020, 21:40 (GMT)
Update for naming changes in master, various small changes
May 8, 2020, 21:39 (GMT)
Merge branch 'panel-list-patch' into panel-list-patch-2
May 8, 2020, 20:44 (GMT)
Merge branch 'master' into panel-list-patch
May 8, 2020, 16:22 (GMT)
Cleanup: take includes out of 'extern "C"' blocks

Surrounding includes with an 'extern "C"' block is not necessary anymore.
Also that made it harder to add any C++ code to some headers, or include headers
that have "optional" C++ code like `MEM_guardedalloc.h`.

I tested compilation on linux and windows (and got help from @LazyDodo).
If this still breaks compilation due to some linker error, the header containing
the symbol in question is probably missing an 'extern "C"' block.

Differential Revision: https://developer.blender.org/D7653
May 8, 2020, 16:05 (GMT)
Install_deps: Add support to compile TBB when we cannot find version.

We now want to use fairly recent TBB (2018 at least?), so distro a bit
old will not have required package anymore...

Tested with Debian, other distro "should work" (c), but tests there are
much welcome! ;)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021