Please, can sombody help me with problem in Blender? I won't deselect all layers with python script. I can select all, but deselect not.
I use this (not working):
bpy.context.scene.layers=((False,)*20)
This works, I dont understand this :
bpy.context.scene.layers=((False,)*19+(True,))
Thanks for help