fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

bpy.types.Context.active_object can be None

Open JonathanPlasse opened this issue 1 year ago • 0 comments

bpy.types.Context.active_object type should be Optional[Object] instead of Object only. In general, I think that all active property could be optional. bpy.types.Object.active_material should also be optional.

JonathanPlasse avatar Dec 17 '23 14:12 JonathanPlasse