Point Cache: fix typo in smoke_openvdb_read.

This commit is contained in:
Kévin Dietrich 2016-01-30 23:29:59 +01:00
parent 6451c072ce
commit 24f95a1991
Notes: blender-bot 2023-02-14 08:16:01 +01:00
Referenced by issue #47288, Vector transform not behaving correctly with camera space and cycles
1 changed files with 1 additions and 1 deletions

View File

@ -1107,7 +1107,7 @@ static int ptcache_smoke_openvdb_read(struct OpenVDBReader *reader, void *smoke_
OpenVDB_import_grid_fl(reader, "shadow", &sds->shadow, sds->res);
const char *name = (!sds->wt) ? "density" : "density Low";
const char *name = (!sds->wt) ? "density" : "density low";
OpenVDB_import_grid_fl(reader, name, &dens, sds->res);
if (fluid_fields & SM_ACTIVE_HEAT) {