Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_utils.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_view3d/view3d_utils.c b/source/blender/editors/space_view3d/view3d_utils.c
index a6a77ecd5f7..3ef428cfbaf 100644
--- a/source/blender/editors/space_view3d/view3d_utils.c
+++ b/source/blender/editors/space_view3d/view3d_utils.c
@@ -67,7 +67,6 @@
/* -------------------------------------------------------------------- */
/** \name View Data Access Utilities
- *
* \{ */
void ED_view3d_background_color_get(const Scene *scene, const View3D *v3d, float r_color[3])
@@ -189,7 +188,6 @@ bool ED_view3d_viewplane_get(Depsgraph *depsgraph,
/* -------------------------------------------------------------------- */
/** \name View State/Context Utilities
- *
* \{ */
/**
@@ -272,7 +270,6 @@ bool ED_view3d_context_activate(bContext *C)
/* -------------------------------------------------------------------- */
/** \name View Clipping Utilities
- *
* \{ */
void ED_view3d_clipping_calc_from_boundbox(float clip[4][4],
@@ -397,7 +394,6 @@ bool ED_view3d_clipping_clamp_minmax(const RegionView3D *rv3d, float min[3], flo
/* -------------------------------------------------------------------- */
/** \name View Bound-Box Utilities
- *
* \{ */
static bool view3d_boundbox_clip_m4(const BoundBox *bb, const float persmatob[4][4])