Blender Git Commit Log
Git Commits -> Revision 2f5e040
April 12, 2021, 16:47 (GMT) |
USD Import: cachefile handle cleanup. Removed CacheArchiveHandle opaque struct declaration from DNA_cachefile_types.h. Moved CacheArchiveHandle and CacheReader declarations to a shared common/IO_types.h header. Removed unneeded casts. Removed unneeded USDStageHandle struct. |
Commit Details:
Full Hash: 2f5e040f9ad59f52a19b3fa3cbc1a21bf9572486
Parent Commit: 3341407
Lines Changed: +72, -60
1 Added Path:
/source/blender/io/common/IO_types.h (+35, -0) (View)
8 Modified Paths:
/source/blender/blenkernel/intern/cachefile.c (+7, -11) (Diff)
/source/blender/io/alembic/ABC_alembic.h (+5, -6) (Diff)
/source/blender/io/alembic/intern/abc_util.h (+0, -9) (Diff)
/source/blender/io/alembic/intern/alembic_capi.cc (+1, -0) (Diff)
/source/blender/io/common/CMakeLists.txt (+1, -0) (Diff)
/source/blender/io/usd/intern/usd_capi.cc (+17, -23) (Diff)
/source/blender/io/usd/usd.h (+6, -7) (Diff)
/source/blender/makesdna/DNA_cachefile_types.h (+0, -4) (Diff)
/source/blender/io/alembic/ABC_alembic.h (+5, -6) (Diff)
/source/blender/io/alembic/intern/abc_util.h (+0, -9) (Diff)
/source/blender/io/alembic/intern/alembic_capi.cc (+1, -0) (Diff)
/source/blender/io/common/CMakeLists.txt (+1, -0) (Diff)
/source/blender/io/usd/intern/usd_capi.cc (+17, -23) (Diff)
/source/blender/io/usd/usd.h (+6, -7) (Diff)
/source/blender/makesdna/DNA_cachefile_types.h (+0, -4) (Diff)