Post #4532: for myCol in bpy.data.collections:
π Metadata
- Author: lee_blues
- Date: 2022-09-11 05:34:36
- Type:
question - Quality Score: 4/10
π·οΈ Tags
macro hotkeys beginner unsolved
βοΈ Related PME Features
- Macro Editor
- Python Scripting
π¬ Content
for myCol in bpy.data.collections: if myCol.name == β2LightCG_0F0β: bpy.data.collections[β1LightCGβ].hide_viewport = True bpy.data.collections[β2LightCG_0F0β].hide_viewport = True
i want write above code in command tab. how to write.