Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/physics/physics_fluid.c
| Context not available. | |||||
| fb= MEM_callocN(sizeof(FluidBakeJob), "fluid bake job"); | fb= MEM_callocN(sizeof(FluidBakeJob), "fluid bake job"); | ||||
| if (getenv(strEnvName)) { | if (BLI_getenv(strEnvName)) { | ||||
| int dlevel = atoi(getenv(strEnvName)); | int dlevel = atoi(BLI_getenv(strEnvName)); | ||||
| elbeemSetDebugLevel(dlevel); | elbeemSetDebugLevel(dlevel); | ||||
| BLI_snprintf(debugStrBuffer, sizeof(debugStrBuffer), "fluidsimBake::msg: Debug messages activated due to envvar '%s'\n", strEnvName); | BLI_snprintf(debugStrBuffer, sizeof(debugStrBuffer), "fluidsimBake::msg: Debug messages activated due to envvar '%s'\n", strEnvName); | ||||
| elbeemDebugOut(debugStrBuffer); | elbeemDebugOut(debugStrBuffer); | ||||
| Context not available. | |||||