tornavis/source/blender
Bastien Montagne fe2ceef729 Fix first part of T86501: Crash during resync process.
Code would end up freeing some of the newly created overrides, which
were assigned to the matching linked ID's `newid` pointer, accessed
again further down the code.

Note that this is not a normal expected situation, and it won't give a
proper resync result anyway, but it might happen in some complicated
corner cases, and also quite often when dealing with older .blend files.
2021-03-12 09:46:11 +01:00
..
blendthumb UI: Fix Typos in Comments and Docs 2021-02-05 19:08:14 -08:00
blenfont Cleanup: Abbreviate enums with 'UNSIGNED_' in the name 2021-02-17 12:38:21 -03:00
blenkernel Fix first part of T86501: Crash during resync process. 2021-03-12 09:46:11 +01:00
blenlib Cleanup: spelling 2021-03-10 15:47:50 +11:00
blenloader Fix (unreported): crash on undo when using pinned id in spreadsheet 2021-03-11 13:28:28 +01:00
blentranslation Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
bmesh Fix T67190: Edge Loop Select doesn't support non-manifold edges 2021-03-10 23:04:37 +11:00
compositor Cleanup: spelling 2021-03-10 15:47:50 +11:00
datatoc Harden checks in datatoc_icon binary 2021-03-01 12:00:32 +01:00
depsgraph Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments. 2021-03-04 18:43:30 +01:00
draw Cleanup: spelling 2021-03-12 00:51:29 +11:00
editors Fix T86455: vertex color baking issue with sculpt vertex colors 2021-03-12 09:22:47 +01:00
freestyle Cleanup: fix compiler warnings 2021-02-17 16:26:24 +01:00
functions Geometry Nodes: support Vector Rotate node 2021-03-08 11:37:37 +01:00
gpencil_modifiers GPencil: Remove limitation to use only one Lattice modifier 2021-03-11 18:17:30 +01:00
gpu EEVEE: Ambient Occlusion: Add sample parameter support for the AO node 2021-03-08 17:25:38 +01:00
ikplugin Cleanup: remove extra in trailing asterisk 2021-01-20 16:14:00 +11:00
imbuf Cleanup: redundant struct declarations 2021-03-04 17:17:19 +11:00
io Fix: wrong clang tidy cleanup 2021-02-15 19:03:32 +01:00
makesdna LibOverride: First stage of detection of 'need resync'. 2021-03-11 14:26:19 +01:00
makesrna LibOverride: First stage of detection of 'need resync'. 2021-03-11 14:26:19 +01:00
modifiers Cleanup: break out of loop early 2021-03-12 16:13:36 +11:00
nodes Added missing file to last commit: 2021-03-11 23:42:19 +01:00
python Cleanup: remove workaround for MSVC PyTypeObject declarations 2021-03-12 16:13:36 +11:00
render Cleanup: use ofs instead of offs as an abbreviation for offset 2021-03-08 14:54:23 +11:00
sequencer Cleanup: redundant struct declarations 2021-03-04 17:17:19 +11:00
shader_fx Cleanup: Do not pass stack allocated string to MEM_callocN 2021-03-09 13:31:51 -05:00
simulation Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
windowmanager Cleanup: set the window manager to the updated context on load 2021-03-12 16:13:36 +11:00
CMakeLists.txt Cleanup: move eIconSizes, ID_Type enums into own file 2021-02-09 09:58:06 +11:00