Home
last modified time | relevance | path

Searched refs:laycol (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_collection_manager/
H A Doperator_utils.py221 while laycol["id"] != 0:
223 laycol = laycol["parent"]
330 set_rto(laycol["ptr"],
457 expanded.discard(laycol["name"])
468 if laycol["name"] in qcd_slots.overrides:
480 if laycol:
488 laycol = layer_collections[name]
489 while not laycol["visible"]:
490 laycol = laycol["parent"]
539 for laycol in child_exclusion:
[all …]
H A Dinternals.py269 for laycol in laycol.children:
507 for laycol in master_laycol["children"]:
508 collection_tree.append(laycol)
537 layer_collections[item.name] = laycol
538 tree.append(laycol)
541 laycol["has_children"] = True
544 laycol["expanded"] = True
545 … get_all_collections(context, item.children, laycol, laycol["children"], level+1, visible=True)
548 get_all_collections(context, item.children, laycol, laycol["children"], level+1)
570 for laycol in tree:
[all …]
H A Dqcd_operators.py225 for laycol in layer_collections.values():
228 qab.history.append(laycol["ptr"].exclude)
289 for laycol in layer_collections.values():
353 for laycol in layer_collections.values():
405 for laycol in layer_collections.values():
417 for laycol in layer_collections.values():
418 laycol["ptr"].exclude = True
684 for laycol in layer_collections.values():
685 if laycol["name"] != qcd_laycol.name:
688 laycol["ptr"].exclude = True
[all …]
H A Doperators.py89 layer_collection = laycol["ptr"]
93 cm.cm_list_index = laycol["row_index"]
116 if laycol["ptr"].children:
117 expanded.add(laycol["name"])
180 for laycol in parent["children"]:
181 if laycol["name"] != current_laycol["name"] and laycol["name"] in expanded:
1130 collection = laycol["ptr"].collection
1179 empty_collections = [laycol["name"]
1183 empty_collections = [laycol["name"]
1189 laycol = layer_collections[name]
[all …]
H A Dui.py138 for laycol in collection_tree:
139 if laycol["has_children"]:
414 if not laycol or not laycol["has_children"]:
419 if not laycol or not laycol["has_children"]:
530 laycol = layer_collections[item.name]
531 collection = laycol["ptr"].collection
551 if laycol["lvl"] > 0:
552 for _ in range(laycol["lvl"]):
556 if laycol["has_children"]:
557 if laycol["expanded"]:
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dpaint_palette.py481 laycol = layout.column(align=False)
490 row1 = laycol.row(align=True)
492 row2 = laycol.row(align=True)