|
Blender
V3.3
|
#include "BKE_customdata.h"#include "BKE_deform.h"#include "BKE_lib_id.h"#include "BKE_material.h"#include "BKE_mesh.h"#include "BKE_mesh_mapping.h"#include "BKE_object.h"#include "BLI_listbase.h"#include "BLI_map.hh"#include "BLI_math.h"#include "BLI_sort.hh"#include "DEG_depsgraph_query.h"#include "DNA_material_types.h"#include "DNA_mesh_types.h"#include "DNA_modifier_types.h"#include "DNA_object_types.h"#include "obj_export_mesh.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::io | |
| blender::io::obj | |
Macros | |
| #define | DNA_DEPRECATED_ALLOW |
Functions | |
| static float | blender::io::obj::round_float_to_n_digits (const float f, int round_digits) |
| static float3 | blender::io::obj::round_float3_to_n_digits (const float3 &v, int round_digits) |
| #define DNA_DEPRECATED_ALLOW |
Definition at line 7 of file obj_export_mesh.cc.