|
Blender V4.3
|
#include "BKE_attribute.hh"#include "BKE_geometry_set.hh"#include "BKE_lib_id.hh"#include "BKE_mesh.hh"#include "BKE_object.hh"#include "BKE_report.hh"#include "DNA_modifier_types.h"#include "DNA_object_types.h"#include "DNA_windowmanager_types.h"#include "usd_attribute_utils.hh"#include "usd_mesh_utils.hh"#include "usd_reader_shape.hh"#include <pxr/usd/usdGeom/capsule.h>#include <pxr/usd/usdGeom/cone.h>#include <pxr/usd/usdGeom/cube.h>#include <pxr/usd/usdGeom/cylinder.h>#include <pxr/usd/usdGeom/sphere.h>#include <pxr/usdImaging/usdImaging/capsuleAdapter.h>#include <pxr/usdImaging/usdImaging/coneAdapter.h>#include <pxr/usdImaging/usdImaging/cubeAdapter.h>#include <pxr/usdImaging/usdImaging/cylinderAdapter.h>#include <pxr/usdImaging/usdImaging/sphereAdapter.h>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::usd |