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:
authorCampbell Barton <ideasman42@gmail.com>2021-02-20 07:35:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-20 07:35:00 +0300
commit7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 (patch)
tree96b3c2f32cb6471f0fb70ea2ec0f84ab66855e20 /source/blender/editors/space_view3d/view3d_utils.c
parent83f285f56fac5aa989ec26d2d529b1284c8c2e21 (diff)
Cleanup: doxygen sections
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])