mirror of
https://github.com/blender/blender
synced 2026-09-27 00:43:19 +03:00
Fix #118883: Face Corner component shows in Delete Geometry node
Pull Request: https://projects.blender.org/blender/blender/pulls/118917
This commit is contained in:
parent
3e8ed795cb
commit
d562a9ce43
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ static void node_rna(StructRNA *srna)
|
|||
rna_enum_attribute_domain_without_corner_items,
|
||||
NOD_storage_enum_accessors(domain),
|
||||
int(AttrDomain::Point),
|
||||
enums::domain_experimental_grease_pencil_version3_fn);
|
||||
enums::domain_without_corner_experimental_grease_pencil_version3_fn);
|
||||
}
|
||||
|
||||
static void node_register()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue