Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_fluid.c
| Context not available. | |||||
| RNA_def_property_dynamic_array_funcs(prop, "rna_FluidModifier_grid_get_length"); | RNA_def_property_dynamic_array_funcs(prop, "rna_FluidModifier_grid_get_length"); | ||||
| RNA_def_property_float_funcs(prop, "rna_FluidModifier_temperature_grid_get", NULL, NULL); | RNA_def_property_float_funcs(prop, "rna_FluidModifier_temperature_grid_get", NULL, NULL); | ||||
| RNA_def_property_ui_text( | RNA_def_property_ui_text( | ||||
| prop, "Temperature Grid", "Smoke temperature grid, range 0..1 represents 0..1000K"); | prop, "Temperature Grid", "Smoke temperature grid, range 0 to 1 represents 0 to 1000K"); | ||||
| # endif /* WITH_FLUID */ | # endif /* WITH_FLUID */ | ||||
| /* domain object data */ | /* domain object data */ | ||||
| Context not available. | |||||