Blender Git Commit Log
Git Commits -> Revision 2f04e2d
Revision 2f04e2d by Nicholas Bishop (cycles-ptex-49) February 11, 2015, 23:42 (GMT) |
Start using BPXRect for IMB ptex regions Filter borders can now be calculated entirely with BPXRects and a packed image. This should make it easier to unify some code paths and also make partial updates while painting much simpler to implement. TODO: fix BPX include in IMB_imbuf_types.h |
Commit Details:
Full Hash: 2f04e2d2a3f291cf2ed1832ea614755cee2a046a
Parent Commit: 4dc208a
Lines Changed: +183, -225
7 Modified Paths:
/extern/ptex/bpx_c_api.cpp (+85, -119) (Diff)
/extern/ptex/BPX_ptex.h (+4, -5) (Diff)
/source/blender/blenkernel/intern/bke_ptex.c (+76, -74) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+5, -3) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+6, -5) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+5, -10) (Diff)
/source/blender/imbuf/intern/imb_ptex.c (+2, -9) (Diff)
/extern/ptex/BPX_ptex.h (+4, -5) (Diff)
/source/blender/blenkernel/intern/bke_ptex.c (+76, -74) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+5, -3) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+6, -5) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+5, -10) (Diff)
/source/blender/imbuf/intern/imb_ptex.c (+2, -9) (Diff)