|
Blender V4.5
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct CacheFile * | cache_file |
| char | object_path [1024] |
| struct CacheReader * | reader |
| char | reader_object_path [1024] |
Definition at line 570 of file DNA_constraint_types.h.
| struct CacheFile* bTransformCacheConstraint::cache_file |
Definition at line 571 of file DNA_constraint_types.h.
Referenced by transformcache_copy().
| char bTransformCacheConstraint::object_path[1024] |
Definition at line 572 of file DNA_constraint_types.h.
Referenced by blender::io::usd::USDXformReader::read_object_data(), and transformcache_copy().
| struct CacheReader* bTransformCacheConstraint::reader |
Definition at line 575 of file DNA_constraint_types.h.
Referenced by transformcache_copy().
| char bTransformCacheConstraint::reader_object_path[1024] |
Definition at line 576 of file DNA_constraint_types.h.
Referenced by transformcache_copy().