Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2022-02-14 12:58:21 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-02-14 13:08:53 +0300
commite0fd31f083e0cd835635013a31fd3da6cf298ffa (patch)
tree9d5689228b0373b46baee35f2d3fbd887b0e33bb /source/blender/draw/engines/eevee/eevee_shadows_cascade.c
parent1236d2aea8d55c7d98409fc76968bad297a53007 (diff)
Fix segfault calling `id_properties_ui("prop").update()`
Fix segfault when calling `some_id.id_properties_ui("propname").update()`, i.e. call the `update()` function without any keyword arguments. In such a case, Python passes `kwargs = NULL`, but `PyDict_Contains()` is not `NULL`-safe.
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_shadows_cascade.c')
0 files changed, 0 insertions, 0 deletions