Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/uvedit/
H A Duvedit_unwrap_ops.c2245 static int uv_from_view_exec(bContext *C, wmOperator *op);
2263 return uv_from_view_exec(C, op); in uv_from_view_invoke()
2266 static int uv_from_view_exec(bContext *C, wmOperator *op) in uv_from_view_exec() function
2415 ot->exec = uv_from_view_exec; in UV_OT_project_from_view()