Blender Git Loki
Git Commits -> Revision 2667168
Revision 2667168 by Ray molenkamp (vr_scene_inspection) February 20, 2020, 12:00 (GMT) |
MSVC: Fix obscure RNA related build error When you switch between debug/release mode a lot, you could end up in a situation where the generated RNA code was out of sync between the two configurations. There was one function optionally defined with an `#ifndef NDEBUG` guard, this patch adds a stub implementation for the other configurations to prevent build errors. Differential Revision: https://developer.blender.org/D6855 Reviewers: brecht |
Commit Details:
Full Hash: 2667168421c04834bb7411ce87c878b934c0332a
Parent Commit: 2ee40a8
Committed By: Julian Eisel
Lines Changed: +6, -0
1 Modified Path:
/source/blender/makesrna/intern/rna_object_api.c (+6, -0) (Diff)