OS: win7
Blender: 2.77 rc2 (or later). Hash: 02cabda
Let's say I have Cube object which is member of 'Cube ' group. If I use 'Make single user' -> 'obj&data' on it, it is getting removed from group. This happens only if object was linked to scene using :
scene.objects.link(cubeObj),
before using 'Make single user' operator.
Below is blend file with two example groups - one working ok (torus), second not working (cube).
Steps to reproduce:
- Run script, from above blend file, to link cube to scene.
- use 'U'-> 'make single user' -> 'obj&data' on cube.
Result: cube is removed from group
Expected result: cube should remain in group. Worked ok in 2.76. Works ok on torus in same file.