fake-bpy-module
fake-bpy-module copied to clipboard
bpy.types.Context.active_object can be None
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.