Blender Git Loki
Git Commits -> Revision 9220f3b
Revision 9220f3b by Lukas Stockner (temp-udim-images) June 10, 2018, 19:17 (GMT) |
Add first parts of UDIM support in the core image code Internally, UDIMs are handled very similar to sequences - they consist of a list of files (containing a sequential number in their name) that all belong to one Image datablock. This means that existing code like the IBuf cache can be reused. The current drawing and opening code are just a minimal implementation to test the core code, they'll be improved of course. |
Commit Details:
Full Hash: 9220f3b64f97ae094bff061c2234df16b3427f7e
Parent Commit: 865acd9
Lines Changed: +159, -90
10 Modified Paths:
/source/blender/blenkernel/BKE_image.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/bpath.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+117, -76) (Diff)
/source/blender/blenkernel/intern/packedFile.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_draw.c (+15, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+15, -9) (Diff)
/source/blender/makesdna/DNA_image_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_image_api.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/bpath.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+117, -76) (Diff)
/source/blender/blenkernel/intern/packedFile.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_draw.c (+15, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+15, -9) (Diff)
/source/blender/makesdna/DNA_image_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_image_api.c (+1, -1) (Diff)