X-Git-Url: http://git.osdn.net/view?p=meshio%2Fpymeshio.git;a=blobdiff_plain;f=blender26-meshio%2Fbl.py;fp=blender26-meshio%2Fbl.py;h=17f7bac8fbae4b78be71bdb61129e59776234129;hp=c668fa01bb9d81b4acab3709b71bbd3659d170ac;hb=924bae1667aea0f57dd3de11b1248c12bc9a95d1;hpb=b0a265cd2215c87df94c2782caad6ee0b6d26eb9 diff --git a/blender26-meshio/bl.py b/blender26-meshio/bl.py index c668fa0..17f7bac 100644 --- a/blender26-meshio/bl.py +++ b/blender26-meshio/bl.py @@ -315,6 +315,7 @@ class texture: try: image=bpy.data.images.load(path) except RuntimeError: + print('fail to create:', path) image=bpy.data.images.new('Image', width=16, height=16) texture.image=image return texture, image