|
Blender V4.3
|
#include "usd_reader_pointinstancer.hh"#include "BKE_attribute.hh"#include "BKE_modifier.hh"#include "BKE_node.hh"#include "BKE_node_runtime.hh"#include "BKE_node_tree_update.hh"#include "BKE_object.hh"#include "BKE_pointcloud.hh"#include "BLI_math_quaternion_types.hh"#include "BLI_string.h"#include "DNA_collection_types.h"#include "DNA_node_types.h"#include <pxr/usd/usdGeom/pointInstancer.h>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::usd |
Functions | |
| static bNode * | blender::io::usd::add_input_named_attrib_node (bNodeTree *ntree, const char *name, int8_t prop_type) |