Files
test2/source
Nathan Vegdahl f099977923 Fix: add missing nullptr check in BKE_fcurve_find_by_rna_context_ui
The guard clauses elsewhere in the function clearly indicate that
`r_driven` should be passable as a nullptr if the caller doesn't need
it, but there is one place where the guard clause was missing.

Discovered while working on #120936.

Pull Request: https://projects.blender.org/blender/blender/pulls/121253
2024-04-30 12:05:20 +02:00
..