Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 786 / 5574

May 11, 2020, 06:43 (GMT)
Docs: list inherited C/Python API functions
May 11, 2020, 06:41 (GMT)
Fix duplicate property references in generated API docs
May 11, 2020, 06:09 (GMT)
Fix building docs with sphinx 3.x
May 11, 2020, 05:48 (GMT)
Docs: update API docs, adding reference to bl_rna_get_subclass.
May 11, 2020, 05:48 (GMT)
Cleanup: unused variable
May 11, 2020, 05:31 (GMT)
Merge branch 'blender-v2.83-release'
May 11, 2020, 05:23 (GMT)
Fix T75998: Precision of 'Unit Scale' and 'Grid Scale' are mismatched

Change hard limits of scale_length RNA property to 1e-9 - 1e+9.
This makes it easier to work with small or large metric units.
May 10, 2020, 13:42 (GMT)
Cleanup: add ED_screen_areas_iter to clang-format ForEachMacros
May 10, 2020, 06:29 (GMT)
Merge branch 'blender-v2.83-release'
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, 13:22 (GMT)
Fix building on NetBSD
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
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021