|
Blender V4.3
|
#include "usd_writer_volume.hh"#include "usd_hierarchy_iterator.hh"#include "usd_utils.hh"#include <pxr/base/tf/pathUtils.h>#include <pxr/usd/usdVol/openVDBAsset.h>#include <pxr/usd/usdVol/volume.h>#include "DNA_volume_types.h"#include "DNA_windowmanager_types.h"#include "BKE_report.hh"#include "BKE_volume.hh"#include "BLI_fileops.h"#include "BLI_index_range.hh"#include "BLI_math_base.h"#include "BLI_math_vector_types.hh"#include "BLI_path_utils.hh"#include "BLI_string.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::usd |