|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| void | GEOMETRY_OT_attribute_add (struct wmOperatorType *ot) |
| void | GEOMETRY_OT_attribute_remove (struct wmOperatorType *ot) |
| void GEOMETRY_OT_attribute_add | ( | struct wmOperatorType * | ot | ) |
Definition at line 90 of file geometry_attributes.c.
References ATTR_DOMAIN_POINT, CD_PROP_FLOAT, wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, geometry_attribute_add_exec(), geometry_attribute_domain_itemf(), geometry_attributes_poll(), wmOperatorType::idname, wmOperatorType::invoke, MAX_NAME, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_enum(), RNA_def_enum_funcs(), RNA_def_property_flag(), RNA_def_string(), rna_enum_attribute_domain_items, rna_enum_attribute_type_items, wmOperatorType::srna, and WM_operator_props_popup_confirm().
Referenced by ED_operatortypes_geometry().
| void GEOMETRY_OT_attribute_remove | ( | struct wmOperatorType * | ot | ) |
Definition at line 149 of file geometry_attributes.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, geometry_attribute_remove_exec(), geometry_attributes_poll(), wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_geometry().