Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_object_fluidsim_types.h
| Context not available. | |||||
| /* additional flags depending on the type, lower short contains flags | /* additional flags depending on the type, lower short contains flags | ||||
| * to check validity, higher short additional flags */ | * to check validity, higher short additional flags */ | ||||
| short typeFlags; | short typeFlags; | ||||
| /* switch off velocity genration, volume init type for fluid/obstacles (volume=1, shell=2, both=3) */ | /* switch off velocity generation, volume init type for fluid/obstacles (volume=1, shell=2, both=3) */ | ||||
| char domainNovecgen, volumeInitType; | char domainNovecgen, volumeInitType; | ||||
| /* boundary "stickiness" for part slip values */ | /* boundary "stickiness" for part slip values */ | ||||
| Context not available. | |||||