Geometry Nodes: Instance Transform and Transform Instances nodes #120342

Closed
Iliya Katushenock wants to merge 12 commits from mod_moder:instances_transformation_get_set into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 8 deletions
Showing only changes of commit 819481fe1c - Show all commits

View File

@ -440,14 +440,6 @@ static const EnumPropertyItem *rna_NodeTreeInterfaceSocket_default_input_itemf(
N_("The position from the context")};
RNA_enum_item_add(&items, &items_count, &position);
}
else if (type->type == SOCK_MATRIX) {
const EnumPropertyItem normal{GEO_NODE_DEFAULT_FIELD_INPUT_TRANSFORM,
"TRANSFORM",
0,
N_("Transform"),
N_("Transformation of instances")};
RNA_enum_item_add(&items, &items_count, &normal);
}
}
RNA_enum_item_end(&items, &items_count);