doxygen: update doxygen & add balembic group
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
|
|
||||||
/** \defgroup blenderplayer Blender Player */
|
|
||||||
|
|
||||||
/** \defgroup blc bad level calls
|
|
||||||
* \ingroup blenderplayer
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** \defgroup render Rendering
|
/** \defgroup render Rendering
|
||||||
* \ingroup blender
|
* \ingroup blender
|
||||||
*/
|
*/
|
||||||
@@ -29,15 +23,14 @@
|
|||||||
* \ingroup python
|
* \ingroup python
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \defgroup blpluginapi Blender pluginapi
|
|
||||||
* \ingroup blender
|
|
||||||
* \attention not in use currently
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* ================================ */
|
/* ================================ */
|
||||||
|
|
||||||
/** \defgroup blender Blender */
|
/** \defgroup blender Blender */
|
||||||
|
|
||||||
|
/** \defgroup balembic BlenderAlembic
|
||||||
|
* \ingroup blender
|
||||||
|
*/
|
||||||
|
|
||||||
/** \defgroup blt BlenTranslation
|
/** \defgroup blt BlenTranslation
|
||||||
* \ingroup blender
|
* \ingroup blender
|
||||||
*/
|
*/
|
||||||
@@ -81,6 +74,10 @@
|
|||||||
* \ingroup blender
|
* \ingroup blender
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \defgroup shader_fx Shader Effects
|
||||||
|
* \ingroup blender
|
||||||
|
*/
|
||||||
|
|
||||||
/** \defgroup data DNA, RNA and .blend access*/
|
/** \defgroup data DNA, RNA and .blend access*/
|
||||||
|
|
||||||
/** \defgroup gpu GPU
|
/** \defgroup gpu GPU
|
||||||
|
@@ -1490,4 +1490,3 @@ int curve_fit_cubic_to_points_refit_fl(
|
|||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_ALEMBIC_H__
|
#ifndef __ABC_ALEMBIC_H__
|
||||||
#define __ABC_ALEMBIC_H__
|
#define __ABC_ALEMBIC_H__
|
||||||
|
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_archive.h"
|
#include "abc_archive.h"
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_ARCHIVE_H__
|
#ifndef __ABC_ARCHIVE_H__
|
||||||
#define __ABC_ARCHIVE_H__
|
#define __ABC_ARCHIVE_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_camera.h"
|
#include "abc_camera.h"
|
||||||
|
|
||||||
#include "abc_transform.h"
|
#include "abc_transform.h"
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_CAMERA_H__
|
#ifndef __ABC_CAMERA_H__
|
||||||
#define __ABC_CAMERA_H__
|
#define __ABC_CAMERA_H__
|
||||||
|
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_curves.h"
|
#include "abc_curves.h"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_CURVES_H__
|
#ifndef __ABC_CURVES_H__
|
||||||
#define __ABC_CURVES_H__
|
#define __ABC_CURVES_H__
|
||||||
|
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_customdata.h"
|
#include "abc_customdata.h"
|
||||||
|
|
||||||
#include <Alembic/AbcGeom/All.h>
|
#include <Alembic/AbcGeom/All.h>
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_CUSTOMDATA_H__
|
#ifndef __ABC_CUSTOMDATA_H__
|
||||||
#define __ABC_CUSTOMDATA_H__
|
#define __ABC_CUSTOMDATA_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_exporter.h"
|
#include "abc_exporter.h"
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_EXPORTER_H__
|
#ifndef __ABC_EXPORTER_H__
|
||||||
#define __ABC_EXPORTER_H__
|
#define __ABC_EXPORTER_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_hair.h"
|
#include "abc_hair.h"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_HAIR_H__
|
#ifndef __ABC_HAIR_H__
|
||||||
#define __ABC_HAIR_H__
|
#define __ABC_HAIR_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_mball.h"
|
#include "abc_mball.h"
|
||||||
#include "abc_mesh.h"
|
#include "abc_mesh.h"
|
||||||
#include "abc_transform.h"
|
#include "abc_transform.h"
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_MBALL_H__
|
#ifndef __ABC_MBALL_H__
|
||||||
#define __ABC_MBALL_H__
|
#define __ABC_MBALL_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_mesh.h"
|
#include "abc_mesh.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_MESH_H__
|
#ifndef __ABC_MESH_H__
|
||||||
#define __ABC_MESH_H__
|
#define __ABC_MESH_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_nurbs.h"
|
#include "abc_nurbs.h"
|
||||||
|
|
||||||
#include "abc_transform.h"
|
#include "abc_transform.h"
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_NURBS_H__
|
#ifndef __ABC_NURBS_H__
|
||||||
#define __ABC_NURBS_H__
|
#define __ABC_NURBS_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_object.h"
|
#include "abc_object.h"
|
||||||
|
|
||||||
#include "abc_util.h"
|
#include "abc_util.h"
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_OBJECT_H__
|
#ifndef __ABC_OBJECT_H__
|
||||||
#define __ABC_OBJECT_H__
|
#define __ABC_OBJECT_H__
|
||||||
|
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_points.h"
|
#include "abc_points.h"
|
||||||
|
|
||||||
#include "abc_mesh.h"
|
#include "abc_mesh.h"
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_POINTS_H__
|
#ifndef __ABC_POINTS_H__
|
||||||
#define __ABC_POINTS_H__
|
#define __ABC_POINTS_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_transform.h"
|
#include "abc_transform.h"
|
||||||
|
|
||||||
#include <OpenEXR/ImathBoxAlgo.h>
|
#include <OpenEXR/ImathBoxAlgo.h>
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_TRANSFORM_H__
|
#ifndef __ABC_TRANSFORM_H__
|
||||||
#define __ABC_TRANSFORM_H__
|
#define __ABC_TRANSFORM_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "abc_util.h"
|
#include "abc_util.h"
|
||||||
|
|
||||||
#include "abc_camera.h"
|
#include "abc_camera.h"
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __ABC_UTIL_H__
|
#ifndef __ABC_UTIL_H__
|
||||||
#define __ABC_UTIL_H__
|
#define __ABC_UTIL_H__
|
||||||
|
|
||||||
|
@@ -14,6 +14,10 @@
|
|||||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup balembic
|
||||||
|
*/
|
||||||
|
|
||||||
#include "../ABC_alembic.h"
|
#include "../ABC_alembic.h"
|
||||||
#include <boost/foreach.hpp>
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
|
@@ -16,6 +16,10 @@
|
|||||||
* Copyright 2018, Blender Foundation.
|
* Copyright 2018, Blender Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup draw_engine
|
||||||
|
*/
|
||||||
|
|
||||||
#include "workbench_private.h"
|
#include "workbench_private.h"
|
||||||
|
|
||||||
#include "DNA_userdef_types.h"
|
#include "DNA_userdef_types.h"
|
||||||
|
@@ -16,6 +16,10 @@
|
|||||||
* Copyright 2018, Blender Foundation.
|
* Copyright 2018, Blender Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup draw_engine
|
||||||
|
*/
|
||||||
|
|
||||||
#include "workbench_private.h"
|
#include "workbench_private.h"
|
||||||
|
|
||||||
#include "BIF_gl.h"
|
#include "BIF_gl.h"
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup gpu
|
||||||
|
*/
|
||||||
|
|
||||||
#include "MEM_guardedalloc.h"
|
#include "MEM_guardedalloc.h"
|
||||||
|
|
||||||
#include "BLI_blenlib.h"
|
#include "BLI_blenlib.h"
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup gpu
|
||||||
|
*/
|
||||||
|
|
||||||
#include "MEM_guardedalloc.h"
|
#include "MEM_guardedalloc.h"
|
||||||
|
|
||||||
#include "DNA_image_types.h"
|
#include "DNA_image_types.h"
|
||||||
|
@@ -16,6 +16,10 @@
|
|||||||
* Copyright 2017, Blender Foundation.
|
* Copyright 2017, Blender Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
* \ingroup modifiers
|
||||||
|
*/
|
||||||
|
|
||||||
#include "DNA_mesh_types.h"
|
#include "DNA_mesh_types.h"
|
||||||
#include "DNA_meshdata_types.h"
|
#include "DNA_meshdata_types.h"
|
||||||
#include "DNA_object_types.h"
|
#include "DNA_object_types.h"
|
||||||
|
Reference in New Issue
Block a user