Versioning function to replace legacy instancing panel by geometry node modifier #105494

Open
Iliya Katushenock wants to merge 44 commits from mod_moder/blender:instances into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
2 changed files with 17 additions and 3 deletions
Showing only changes of commit 2206f49e8f - Show all commits

View File

@ -1,6 +1,3 @@
#if !defined(NOMINMAX)
# define NOMINMAX
#endif
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once

View File

@ -5,6 +5,8 @@
#ifndef __BLI_UTILDEFINES_H__
#define __BLI_UTILDEFINES_H__
#include <windows.h>
/** \file
* \ingroup bli
*/
@ -870,3 +872,18 @@ extern bool BLI_memory_is_zero(const void *arr, size_t arr_size);
#endif
#endif /* __BLI_UTILDEFINES_H__ */
#undef min
#undef max
#undef rad
#undef rad1
#undef rad2
#undef rad3
#undef vec
#undef rect
#undef rct1
#undef rct2
#undef near
#undef small
#undef MEM_CacheLimiterHandle