|
Blender
V3.3
|
#include <DNA_cachefile_types.h>
Public Attributes | |
| struct CacheObjectPath * | next |
| struct CacheObjectPath * | prev |
| char | path [4096] |
Definition at line 40 of file DNA_cachefile_types.h.
| struct CacheObjectPath* CacheObjectPath::next |
Definition at line 41 of file DNA_cachefile_types.h.
| char CacheObjectPath::path[4096] |
Definition at line 43 of file DNA_cachefile_types.h.
Referenced by gather_objects_paths(), blender::io::usd::gather_objects_paths(), and visit_object().
| struct CacheObjectPath * CacheObjectPath::prev |
Definition at line 41 of file DNA_cachefile_types.h.