Blender Git Commit Log
Git Commits -> Revision 12649fb
Revision 12649fb by Kévin Dietrich (openvdb) August 3, 2015, 19:55 (GMT) |
Use openvdb::Name for passing strings around. Although openvdb::Name is just a typedef for std::string, this change is for two reasons: - it makes it a bit more consistent API wise - it sort of documents we are passing a name and not just a string (which could be anything: a password, a brand, a poem...) |
Commit Details:
Full Hash: 12649fbc216f105648460105f0afb0695c99d278
Parent Commit: c17ccb1
Lines Changed: +34, -34
7 Modified Paths:
/intern/openvdb/intern/openvdb_dense_convert.cc (+2, -2) (Diff)
/intern/openvdb/intern/openvdb_dense_convert.h (+4, -4) (Diff)
/intern/openvdb/intern/openvdb_reader.cc (+7, -7) (Diff)
/intern/openvdb/intern/openvdb_reader.h (+7, -7) (Diff)
/intern/openvdb/intern/openvdb_writer.cc (+6, -6) (Diff)
/intern/openvdb/intern/openvdb_writer.h (+6, -6) (Diff)
/intern/openvdb/openvdb_capi.cc (+2, -2) (Diff)
/intern/openvdb/intern/openvdb_dense_convert.h (+4, -4) (Diff)
/intern/openvdb/intern/openvdb_reader.cc (+7, -7) (Diff)
/intern/openvdb/intern/openvdb_reader.h (+7, -7) (Diff)
/intern/openvdb/intern/openvdb_writer.cc (+6, -6) (Diff)
/intern/openvdb/intern/openvdb_writer.h (+6, -6) (Diff)
/intern/openvdb/openvdb_capi.cc (+2, -2) (Diff)