Blender Git Loki
Git Commits -> Revision 2bd9a28
Revision 2bd9a28 by Germano Cavalcante (master) April 30, 2021, 14:20 (GMT) |
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. |
Commit Details:
Full Hash: 2bd9a28ff8d7a7bcb5481b8f9e029959b8b055e8
Parent Commit: a711aa5
Lines Changed: +16, -16
10 Modified Paths:
/source/blender/gpu/GPU_common.h (+1, -1) (Diff)
/source/blender/gpu/GPU_framebuffer.h (+1, -1) (Diff)
/source/blender/gpu/GPU_texture.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_framebuffer_private.hh (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_texture_private.hh (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_framebuffer.c (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_framebuffer.h (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_texture.c (+3, -3) (Diff)
/source/blender/gpu/GPU_framebuffer.h (+1, -1) (Diff)
/source/blender/gpu/GPU_texture.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_framebuffer_private.hh (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_texture_private.hh (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_framebuffer.c (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_framebuffer.h (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_texture.c (+3, -3) (Diff)