|
Blender
V2.93
|
#include <string.h>#include "MEM_guardedalloc.h"#include "DNA_armature_types.h"#include "DNA_object_types.h"#include "DNA_screen_types.h"#include "DNA_text_types.h"#include "BLI_blenlib.h"#include "BLI_math_color.h"#include "BLF_api.h"#include "BLT_lang.h"#include "BKE_context.h"#include "BKE_global.h"#include "BKE_idprop.h"#include "BKE_layer.h"#include "BKE_lib_id.h"#include "BKE_lib_override.h"#include "BKE_node.h"#include "BKE_report.h"#include "BKE_screen.h"#include "BKE_text.h"#include "IMB_colormanagement.h"#include "DEG_depsgraph.h"#include "RNA_access.h"#include "RNA_define.h"#include "RNA_types.h"#include "UI_interface.h"#include "interface_intern.h"#include "WM_api.h"#include "WM_types.h"#include "ED_object.h"#include "ED_paint.h"#include "ED_keyframing.h"#include "BKE_main.h"#include "BLI_ghash.h"#include "ED_screen.h"#include "ED_text.h"Go to the source code of this file.
Copy To Selected Operator | |
| #define | NOT_NULL(assignment) ((assignment) != NULL) |
| #define | NOT_RNA_NULL(assignment) ((assignment).data != NULL) |
| static void | ui_context_selected_bones_via_pose (bContext *C, ListBase *r_lb) |
| bool | UI_context_copy_to_selected_list (bContext *C, PointerRNA *ptr, PropertyRNA *prop, ListBase *r_lb, bool *r_use_path_from_id, char **r_path) |
| static bool | copy_to_selected_button (bContext *C, bool all, bool poll) |
| static bool | copy_to_selected_button_poll (bContext *C) |
| static int | copy_to_selected_button_exec (bContext *C, wmOperator *op) |
| static void | UI_OT_copy_to_selected_button (wmOperatorType *ot) |
Define Override Type Operator | |
| enum | { UIOverride_Type_NOOP = 0 , UIOverride_Type_Replace = 1 , UIOverride_Type_Difference = 2 , UIOverride_Type_Factor = 3 } |
| static EnumPropertyItem | override_type_items [] |
| static bool | override_type_set_button_poll (bContext *C) |
| static int | override_type_set_button_exec (bContext *C, wmOperator *op) |
| static int | override_type_set_button_invoke (bContext *C, wmOperator *op, const wmEvent *UNUSED(event)) |
| static void | UI_OT_override_type_set_button (wmOperatorType *ot) |
| static bool | override_remove_button_poll (bContext *C) |
| static int | override_remove_button_exec (bContext *C, wmOperator *op) |
| static void | UI_OT_override_remove_button (wmOperatorType *ot) |
| #define NOT_NULL | ( | assignment | ) | ((assignment) != NULL) |
Definition at line 717 of file interface_ops.c.
Definition at line 718 of file interface_ops.c.
| anonymous enum |
| Enumerator | |
|---|---|
| UIOverride_Type_NOOP | |
| UIOverride_Type_Replace | |
| UIOverride_Type_Difference | |
| UIOverride_Type_Factor | |
Definition at line 474 of file interface_ops.c.
|
static |
Definition at line 391 of file interface_ops.c.
References C, PointerRNA::data, operator_button_property_finish(), OPERATOR_CANCELLED, ptr, RNA_property_assign_default(), RNA_property_editable(), and UI_context_active_but_prop_get().
Referenced by UI_OT_assign_default_button().
|
static |
Definition at line 373 of file interface_ops.c.
References C, PointerRNA::data, ELEM, PROP_FLOAT, PROP_INT, ptr, RNA_property_array_check(), RNA_property_editable(), RNA_property_is_idprop(), RNA_property_type(), type, and UI_context_active_but_prop_get().
Referenced by UI_OT_assign_default_button().
|
static |
Definition at line 1714 of file interface_ops.c.
References C, OPERATOR_FINISHED, ui_but_active_string_clear_and_exit(), and UI_context_active_but_get_respect_menu().
Referenced by UI_OT_button_string_clear().
|
static |
Definition at line 193 of file interface_ops.c.
References ANIM_copy_as_driver(), BKE_reportf(), C, CTX_data_main(), PointerRNA::data, id, MEM_freeN, NULL, OPERATOR_CANCELLED, OPERATOR_FINISHED, PointerRNA::owner_id, ptr, wmOperator::reports, RNA_path_from_real_ID_to_property_index(), RNA_property_array_dimension(), RNA_property_identifier(), RPT_ERROR, and UI_context_active_but_prop_get().
Referenced by UI_OT_copy_as_driver_button().
|
static |
Definition at line 170 of file interface_ops.c.
References C, PointerRNA::data, ELEM, MEM_freeN, PointerRNA::owner_id, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_INT, ptr, RNA_path_from_ID_to_property(), RNA_property_array_check(), RNA_property_type(), and UI_context_active_but_prop_get().
Referenced by UI_OT_copy_as_driver_button().
|
static |
Definition at line 102 of file interface_ops.c.
References C, CTX_data_main(), id, MEM_freeN, NULL, OPERATOR_CANCELLED, OPERATOR_FINISHED, PointerRNA::owner_id, wmOperator::ptr, ptr, RNA_boolean_get(), RNA_path_from_ID_to_property(), RNA_path_from_real_ID_to_property_index(), RNA_path_full_property_py_ex(), RNA_path_full_struct_py(), UI_context_active_but_prop_get(), and WM_clipboard_text_set().
Referenced by UI_OT_copy_data_path_button().
|
static |
Definition at line 81 of file interface_ops.c.
References C, PointerRNA::data, MEM_freeN, PointerRNA::owner_id, ptr, RNA_path_from_ID_to_property(), and UI_context_active_but_prop_get().
Referenced by UI_OT_copy_data_path_button().
|
static |
Definition at line 256 of file interface_ops.c.
References C, MEM_freeN, NULL, OPERATOR_CANCELLED, OPERATOR_FINISHED, uiBut::optype, str, UI_but_operator_ptr_get(), UI_context_active_but_get(), WM_clipboard_text_set(), and WM_operator_pystring_ex().
Referenced by UI_OT_copy_python_command_button().
|
static |
Definition at line 245 of file interface_ops.c.
References C, NULL, uiBut::optype, and UI_context_active_but_get().
Referenced by UI_OT_copy_python_command_button().
|
static |
Called from both exec & poll.
Definition at line 963 of file interface_ops.c.
References all(), BLI_freelistN(), BLI_listbase_is_empty(), C, CTX_data_main(), PointerRNA::data, LISTBASE_FOREACH, MEM_SAFE_FREE, NULL, ptr, RNA_id_pointer_create(), RNA_path_resolve_property(), RNA_property_copy(), RNA_property_editable(), RNA_property_update(), UI_context_active_but_prop_get(), and UI_context_copy_to_selected_list().
Referenced by copy_to_selected_button_exec(), and copy_to_selected_button_poll().
|
static |
Definition at line 1032 of file interface_ops.c.
References all(), C, copy_to_selected_button(), OPERATOR_CANCELLED, OPERATOR_FINISHED, wmOperator::ptr, and RNA_boolean_get().
Referenced by UI_OT_copy_to_selected_button().
|
static |
Definition at line 1027 of file interface_ops.c.
References C, and copy_to_selected_button().
Referenced by UI_OT_copy_to_selected_button().
|
static |
Definition at line 1774 of file interface_ops.c.
References BLI_assert, C, CTX_wm_region(), ED_imapaint_bucket_fill(), ED_region_tag_redraw(), IMB_colormanagement_scene_linear_to_srgb_v3(), IMB_colormanagement_srgb_to_scene_linear_v3(), wmEvent::mval, NULL, OPERATOR_FINISHED, PROP_COLOR, PROP_COLOR_GAMMA, wmOperator::ptr, RNA_boolean_get(), RNA_float_get_array(), RNA_property_array_length(), RNA_property_float_get_index(), RNA_property_float_set_array(), RNA_property_subtype(), RNA_property_update(), uiBut::rnapoin, uiBut::rnaprop, srgb_to_linearrgb_v3_v3(), uiBut::type, UI_BTYPE_COLOR, and ui_region_find_active_but().
Referenced by UI_OT_drop_color().
| void ED_keymap_ui | ( | wmKeyConfig * | keyconf | ) |
User Interface Keymap.
Definition at line 1878 of file interface_ops.c.
References eyedropper_colorband_modal_keymap(), eyedropper_modal_keymap(), and WM_keymap_ensure().
Referenced by ED_spacetypes_keymap().
| void ED_operatortypes_ui | ( | void | ) |
Definition at line 1844 of file interface_ops.c.
References UI_OT_assign_default_button(), UI_OT_button_execute(), UI_OT_button_string_clear(), UI_OT_copy_as_driver_button(), UI_OT_copy_data_path_button(), UI_OT_copy_python_command_button(), UI_OT_copy_to_selected_button(), UI_OT_drop_color(), UI_OT_eyedropper_color(), UI_OT_eyedropper_colorramp(), UI_OT_eyedropper_colorramp_point(), UI_OT_eyedropper_depth(), UI_OT_eyedropper_driver(), UI_OT_eyedropper_gpencil_color(), UI_OT_eyedropper_id(), UI_OT_jump_to_target_button(), UI_OT_override_remove_button(), UI_OT_override_type_set_button(), UI_OT_reloadtranslation(), UI_OT_reset_default_button(), UI_OT_unset_property_button(), and WM_operatortype_append().
Referenced by ED_spacetypes_init().
|
static |
Jump to the object or bone referred to by the current UI field value.
Definition at line 1134 of file interface_ops.c.
References uiButSearch::arg, C, PointerRNA::data, uiButSearch::items_update_fn, jump_to_target_ptr(), MAXBONENAME, MEM_freeN, NULL, PROP_POINTER, PROP_STRING, ptr, RNA_property_collection_lookup_string(), RNA_property_pointer_get(), RNA_property_string_get_alloc(), RNA_property_type(), uiRNACollectionSearch::search_prop, uiRNACollectionSearch::search_ptr, uiBut::type, type, UI_BTYPE_SEARCH_MENU, UI_context_active_but_get(), UI_context_active_but_prop_get(), and ui_rna_collection_search_update_fn().
Referenced by jump_to_target_button_exec(), and ui_jump_to_target_button_poll().
|
static |
Definition at line 1186 of file interface_ops.c.
References C, jump_to_target_button(), OPERATOR_CANCELLED, and OPERATOR_FINISHED.
Referenced by UI_OT_jump_to_target_button().
|
static |
Jump to the object or bone referenced by the pointer, or check if it is possible.
Definition at line 1068 of file interface_ops.c.
References BKE_view_layer_base_find(), BLI_assert, C, CTX_data_view_layer(), ED_object_find_first_by_data_id(), ED_object_jump_to_bone(), ED_object_jump_to_object(), ELEM, GS, ID_OB, MAXBONENAME, ID::name, NULL, OB_ARMATURE, OB_DATA_SUPPORT_ID, Base::object, PointerRNA::owner_id, ptr, RNA_Bone, RNA_EditBone, RNA_Object, RNA_pointer_is_null(), RNA_PoseBone, RNA_string_get(), RNA_struct_is_a(), Object::type, and PointerRNA::type.
Referenced by jump_to_target_button().
|
static |
Definition at line 298 of file interface_ops.c.
References C, ID_CHECK_UNDO, OPERATOR_CANCELLED, OPERATOR_FINISHED, PointerRNA::owner_id, ptr, RNA_property_update(), and UI_context_active_but_prop_handle().
Referenced by assign_default_button_exec(), override_remove_button_exec(), override_type_set_button_exec(), reset_default_button_exec(), and unset_property_button_exec().
|
static |
Definition at line 628 of file interface_ops.c.
References all(), BKE_lib_override_library_property_delete(), BKE_lib_override_library_property_operation_delete(), BKE_lib_override_library_property_operation_find(), BKE_lib_override_library_property_operation_get(), BLI_assert, BLI_listbase_is_empty(), C, CTX_data_main(), id, ID_IS_OVERRIDE_LIBRARY_TEMPLATE, NULL, IDOverrideLibraryPropertyOperation::operation, IDOverrideLibraryProperty::operations, operator_button_property_finish(), ID::override_library, PointerRNA::owner_id, wmOperator::ptr, ptr, IDOverrideLibrary::reference, RNA_boolean_get(), RNA_id_pointer_create(), IDOverrideLibraryProperty::rna_path, RNA_path_resolve_property(), RNA_property_array_length(), RNA_property_copy(), RNA_property_override_property_find(), and UI_context_active_but_prop_get().
Referenced by UI_OT_override_remove_button().
|
static |
Definition at line 614 of file interface_ops.c.
References C, CTX_data_main(), PointerRNA::data, PointerRNA::owner_id, ptr, RNA_OVERRIDE_STATUS_OVERRIDDEN, RNA_property_override_library_status(), and UI_context_active_but_prop_get().
Referenced by UI_OT_override_remove_button().
|
static |
Definition at line 520 of file interface_ops.c.
References all(), BKE_reportf(), BLI_assert, C, CTX_data_main(), IDOVERRIDE_LIBRARY_OP_ADD, IDOVERRIDE_LIBRARY_OP_MULTIPLY, IDOVERRIDE_LIBRARY_OP_NOOP, IDOVERRIDE_LIBRARY_OP_REPLACE, NULL, IDOverrideLibraryPropertyOperation::operation, operator_button_property_finish(), OPERATOR_CANCELLED, PointerRNA::owner_id, wmOperator::ptr, ptr, wmOperator::reports, RNA_boolean_get(), RNA_enum_get(), RNA_property_override_property_operation_get(), RPT_WARNING, UI_context_active_but_prop_get(), UIOverride_Type_Difference, UIOverride_Type_Factor, UIOverride_Type_NOOP, and UIOverride_Type_Replace.
Referenced by override_type_set_button_invoke(), and UI_OT_override_type_set_button().
|
static |
Definition at line 576 of file interface_ops.c.
References C, IDOVERRIDE_LIBRARY_OP_REPLACE, override_type_set_button_exec(), wmOperator::ptr, RNA_enum_set(), WM_menu_invoke_ex(), and WM_OP_INVOKE_DEFAULT.
Referenced by UI_OT_override_type_set_button().
|
static |
Definition at line 506 of file interface_ops.c.
References C, CTX_data_main(), PointerRNA::data, ptr, RNA_OVERRIDE_STATUS_OVERRIDABLE, RNA_property_override_library_status(), and UI_context_active_but_prop_get().
Referenced by UI_OT_override_type_set_button().
|
static |
Definition at line 1630 of file interface_ops.c.
References BLF_cache_clear(), BLT_lang_init(), BLT_lang_set(), NULL, OPERATOR_FINISHED, and UI_reinit_font().
Referenced by UI_OT_reloadtranslation().
|
static |
Definition at line 329 of file interface_ops.c.
References all(), C, PointerRNA::data, operator_button_property_finish(), OPERATOR_CANCELLED, wmOperator::ptr, ptr, RNA_boolean_get(), RNA_property_editable(), RNA_property_reset(), and UI_context_active_but_prop_get().
Referenced by UI_OT_reset_default_button().
|
static |
Definition at line 318 of file interface_ops.c.
References C, PointerRNA::data, ptr, RNA_property_editable(), and UI_context_active_but_prop_get().
Referenced by UI_OT_reset_default_button().
|
static |
Definition at line 1656 of file interface_ops.c.
References BKE_screen_find_region_xy(), C, CTX_wm_region(), CTX_wm_region_set(), CTX_wm_screen(), CTX_wm_window(), uiBut::flag, NULL, OPERATOR_FINISHED, OPERATOR_PASS_THROUGH, uiBut::optype, wmOperator::ptr, RGN_TYPE_ANY, RNA_boolean_get(), UI_but_execute(), UI_context_active_but_get(), UI_SELECT, UI_SELECT_DRAW, WM_event_add_mousemove(), wmEvent::x, and wmEvent::y.
Referenced by UI_OT_button_execute().
| bool UI_context_copy_to_selected_list | ( | bContext * | C, |
| PointerRNA * | ptr, | ||
| PropertyRNA * | prop, | ||
| ListBase * | r_lb, | ||
| bool * | r_use_path_from_id, | ||
| char ** | r_path | ||
| ) |
Definition at line 735 of file interface_ops.c.
References BLI_listbase_is_empty(), BLI_remlink(), BLI_sprintfN(), bPoseChannel::bone, C, CTX_data_collection_get(), CTX_data_pointer_get_type(), CTX_data_pointer_get_type_silent(), Object::data, PointerRNA::data, GS, id, ID_IS_LINKED, ID_OB, ID_SCE, if(), LIB_TAG_DOIT, LISTBASE_FOREACH, LISTBASE_FOREACH_MUTABLE, MEM_freeN, ID::name, node, nodeFindNode(), NOT_NULL, NOT_RNA_NULL, ntree, NULL, OB_DATA_SUPPORT_ID, PointerRNA::owner_id, ptr, RNA_Bone, RNA_Constraint, RNA_EditBone, RNA_FCurve, RNA_id_pointer_create(), RNA_Keyframe, RNA_NlaStrip, RNA_Node, RNA_NodeSocket, RNA_path_from_ID_to_property(), RNA_path_from_struct_to_idproperty(), RNA_path_resolve_from_type_to_property(), RNA_pointer_create(), RNA_PoseBone, RNA_property_identifier(), RNA_property_is_idprop(), RNA_PropertyGroup, RNA_Sequence, RNA_struct_is_a(), RNA_struct_type_find_property(), STREQ, ID::tag, bNode::type, PointerRNA::type, and ui_context_selected_bones_via_pose().
Referenced by copy_to_selected_button(), and ui_selectcontext_begin().
Definition at line 720 of file interface_ops.c.
References BLI_listbase_is_empty(), bPoseChannel::bone, C, CTX_data_collection_get(), LISTBASE_FOREACH, RNA_Bone, and RNA_pointer_create().
Referenced by UI_context_copy_to_selected_list().
Definition at line 1766 of file interface_ops.c.
References uiDragColorHandle::color, uiDragColorHandle::gamma_corrected, wmDrag::poin, wmDropBox::ptr, RNA_boolean_set(), and RNA_float_set_array().
Referenced by ED_keymap_screen().
| bool UI_drop_color_poll | ( | struct bContext * | C, |
| wmDrag * | drag, | ||
| const wmEvent * | UNUSEDevent, | ||
| const char ** | UNUSEDr_tooltip | ||
| ) |
Definition at line 1742 of file interface_ops.c.
References C, CTX_wm_region(), CTX_wm_space_image(), SpaceImage::image, SpaceImage::mode, ARegion::regiontype, RGN_TYPE_WINDOW, SI_MODE_PAINT, wmDrag::type, UI_but_active_drop_color(), and WM_DRAG_COLOR.
| bool ui_jump_to_target_button_poll | ( | bContext * | C | ) |
Definition at line 1181 of file interface_ops.c.
References C, and jump_to_target_button().
Referenced by UI_OT_jump_to_target_button(), and ui_popup_context_menu_for_button().
|
static |
Definition at line 410 of file interface_ops.c.
References assign_default_button_exec(), assign_default_button_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 1696 of file interface_ops.c.
References wmOperatorType::description, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_INTERNAL, ot, RNA_def_boolean(), wmOperatorType::srna, and ui_button_press_invoke().
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 1725 of file interface_ops.c.
References button_string_clear_exec(), wmOperatorType::description, ED_operator_regionactive(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_INTERNAL, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 221 of file interface_ops.c.
References copy_as_driver_button_exec(), copy_as_driver_button_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 143 of file interface_ops.c.
References copy_data_path_button_exec(), copy_data_path_button_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), and wmOperatorType::srna.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 277 of file interface_ops.c.
References copy_python_command_button_exec(), copy_python_command_button_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 1043 of file interface_ops.c.
References copy_to_selected_button_exec(), copy_to_selected_button_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 1825 of file interface_ops.c.
References wmOperatorType::description, drop_color_invoke(), wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, NULL, OPTYPE_INTERNAL, ot, RNA_def_boolean(), RNA_def_float_color(), and wmOperatorType::srna.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 1193 of file interface_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, jump_to_target_button_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and ui_jump_to_target_button_poll().
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 693 of file interface_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_UNDO, ot, override_remove_button_exec(), override_remove_button_poll(), wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 588 of file interface_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_UNDO, ot, override_type_items, override_type_set_button_exec(), override_type_set_button_invoke(), override_type_set_button_poll(), wmOperatorType::poll, wmOperatorType::prop, RNA_def_boolean(), RNA_def_enum(), wmOperatorType::srna, and UIOverride_Type_Replace.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 1639 of file interface_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and reloadtranslation_exec().
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 349 of file interface_ops.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_UNDO, ot, wmOperatorType::poll, reset_default_button_exec(), reset_default_button_poll(), RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 451 of file interface_ops.c.
References wmOperatorType::description, ED_operator_regionactive(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_UNDO, ot, wmOperatorType::poll, and unset_property_button_exec().
Referenced by ED_operatortypes_ui().
|
static |
Definition at line 431 of file interface_ops.c.
References C, PointerRNA::data, operator_button_property_finish(), OPERATOR_CANCELLED, ptr, RNA_property_editable(), RNA_property_is_set(), RNA_property_unset(), and UI_context_active_but_prop_get().
Referenced by UI_OT_unset_property_button().
|
static |
Definition at line 482 of file interface_ops.c.
Referenced by UI_OT_override_type_set_button().