📋 Metadata

💬 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


🔗 View on Blender Artists