Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650592 | Differences between
and this patch

Collapse All | Expand All

(-)blender-2.79b-orig/intern/openvdb/intern/openvdb_writer.cc (-1 / +1 lines)
Lines 45-51 Link Here
45
45
46
void OpenVDBWriter::insert(const openvdb::GridBase &grid)
46
void OpenVDBWriter::insert(const openvdb::GridBase &grid)
47
{
47
{
48
#if (OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER == 3)
48
#if (OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER >= 3)
49
	m_grids->push_back(grid.copyGrid());
49
	m_grids->push_back(grid.copyGrid());
50
#else
50
#else
51
	m_grids->push_back(grid.copyGridWithNewTree());
51
	m_grids->push_back(grid.copyGridWithNewTree());

Return to bug 650592