📋 Metadata

  • Author: lee_blues
  • Date: 2022-09-11 05:34:36
  • Type: question

💬 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.


🔗 View on Blender Artists