|
Blender V4.3
|
#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 612 of file DNA_constraint_types.h.
| struct CacheFile* bTransformCacheConstraint::cache_file |
Definition at line 613 of file DNA_constraint_types.h.
Referenced by transformcache_copy(), and transformcache_new_data().
| char bTransformCacheConstraint::object_path[1024] |
FILE_MAX.
Definition at line 615 of file DNA_constraint_types.h.
Referenced by transformcache_copy().
| struct CacheReader* bTransformCacheConstraint::reader |
Definition at line 618 of file DNA_constraint_types.h.
Referenced by BKE_constraint_blend_read_data(), and transformcache_copy().
| char bTransformCacheConstraint::reader_object_path[1024] |
Definition at line 619 of file DNA_constraint_types.h.
Referenced by transformcache_copy().