Blender  V3.3
Classes | Functions
IO_wavefront_obj.h File Reference
#include "BKE_context.h"
#include "BLI_path_util.h"
#include "DEG_depsgraph.h"
#include "IO_orientation.h"
#include "IO_path_util_types.h"

Go to the source code of this file.

Classes

struct  OBJExportParams
 
struct  OBJImportParams
 

Functions

void OBJ_import (bContext *C, const struct OBJImportParams *import_params)
 
void OBJ_export (bContext *C, const struct OBJExportParams *export_params)
 

Function Documentation

◆ OBJ_export()

void OBJ_export ( bContext C,
const struct OBJExportParams export_params 
)

Perform the full export process.

◆ OBJ_import()

void OBJ_import ( bContext C,
const struct OBJImportParams import_params 
)

Perform the full import process. Import also changes the selection & the active object; callers need to update the UI bits if needed.