System Information
Win 7 64bit
Blender Version
Build from here: http://blenderartists.org/forum/showthread.php?392846-New-2-77-blender-bug-release!
Broken: 2.77 Testbuild 1
Worked: not sure if it ever worked ok.
Short description of error
Basically there is problem with deleting object from group using x-key.
lets say have cube object in group.
When I delete objects using X-key, it is not deleted from GroupInstance (meaning object is somehow still linked to group, I think). This happens only for object that are freshly linked to scene. See blend file below - with simple script for linking obj to scene.
Exact steps for others to reproduce the error
short gif with bug
In attached blend file
Also for each group I added one groupInstance object (shift+a->GroupInstance).
Cubes from working group (red color) are linked to scene and when I delete any of those cubes (x-key), they disappear from groupInstance - this is ok.
Now cubes from 'NotWorking' group (yellow) are not linked to scene, so you just run script from text editor, to link those 2 cubes to scene. When you now delete any of those cubes (x-key) the are gone from scene, but not from GroupInstances. Somehow those cubes are not deleted from group.