Blender
V3.3
|
Functions | |
static bool | surface_set_poll (bContext *C) |
static int | surface_set_exec (bContext *C, wmOperator *op) |
|
static |
Definition at line 960 of file curves_ops.cc.
References BLI_strdup(), C, CD_MLOOPUV, CTX_data_active_object(), CTX_DATA_BEGIN, CTX_DATA_END, CTX_data_main(), CTX_data_scene(), CustomData_get_active_layer_name(), Object::data, DEG_id_tag_update(), DEG_relations_tag_update(), ED_object_parent_set(), blender::ed::curves::ensure_surface_deformation_node_exists(), Object::id, ID_RECALC_GEOMETRY, ID_RECALC_TRANSFORM, Mesh::ldata, MEM_SAFE_FREE, Object::modifier_flag, NA_ADDED, NC_GEOM, NC_NODE, ND_DATA, NULL, OB_CURVES, OB_MODIFIER_FLAG_ADD_REST_POSITION, OPERATOR_FINISHED, PAR_OBJECT, wmOperator::reports, scene, blender::ed::curves::snap_curves_to_surface::snap_curves_to_surface_exec_object(), Curves::surface, Curves::surface_uv_map, and WM_event_add_notifier().
Referenced by blender::ed::curves::CURVES_OT_surface_set().
Definition at line 948 of file curves_ops.cc.
References C, CTX_data_active_object(), OB_MESH, and Object::type.
Referenced by blender::ed::curves::CURVES_OT_surface_set().