Blender Git Commit Log
Git Commits -> Revision bc5fa16
Revision bc5fa16 by Nicholas Bishop (cycles-ptex-49) February 6, 2015, 16:19 (GMT) |
Add basic Ptex reading via OIIO to ImBuf |
Commit Details:
Full Hash: bc5fa16ddbfb82e281b297e3589d215fca491a64
Parent Commit: b1cdf58
Lines Changed: +177, -0
1 Added Path:
/source/blender/imbuf/intern/imb_ptex.c (+114, -0) (View)
8 Modified Paths:
/source/blender/imbuf/CMakeLists.txt (+2, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+19, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+17, -0) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+7, -0) (Diff)
/source/blender/imbuf/intern/filetype.c (+7, -0) (Diff)
/source/blender/imbuf/intern/IMB_filetype.h (+8, -0) (Diff)
/source/blender/imbuf/intern/util.c (+2, -0) (Diff)
/source/blender/imbuf/SConscript (+1, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+19, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+17, -0) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+7, -0) (Diff)
/source/blender/imbuf/intern/filetype.c (+7, -0) (Diff)
/source/blender/imbuf/intern/IMB_filetype.h (+8, -0) (Diff)
/source/blender/imbuf/intern/util.c (+2, -0) (Diff)
/source/blender/imbuf/SConscript (+1, -0) (Diff)