|
Blender V4.3
|
Functions | |
| static bool | surface_set_poll (bContext *C) |
| static int | surface_set_exec (bContext *C, wmOperator *op) |
|
static |
Definition at line 1164 of file curves_ops.cc.
References BLI_strdup(), CD_PROP_FLOAT2, Mesh::corner_data, 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(), blender::ed::curves::ensure_surface_deformation_node_exists(), Object::id, ID_RECALC_GEOMETRY, ID_RECALC_TRANSFORM, MEM_SAFE_FREE, Object::modifier_flag, NA_ADDED, NC_GEOM, NC_NODE, ND_DATA, OB_CURVES, OB_MODIFIER_FLAG_ADD_REST_POSITION, OPERATOR_FINISHED, wmOperator::reports, Curves::surface, surface_set_exec(), Curves::surface_uv_map, and WM_event_add_notifier().
Referenced by surface_set_exec().
|
static |
Definition at line 1152 of file curves_ops.cc.
References CTX_data_active_object(), OB_MESH, and surface_set_poll().
Referenced by surface_set_poll().