Revision eecd370 by Jacques Lucke September 10, 2020, 12:53 (GMT) |
Refactor: move MovieClip .blend I/O to IDTypeInfo callbacks |
Revision 0f0e723 by Sebastian Parborg 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. |
Revision 3679f89 by Jacques Lucke September 10, 2020, 12:42 (GMT) |
Refactor: move VFont .blend I/O to IDTypeInfo callbacks |
Revision fbc12e6 by Jacques Lucke 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. |
Revision b8bcbb2 by Jacques Lucke September 10, 2020, 11:57 (GMT) |
Refactor: move Text .blend I/O to IDTypeInfo callbacks |
Revision fcf6177 by Jacques Lucke September 10, 2020, 11:50 (GMT) |
Refactor: move LineStyle .blend I/O to IDTypeInfo callbacks |
Revision d11651f by Jacques Lucke September 10, 2020, 11:33 (GMT) |
Refactor: move bNodeTree .blend I/O to IDTypeInfo callbacks |
Revision e347b6b by Sebastián Barschkis 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. |
Revision 25faee8 by Sybren A. Stüvel September 10, 2020, 09:42 (GMT) |
Cleanup: IO, inline namespace declarations Replace nested `namespace blender { namespace io {` with `namespace blender::io {`. No functional changes. |
Revision b77c0ed by Sybren A. Stüvel 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. |
Revision 549a00d by Sybren A. Stüvel 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. |
Revision b443f9b by Jacques Lucke September 10, 2020, 09:17 (GMT) |
Revision 60b2bb3 by Sebastián Barschkis 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. |
Revision 2cd41f4 by Jacques Lucke September 10, 2020, 09:02 (GMT) |
Refactor: move Action .blend I/O to IDTypeInfo callbacks |
Revision 538817d by Jacques Lucke September 10, 2020, 08:33 (GMT) |
Revision a0f41ba by Campbell Barton 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. |
Revision 92a1b3f by Campbell Barton September 10, 2020, 06:39 (GMT) |
Fix T80650: Malformed bl_info header causes empty add-on listing |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021