📋 Metadata
- Author: Way2Close
- Date: 2017-09-21 14:35:38
- Type:
answer - Reply to: post_00947
💬 Content
aMars:
Is it possible to run a for loop in the command area or is it necessary to use an external script?
Works fine for me, I just tried:
bpy.context.scene.layers = [i == 0 for i in range(20)]
in the command tab, and it switches to layer 0