Go to the source code of this file.
◆ BPHYS_DATA_AVELOCITY
| #define BPHYS_DATA_AVELOCITY 4 /* used for particles */ |
◆ BPHYS_DATA_BOIDS
| #define BPHYS_DATA_BOIDS 7 |
◆ BPHYS_DATA_DYNAMICPAINT
| #define BPHYS_DATA_DYNAMICPAINT 3 |
◆ BPHYS_DATA_INDEX
| #define BPHYS_DATA_INDEX 0 |
Point cache file data types:
- Used as
(1 << flag) so poke jahka if you reach the limit of 15.
- To add new data types update:
Definition at line 36 of file DNA_pointcache_types.h.
◆ BPHYS_DATA_LOCATION
| #define BPHYS_DATA_LOCATION 1 |
◆ BPHYS_DATA_ROTATION
| #define BPHYS_DATA_ROTATION 3 |
◆ BPHYS_DATA_SIZE
| #define BPHYS_DATA_SIZE 5 |
◆ BPHYS_DATA_SMOKE_HIGH
| #define BPHYS_DATA_SMOKE_HIGH 2 |
◆ BPHYS_DATA_SMOKE_LOW
| #define BPHYS_DATA_SMOKE_LOW 1 |
◆ BPHYS_DATA_TIMES
| #define BPHYS_DATA_TIMES 6 |
◆ BPHYS_DATA_VELOCITY
| #define BPHYS_DATA_VELOCITY 2 |
◆ BPHYS_DATA_XCONST
| #define BPHYS_DATA_XCONST 4 /* used for cloth */ |
◆ BPHYS_EXTRA_CLOTH_ACCELERATION
| #define BPHYS_EXTRA_CLOTH_ACCELERATION 2 |
◆ BPHYS_EXTRA_FLUID_SPRINGS
| #define BPHYS_EXTRA_FLUID_SPRINGS 1 |
◆ BPHYS_TOT_DATA
◆ PTCACHE_BAKED
| #define PTCACHE_BAKED (1 << 0) |
◆ PTCACHE_BAKING
| #define PTCACHE_BAKING (1 << 3) |
◆ PTCACHE_COMPRESS_LZMA
| #define PTCACHE_COMPRESS_LZMA 2 |
◆ PTCACHE_COMPRESS_LZO
| #define PTCACHE_COMPRESS_LZO 1 |
◆ PTCACHE_COMPRESS_NO
| #define PTCACHE_COMPRESS_NO 0 |
◆ PTCACHE_DISK_CACHE
| #define PTCACHE_DISK_CACHE (1 << 6) |
◆ PTCACHE_EXTERNAL
| #define PTCACHE_EXTERNAL (1 << 9) |
◆ PTCACHE_FAKE_SMOKE
| #define PTCACHE_FAKE_SMOKE (1 << 12) |
High resolution cache is saved for smoke for backwards compatibility, so set this flag to know it's a "fake" cache.
Definition at line 152 of file DNA_pointcache_types.h.
◆ PTCACHE_FLAG_INFO_DIRTY
| #define PTCACHE_FLAG_INFO_DIRTY (1 << 14) |
◆ PTCACHE_FRAMES_SKIPPED
| #define PTCACHE_FRAMES_SKIPPED (1 << 8) |
- removed since 2.64 - T30974, could be added back in a more useful way */
Definition at line 143 of file DNA_pointcache_types.h.
◆ PTCACHE_IGNORE_CLEAR
| #define PTCACHE_IGNORE_CLEAR (1 << 13) |
◆ PTCACHE_IGNORE_LIBPATH
| #define PTCACHE_IGNORE_LIBPATH (1 << 11) |
don't use the filename of the blendfile the data is linked from (write a local cache)
Definition at line 147 of file DNA_pointcache_types.h.
◆ PTCACHE_OUTDATED
| #define PTCACHE_OUTDATED (1 << 1) |
◆ PTCACHE_READ_INFO
| #define PTCACHE_READ_INFO (1 << 10) |
◆ PTCACHE_REDO_NEEDED
| #define PTCACHE_REDO_NEEDED 258 |
◆ PTCACHE_SIMULATION_VALID
| #define PTCACHE_SIMULATION_VALID (1 << 2) |
◆ PointCache
◆ PTCacheExtra
◆ PTCacheMem