Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 583 / 5574

September 10, 2020, 12:53 (GMT)
Refactor: move MovieClip .blend I/O to IDTypeInfo callbacks
September 10, 2020, 12:51 (GMT)
Fix T80651: Material tab disappears

Always return true if the object can have materials. Even if there are
not currently any materials assigned to the object.
September 10, 2020, 12:42 (GMT)
Refactor: move VFont .blend I/O to IDTypeInfo callbacks
September 10, 2020, 12:35 (GMT)
Cleanup: extract functions for PackedFile .blend I/O
September 10, 2020, 12:33 (GMT)
Fix T79737: ERROR ACCESS VIOLATION when switching to eevee rendered view

This prevents Blender from crashing when switching
to rendered view and the grid_data is NULL in the
lightcache (due to possible corruption), by switching
to the fallback lightcache. The fix extends the solution
for possible corruption in the cube_data as well.

Fix T79737

Reviewed By: fclem
Differential Revision: https://developer.blender.org/D8835
Revision 8d59f06 by Clément Foucault
September 10, 2020, 12:19 (GMT)
GL: Wrap extension support inside GLContext

This makes it possible to disable all the extensions when forcing
workarounds.

Also it will allow future options to selectively disable each extension
to know which one is buggy.
Revision 9d5977f by Clément Foucault
September 10, 2020, 12:19 (GMT)
GL: Add fallback debug layer

This is to improve debugging on older hardware that may not support
4.3 debug capabilities (like Macs).

This avoids sprinkling glGetErrors manually. This might still be needed
to find the root cause since not all functions are covered.

This overrides the functions pointers that GLEW have already init.

This is only enabled if using --debug-gpu option and the debug extension
are not available.

This also cleanup the usage of GLContext::debug_layer_support and use
wrapper to set object labels.
September 10, 2020, 11:57 (GMT)
Refactor: move Text .blend I/O to IDTypeInfo callbacks
September 10, 2020, 11:50 (GMT)
Refactor: move LineStyle .blend I/O to IDTypeInfo callbacks
September 10, 2020, 11:33 (GMT)
Refactor: move bNodeTree .blend I/O to IDTypeInfo callbacks
September 10, 2020, 10:46 (GMT)
Fix T80372: Mantaflow Noise Not working with Smoke/Smoke and Fire

Modular caches for noise, particles and meshes require that additional data is baked (i.e. is resumable option). With this commit users will be explicitly asked to enable this option before being able to bake noise, particles or meshes.
September 10, 2020, 09:42 (GMT)
Cleanup: IO, inline namespace declarations

Replace nested `namespace blender { namespace io {`
with `namespace blender::io {`.

No functional changes.
September 10, 2020, 09:42 (GMT)
Cleanup: USD, inline namespace declarations

Replace nested `namespace blender { namespace io { namespace usd {`
with `namespace blender::io::usd {`.

No functional changes.
September 10, 2020, 09:42 (GMT)
Cleanup: Alembic, inline namespace declarations

Replace nested `namespace blender { namespace io { namespace alembic {`
with `namespace blender::io::alembic {`.

No functional changes.
September 10, 2020, 09:17 (GMT)
Refactor: move keyingset .blend I/O to blenkernel

Ref T76372
September 10, 2020, 09:09 (GMT)
Fix T79626: 2.91 Mantaflow crash when adaptive domain + noise are enabled

Crash was caused by an incorect domain size of the noise solver and an index out of bounds.
September 10, 2020, 09:02 (GMT)
Refactor: move Action .blend I/O to IDTypeInfo callbacks
September 10, 2020, 08:33 (GMT)
Refactor: move preview image .blend I/O to blenkernel

Ref T76372
September 10, 2020, 07:58 (GMT)
Fix T80516: Hook modifier crashes without vertex group data

Checks for existence of a vertex group must check the array isn't NULL.

Regression in c1386795a922.
September 10, 2020, 06:39 (GMT)
Fix T80650: Malformed bl_info header causes empty add-on listing
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021