Home
last modified time | relevance | path

Searched refs:bl_id (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/materials_utils/
H A Dmenus.py24 bl_id = VIEW3D_OT_materialutilities_assign_material_object.bl_idname
29 bl_id = VIEW3D_OT_materialutilities_assign_material_edit.bl_idname
33 op = layout.operator(bl_id,
42 op = layout.operator(bl_id,
54 op = layout.operator(bl_id,
96 bl_id = VIEW3D_OT_materialutilities_select_by_material_name.bl_idname
106 layout.operator(bl_id,
118 op = layout.operator(bl_id,
139 op = layout.operator(bl_id,
/dports/editors/web-mode/web-mode-15.1/issues/
H A D0745.axvw24 on b.bl_id = c.primary_bl_id
27 on c.bl_id = d.bl_id
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/prs505/
H A Dsony_cache.py567 def create_text_record(self, root, bl_id, lpath): argument
568 namespace = self.namespaces[bl_id]
577 def create_ext_text_record(self, root, bl_id, lpath, thumbnail): argument