Blender Git Commit Log
Git Commits -> Revision 5f3b898
Revision 5f3b898 by Ray molenkamp (master) February 17, 2020, 18:04 (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: 5f3b898638b2c306994e69c0ac6a26b8ac017448
Parent Commit: 37cdfac
Lines Changed: +6, -0
1 Modified Path:
/source/blender/makesrna/intern/rna_object_api.c (+6, -0) (Diff)