Blender  V3.3
Public Attributes | List of all members
LinkData Struct Reference

#include <DNA_listBase.h>

Public Attributes

struct LinkDatanext
 
struct LinkDataprev
 
voiddata
 

Detailed Description

Simple subclass of Link. Use this when it is not worth defining a custom one.

Definition at line 24 of file DNA_listBase.h.

Member Data Documentation

◆ data

void* LinkData::data

Definition at line 26 of file DNA_listBase.h.

Referenced by armature_switch_direction_exec(), bake_images(), BKE_fcurves_filter(), BKE_lib_override_library_create_from_tag(), BKE_linestyle_modifier_list_color_ramps(), BKE_object_insert_ptcache(), BLI_astar_graph_solve(), BLI_astar_node_link_add(), BLI_genericNodeN(), bm_bridge_splice_loops(), bm_edgeloop_flag_set(), bm_edgeloop_offset_length(), bm_edgering_pair_interpolate(), bm_edgering_pair_order_is_flipped(), bm_edgering_pair_store_create(), bm_grid_fill(), bridge_loop_pair(), buffer_from_list_inputs_sort(), chains_find_tips(), data_dir_add(), drw_deferred_shader_compilation_exec(), DRW_deferred_shader_remove(), edbm_fill_grid_prepare(), edbm_select_similar_region_exec(), edge_isect_ls_add(), finish_images(), frame_cache_touch(), get_padded_gpu_type(), gpu_batch_presets_exit(), GPU_material_from_nodetree(), graph_slider_exit(), IMB_colormanagement_validate_settings(), IMB_colormanagement_view_items_add(), inputs_cmp(), lineart_bounding_areas_connect_new(), lineart_list_append_pointer_pool(), lineart_list_append_pointer_pool_sized(), lineart_list_append_pointer_pool_sized_thread(), lineart_list_append_pointer_pool_thread(), lineart_list_pop_pointer_no_free(), lineart_main_free_adjacent_data(), multiresbake_freejob(), OVERLAY_image_free_movieclips_textures(), pc_cmp(), pc_findindex(), pose_propagate_exec(), pose_propagate_get_boneHoldEndFrame(), pose_slide_apply_props(), pose_slide_apply_quat(), pose_slide_apply_vec3(), pose_slide_invoke_common(), poseAnim_mapping_getNextFCurve(), poselib_preview_get_next(), proxy_endjob(), proxy_startjob(), psys_alloc_path_cache_buffers(), psys_free_path_cache_buffers(), pyrna_struct_dir(), reset_bezts(), scanfill_preprocess_self_isect(), sequencer_rebuild_proxy_exec(), space_workspace_cycle_invoke(), store_original_bezt_arrays(), stroke_defvert_create_nr_list(), stroke_defvert_new_count(), task_listbase_test_do(), TEST(), testsort_listbase_array_str_cmp(), testsort_listbase_sort_is_stable(), testsort_listbase_str_cmp(), tree_element_to_path(), and wm_xr_session_modal_action_test_add().

◆ next

struct LinkData* LinkData::next

◆ prev

struct LinkData * LinkData::prev

The documentation for this struct was generated from the following file: