Home
last modified time | relevance | path

Searched refs:ID_SIM (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsimulation.cc154 /* id_code */ ID_SIM,
178 Simulation *simulation = (Simulation *)BKE_id_new(bmain, ID_SIM, name); in BKE_simulation_add()
H A Didtype.c115 INIT_TYPE(ID_SIM); in id_type_init()
H A Dmain.c505 case ID_SIM: in which_libbase()
H A Dlib_query.c414 case ID_SIM: in BKE_library_id_can_use_idtype()
H A Dnode.c2868 case ID_SIM: in BKE_ntree_ptr_from_id()
H A Dimage.c3322 case ID_SIM: { in image_walk_id_all_users()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/eval/
H A Ddeg_eval_copy_on_write.cc141 SPECIAL_CASE(ID_SIM, Simulation, nodetree) in nested_id_hack_discard_pointers()
190 SPECIAL_CASE(ID_SIM, Simulation, nodetree, simulation) in nested_id_hack_get_discarded_pointers()
230 SPECIAL_CASE(ID_SIM, Simulation, nodetree) in nested_id_hack_restore_pointers()
268 SPECIAL_CASE(ID_SIM, Simulation, nodetree, bNodeTree) in ntree_hack_remap_pointers()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_ID.h449 ID_SIM = MAKE_ID2('S', 'I'), /* Simulation (currently unused) */ enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_ID.c74 {ID_SIM, "SIMULATION", ICON_PHYSICS, "Simulation", ""}, /* TODO: Use correct icon. */
308 return ID_SIM; in RNA_type_to_ID_code()
413 case ID_SIM: in ID_code_to_RNA_type()
H A Drna_main_api.c767 RNA_MAIN_ID_TAG_FUNCS_DEF(simulations, simulations, ID_SIM)
H A Drna_space.c2186 if (id && GS(id->name) == ID_SIM) { in rna_SpaceNodeEditor_simulation_get()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_intern.h111 ID_SIM) || /* Only in 'blendfile' mode ... :/ */ \
H A Doutliner_tree.c903 case ID_SIM: { in outliner_add_id_contents()
H A Doutliner_tools.c158 case ID_SIM: in get_element_operation_type()
H A Doutliner_draw.c2599 case ID_SIM: in tree_element_get_icon()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_tag.cc789 DEG_graph_id_type_tag(depsgraph, ID_SIM); in DEG_graph_id_type_tag()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/render/
H A Drender_opengl.c633 case ID_SIM: /* Simulation */ in gather_frames_to_render_for_id()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_nodes.cc474 case ID_SIM: in build_id()
H A Ddeg_builder_relations.cc559 case ID_SIM: in build_id()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dwritefile.c2375 case ID_SIM: in write_file_handle()
H A Dreadfile.c6355 case ID_SIM: in dataname()
6439 case ID_SIM: in direct_link_id()
7085 case ID_SIM: in lib_link_all()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_icons.c2321 case ID_SIM: in UI_icon_from_idcode()
H A Dinterface_templates.c743 case ID_SIM: in template_id_browse_tip()