Curves: Add edit mode operator to set attribute values #105076

Merged
Hans Goudey merged 9 commits from HooglyBoogly/blender:curves-attribute-set into main 2023-10-17 12:35:50 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ca2c7e2770 - Show all commits

View File

@ -179,6 +179,7 @@ static int set_attribute_invoke(bContext *C, wmOperator *op, const wmEvent *even
mixer.mix_in(0, values_typed[i]);
}
}
mixer.finalize();
});
geometry::rna_property_for_attribute_type_set_value(*op->ptr, *prop, GPointer(type, buffer));