Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_shade_smooth(struct wmOperatorType *ot); | void OBJECT_OT_shade_smooth(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shade_flat(struct wmOperatorType *ot); | void OBJECT_OT_shade_flat(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_paths_calculate(struct wmOperatorType *ot); | void OBJECT_OT_paths_calculate(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_paths_update(struct wmOperatorType *ot); | void OBJECT_OT_paths_update(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_paths_clear(struct wmOperatorType *ot); | void OBJECT_OT_paths_clear(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_forcefield_toggle(struct wmOperatorType *ot); | void OBJECT_OT_forcefield_toggle(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_move_to_collection(struct wmOperatorType *ot); | void OBJECT_OT_move_to_collection(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_link_to_collection(struct wmOperatorType *ot); | |||||
| /* object_select.c */ | /* object_select.c */ | ||||
| void OBJECT_OT_select_all(struct wmOperatorType *ot); | void OBJECT_OT_select_all(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_random(struct wmOperatorType *ot); | void OBJECT_OT_select_random(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_by_type(struct wmOperatorType *ot); | void OBJECT_OT_select_by_type(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_by_layer(struct wmOperatorType *ot); | void OBJECT_OT_select_by_layer(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_linked(struct wmOperatorType *ot); | void OBJECT_OT_select_linked(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_grouped(struct wmOperatorType *ot); | void OBJECT_OT_select_grouped(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_mirror(struct wmOperatorType *ot); | void OBJECT_OT_select_mirror(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_more(struct wmOperatorType *ot); | void OBJECT_OT_select_more(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_less(struct wmOperatorType *ot); | void OBJECT_OT_select_less(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_select_same_group(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_select_same_collection(struct wmOperatorType *ot); | void OBJECT_OT_select_same_collection(struct wmOperatorType *ot); | ||||
| /* object_add.c */ | /* object_add.c */ | ||||
| void OBJECT_OT_add(struct wmOperatorType *ot); | void OBJECT_OT_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_add_named(struct wmOperatorType *ot); | void OBJECT_OT_add_named(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_metaball_add(struct wmOperatorType *ot); | void OBJECT_OT_metaball_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_text_add(struct wmOperatorType *ot); | void OBJECT_OT_text_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_armature_add(struct wmOperatorType *ot); | void OBJECT_OT_armature_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_empty_add(struct wmOperatorType *ot); | void OBJECT_OT_empty_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_lightprobe_add(struct wmOperatorType *ot); | void OBJECT_OT_lightprobe_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_drop_named_image(struct wmOperatorType *ot); | void OBJECT_OT_drop_named_image(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_lamp_add(struct wmOperatorType *ot); | void OBJECT_OT_lamp_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_effector_add(struct wmOperatorType *ot); | void OBJECT_OT_effector_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_camera_add(struct wmOperatorType *ot); | void OBJECT_OT_camera_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_speaker_add(struct wmOperatorType *ot); | void OBJECT_OT_speaker_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_group_instance_add(struct wmOperatorType *ot); | void OBJECT_OT_collection_instance_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_duplicates_make_real(struct wmOperatorType *ot); | void OBJECT_OT_duplicates_make_real(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_duplicate(struct wmOperatorType *ot); | void OBJECT_OT_duplicate(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_delete(struct wmOperatorType *ot); | void OBJECT_OT_delete(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_join(struct wmOperatorType *ot); | void OBJECT_OT_join(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_join_shapes(struct wmOperatorType *ot); | void OBJECT_OT_join_shapes(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_convert(struct wmOperatorType *ot); | void OBJECT_OT_convert(struct wmOperatorType *ot); | ||||
| /* object_hook.c */ | /* object_hook.c */ | ||||
| void OBJECT_OT_hook_add_selob(struct wmOperatorType *ot); | void OBJECT_OT_hook_add_selob(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_hook_add_newob(struct wmOperatorType *ot); | void OBJECT_OT_hook_add_newob(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_hook_remove(struct wmOperatorType *ot); | void OBJECT_OT_hook_remove(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_hook_select(struct wmOperatorType *ot); | void OBJECT_OT_hook_select(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_hook_assign(struct wmOperatorType *ot); | void OBJECT_OT_hook_assign(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_hook_reset(struct wmOperatorType *ot); | void OBJECT_OT_hook_reset(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_hook_recenter(struct wmOperatorType *ot); | void OBJECT_OT_hook_recenter(struct wmOperatorType *ot); | ||||
| /* object_group.c */ | /* object_group.c */ | ||||
| void GROUP_OT_create(struct wmOperatorType *ot); | void COLLECTION_OT_create(struct wmOperatorType *ot); | ||||
| void GROUP_OT_objects_remove_all(struct wmOperatorType *ot); | void COLLECTION_OT_objects_remove_all(struct wmOperatorType *ot); | ||||
| void GROUP_OT_objects_remove(struct wmOperatorType *ot); | void COLLECTION_OT_objects_remove(struct wmOperatorType *ot); | ||||
| void GROUP_OT_objects_add_active(struct wmOperatorType *ot); | void COLLECTION_OT_objects_add_active(struct wmOperatorType *ot); | ||||
| void GROUP_OT_objects_remove_active(struct wmOperatorType *ot); | void COLLECTION_OT_objects_remove_active(struct wmOperatorType *ot); | ||||
| /* object_modifier.c */ | /* object_modifier.c */ | ||||
| int edit_modifier_poll_generic(struct bContext *C, struct StructRNA *rna_type, int obtype_flag); | int edit_modifier_poll_generic(struct bContext *C, struct StructRNA *rna_type, int obtype_flag); | ||||
| int edit_modifier_poll(struct bContext *C); | int edit_modifier_poll(struct bContext *C); | ||||
| void edit_modifier_properties(struct wmOperatorType *ot); | void edit_modifier_properties(struct wmOperatorType *ot); | ||||
| int edit_modifier_invoke_properties(struct bContext *C, struct wmOperator *op); | int edit_modifier_invoke_properties(struct bContext *C, struct wmOperator *op); | ||||
| struct ModifierData *edit_modifier_property_get(struct wmOperator *op, struct Object *ob, int type); | struct ModifierData *edit_modifier_property_get(struct wmOperator *op, struct Object *ob, int type); | ||||
| ▲ Show 20 Lines • Show All 96 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_shape_key_add(struct wmOperatorType *ot); | void OBJECT_OT_shape_key_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shape_key_remove(struct wmOperatorType *ot); | void OBJECT_OT_shape_key_remove(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shape_key_clear(struct wmOperatorType *ot); | void OBJECT_OT_shape_key_clear(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shape_key_retime(struct wmOperatorType *ot); | void OBJECT_OT_shape_key_retime(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shape_key_mirror(struct wmOperatorType *ot); | void OBJECT_OT_shape_key_mirror(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shape_key_move(struct wmOperatorType *ot); | void OBJECT_OT_shape_key_move(struct wmOperatorType *ot); | ||||
| /* object_group.c */ | /* object_group.c */ | ||||
| void OBJECT_OT_group_add(struct wmOperatorType *ot); | void OBJECT_OT_collection_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_group_link(struct wmOperatorType *ot); | void OBJECT_OT_collection_link(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_group_remove(struct wmOperatorType *ot); | void OBJECT_OT_collection_remove(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_group_unlink(struct wmOperatorType *ot); | void OBJECT_OT_collection_unlink(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_grouped_select(struct wmOperatorType *ot); | void OBJECT_OT_collection_objects_select(struct wmOperatorType *ot); | ||||
| /* 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_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__ */ | ||||