Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 301 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_voxel_remesh(struct wmOperatorType *ot); | void OBJECT_OT_voxel_remesh(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_voxel_size_edit(struct wmOperatorType *ot); | void OBJECT_OT_voxel_size_edit(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_quadriflow_remesh(struct wmOperatorType *ot); | void OBJECT_OT_quadriflow_remesh(struct wmOperatorType *ot); | ||||
| /* object_transfer_data.c */ | /* object_transfer_data.c */ | ||||
| void OBJECT_OT_data_transfer(struct wmOperatorType *ot); | void OBJECT_OT_data_transfer(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_datalayout_transfer(struct wmOperatorType *ot); | void OBJECT_OT_datalayout_transfer(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_remesh(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_vertex_to_loop_colors(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_loop_to_vertex_colors(struct wmOperatorType *ot); | |||||
| void VOXELMESHER_OT_csg_add(struct wmOperatorType *ot); | |||||
| void VOXELMESHER_OT_csg_remove(struct wmOperatorType *ot); | |||||
| void VOXELMESHER_OT_csg_move_up(struct wmOperatorType *ot); | |||||
| void VOXELMESHER_OT_csg_move_down(struct wmOperatorType *ot); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||