You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Only the variable cell_class needs to be changed between cell types being categorized, make sure its something unique to all of the cells you want in a single collection
cell_class = 'Aii'
#create a collection folder to move the cell class to
New = bpy.data.collections.new(cell_class)
bpy.context.scene.collection.children.link(New)
#The default collection is typically named 'Collection' if for some reason it has another name change it in the quotes below.