Short description of error
Attach a PointerProperty D113 to a material, let it point to an object, save and load the scene -> it will point to None.
E.g. the following code:
bpy.types.Material.testprop = bpy.props.PointerProperty(name="Attached to Material", type=bpy.types.Object)
To reproduce:
- Install the attached example addon
- Open default scene
- Select default cube
- Open material tab and set both test properties Attached to Material and Attached to Object to point to an object (e.g. the camera)
- Save
- Close Blender and Re-open
- Load the saved scene
- -> Attached to Material will point to None, while Attached to Object still points to the camera
System Information
Ubuntu 14.04
Blender Version
Broken: Official 2.79, latest master (4a73432)

