Merged changes in the trunk up to revision 52858.
Congratulations to all trunk devs on the Blender 2.65 release!
This commit is contained in:
@@ -224,7 +224,7 @@ class ProjectApply(Operator):
|
||||
image_name = ProjectEdit._proj_hack[0] # TODO, deal with this nicer
|
||||
|
||||
try:
|
||||
image = bpy.data.images[image_name]
|
||||
image = bpy.data.images[image_name, None]
|
||||
except KeyError:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
|
||||
Reference in New Issue
Block a user