From 2bd9a28ff8d7a7bcb5481b8f9e029959b8b055e8 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Fri, 30 Apr 2021 11:20:39 -0300 Subject: Cleanup: Rename `#if GPU_USE_PY_REFERENCES` to `#ifndef GPU_NO_USE_PY_REFERENCES` This is safer for incremental build. And there was already a macro `GPU_USE_PY_REFERENCES` used elsewhere. --- source/blender/gpu/GPU_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_common.h') diff --git a/source/blender/gpu/GPU_common.h b/source/blender/gpu/GPU_common.h index bc57a381f00..c00bf581e8c 100644 --- a/source/blender/gpu/GPU_common.h +++ b/source/blender/gpu/GPU_common.h @@ -24,7 +24,7 @@ #pragma once #define PROGRAM_NO_OPTI 0 -#define USE_PY_REFERENCES 1 +//#define GPU_NO_USE_PY_REFERENCES #if defined(NDEBUG) # define TRUST_NO_ONE 0 -- cgit v1.2.3