|
Blender V4.3
|
#include <cstring>#include "BLI_listbase.h"#include "BLI_math_base.h"#include "BLI_path_utils.hh"#include "BLI_string.h"#include "DNA_object_types.h"#include "DNA_volume_types.h"#include "RNA_access.hh"#include "RNA_define.hh"#include "BKE_context.hh"#include "BKE_lib_id.hh"#include "BKE_main.hh"#include "BKE_report.hh"#include "BKE_volume.hh"#include "WM_api.hh"#include "WM_types.hh"#include "ED_image.hh"#include "ED_object.hh"#include "ED_screen.hh"#include "object_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::object |
Functions | |
| static Object * | blender::ed::object::object_volume_add (bContext *C, wmOperator *op, const char *name) |
| static int | blender::ed::object::object_volume_add_exec (bContext *C, wmOperator *op) |
| void | blender::ed::object::OBJECT_OT_volume_add (wmOperatorType *ot) |
| static int | blender::ed::object::volume_import_exec (bContext *C, wmOperator *op) |
| static int | blender::ed::object::volume_import_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| void | blender::ed::object::OBJECT_OT_volume_import (wmOperatorType *ot) |