Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 273 Lines • ▼ Show 20 Lines | |||||
| /* object_bake.c */ | /* object_bake.c */ | ||||
| void OBJECT_OT_bake_image(wmOperatorType *ot); | void OBJECT_OT_bake_image(wmOperatorType *ot); | ||||
| void OBJECT_OT_bake(wmOperatorType *ot); | void OBJECT_OT_bake(wmOperatorType *ot); | ||||
| /* object_random.c */ | /* object_random.c */ | ||||
| void TRANSFORM_OT_vertex_random(struct wmOperatorType *ot); | void TRANSFORM_OT_vertex_random(struct wmOperatorType *ot); | ||||
| /* object_remesh.c */ | |||||
| void OBJECT_OT_voxel_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); | ||||
| #endif /* __OBJECT_INTERN_H__ */ | #endif /* __OBJECT_INTERN_H__ */ | ||||