Blender V5.0
BKE_anonymous_attribute_id.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "BLI_string_ref.hh"
12
14
15namespace blender::bke {
16
25{
26 return name.startswith(".a_");
27}
28
39
40} // namespace blender::bke
Result filter(const StringRef name) const override
bool attribute_name_is_anonymous(const StringRef name)
const char * name