|
Blender V4.3
|
#include "BLI_map.hh"#include "BLI_set.hh"#include "BLI_vector.hh"#include "usd.hh"#include "usd_hash_types.hh"#include "usd_reader_prim.hh"#include <pxr/usd/usdGeom/imageable.h>#include <pxr/usd/usdLux/domeLight.h>#include <string>Go to the source code of this file.
Classes | |
| class | blender::io::usd::USDStageReader |
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::usd |
Typedefs | |
| using | blender::io::usd::ProtoReaderMap = blender::Map<pxr::SdfPath, blender::Vector<USDPrimReader *>> |
| using | blender::io::usd::UsdPathSet = blender::Set<pxr::SdfPath> |