Blender  V3.3
Functions
IO_wavefront_obj.cc File Reference
#include "BLI_path_util.h"
#include "BLI_timeit.hh"
#include "IO_wavefront_obj.h"
#include "obj_exporter.hh"
#include "obj_importer.hh"

Go to the source code of this file.

Functions

static void report_duration (const char *job, const TimePoint &start_time, const char *path)
 
void OBJ_export (bContext *C, const OBJExportParams *export_params)
 
void OBJ_import (bContext *C, const OBJImportParams *import_params)
 

Function Documentation

◆ OBJ_export()

void OBJ_export ( bContext C,
const OBJExportParams export_params 
)

◆ OBJ_import()

void OBJ_import ( bContext C,
const OBJImportParams import_params 
)

◆ report_duration()

static void report_duration ( const char *  job,
const TimePoint start_time,
const char *  path 
)
static

Definition at line 17 of file IO_wavefront_obj.cc.

References BLI_path_basename(), and blender::timeit::print_duration().

Referenced by OBJ_export(), and OBJ_import().