Blender Git Loki
Git Commits -> Revision c0aef35
May 1, 2021, 08:12 (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: c0aef3541aa69ffc9829d5b4b8f15e9807802385
Parent Commit: 0c7a99d
Committed By: YimingWu
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)