Home
last modified time | relevance | path

Searched refs:bl_idname (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/space_view3d_pie_menus/
H A Dpie_editor_switch_menu.py44 bl_idname = "PIE_MT_editor" variable in PIE_MT_AreaPieEditor
51 pie.operator(PIE_OT_SetAreaType.bl_idname,
54 pie.menu(PIE_MT_AreaTypePieNode.bl_idname, text="Node Editors", icon="NODETREE")
64 pie.operator(PIE_OT_SetAreaType.bl_idname,
71 bl_idname = "TOPBAR_MT_window_pie_area_type_other" variable in PIE_MT_AreaTypePieOther
79 self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Preferences",
87 bl_idname = "TOPBAR_MT_window_pie_area_type_node" variable in PIE_MT_AreaTypePieNode
98 bl_idname = "TOPBAR_MT_window_pie_area_type_anim" variable in PIE_MT_AreaTypePieAnim
104 self.layout.operator(PIE_OT_Timeline.bl_idname, text="Timeline", icon="TIME")
111 bl_idname = "wm.set_area_type" variable in PIE_OT_SetAreaType
[all …]
H A Dpie_proportional_menu.py42 bl_idname = "proportional_obj.active" variable in PIE_OT_ProportionalEditObj
59 bl_idname = "proportional_obj.smooth" variable in PIE_OT_ProportionalSmoothObj
75 bl_idname = "proportional_obj.sphere" variable in PIE_OT_ProportionalSphereObj
91 bl_idname = "proportional_obj.root" variable in PIE_OT_ProportionalRootObj
107 bl_idname = "proportional_obj.sharp" variable in PIE_OT_ProportionalSharpObj
123 bl_idname = "proportional_obj.linear" variable in PIE_OT_ProportionalLinearObj
155 bl_idname = "proportional_obj.random" variable in PIE_OT_ProportionalRandomObj
187 bl_idname = "proportional_edt.active" variable in PIE_OT_ProportionalEditEdt
220 bl_idname = "proportional_edt.smooth" variable in PIE_OT_ProportionalSmoothEdt
244 bl_idname = "proportional_edt.root" variable in PIE_OT_ProportionalRootEdt
[all …]
H A Dpie_modes_menu.py41 bl_idname = "class.object" variable in PIE_OT_ClassObject
55 bl_idname = "class.pietexturepaint" variable in PIE_OT_ClassTexturePaint
70 bl_idname = "class.pieweightpaint" variable in PIE_OT_ClassWeightPaint
85 bl_idname = "class.pievertexpaint" variable in PIE_OT_ClassVertexPaint
100 bl_idname = "class.pieparticleedit" variable in PIE_OT_ClassParticleEdit
116 bl_idname = "object.set_object_mode_pie" variable in PIE_OT_SetObjectModePie
137 bl_idname = "class.vertex" variable in PIE_OT_ClassVertex
152 bl_idname = "class.edge" variable in PIE_OT_ClassEdge
167 bl_idname = "class.face" variable in PIE_OT_ClassFace
182 bl_idname = "verts.edgesfaces" variable in PIE_OT_VertsEdgesFaces
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/magic_uv/ui/
H A DVIEW3D_MT_uv_map.py67 bl_idname = "MUV_MT_CopyPasteUV" variable in MUV_MT_CopyPasteUV
91 bl_idname = "MUV_MT_TransferUV" variable in MUV_MT_TransferUV
112 bl_idname = "MUV_MT_TextureLock" variable in MUV_MT_TextureLock
122 MUV_OT_TextureLock_Lock.bl_idname,
142 bl_idname = "MUV_MT_WorldScaleUV" variable in MUV_MT_WorldScaleUV
157 MUV_OT_WorldScaleUV_ApplyScalingDensity.bl_idname,
164 MUV_OT_WorldScaleUV_ApplyScalingDensity.bl_idname,
185 bl_idname = "MUV_MT_TextureWrap" variable in MUV_MT_TextureWrap
202 bl_idname = "MUV_MT_UVW" variable in MUV_MT_UVW
224 bl_idname = "MUV_MT_PreserveUVAspect" variable in MUV_MT_PreserveUVAspect
[all …]
H A DIMAGE_MT_uvs.py55 bl_idname = "MUV_MT_CopyPasteUV_UVEdit" variable in MUV_MT_CopyPasteUV_UVEdit
73 bl_idname = "MUV_MT_AlignUV" variable in MUV_MT_AlignUV
106 bl_idname = "MUV_MT_SelectUV" variable in MUV_MT_SelectUV
125 bl_idname = "MUV_MT_AlignUVCursor" variable in MUV_MT_AlignUVCursor
137 ops = layout.operator(MUV_OT_AlignUVCursor.bl_idname,
146 ops = layout.operator(MUV_OT_AlignUVCursor.bl_idname,
155 ops = layout.operator(MUV_OT_AlignUVCursor.bl_idname,
160 ops = layout.operator(MUV_OT_AlignUVCursor.bl_idname,
165 ops = layout.operator(MUV_OT_AlignUVCursor.bl_idname,
170 ops = layout.operator(MUV_OT_AlignUVCursor.bl_idname,
[all …]
H A Duvedit_editor_enhancement.py70 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname, text="Left Top")
73 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,
77 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,
83 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,
87 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname, text="Center")
90 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,
96 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,
100 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,
104 ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,
141 row.operator(MUV_OT_UVInspection_Update.bl_idname, text="Update")
[all …]
H A Dview3d_uv_manipulation.py86 ops = row.operator(MUV_OT_FlipRotateUV.bl_idname,
95 ops = row.operator(MUV_OT_MirrorUV.bl_idname, text="Mirror")
104 col.operator(MUV_OT_MoveUV.bl_idname, icon='PLAY',
107 col.operator(MUV_OT_MoveUV.bl_idname, icon='PAUSE',
137 ops = row.operator(MUV_OT_WorldScaleUV_Measure.bl_idname,
156 MUV_OT_WorldScaleUV_ApplyScalingDensity.bl_idname,
188 MUV_OT_WorldScaleUV_ApplyScalingDensity.bl_idname,
243 ops = row.operator(MUV_OT_PreserveUVAspect.bl_idname,
257 col.operator(MUV_OT_TextureLock_Lock.bl_idname,
261 ops = col.operator(MUV_OT_TextureLock_Unlock.bl_idname,
[all …]
H A Dview3d_copy_paste_uv_editmode.py69 row.menu(MUV_MT_CopyPasteUV_CopyUV.bl_idname, text="Copy")
70 row.menu(MUV_MT_CopyPasteUV_PasteUV.bl_idname, text="Paste")
72 row.menu(MUV_MT_CopyPasteUV_SelSeqCopyUV.bl_idname,
74 row.menu(MUV_MT_CopyPasteUV_SelSeqPasteUV.bl_idname,
84 row.operator(MUV_OT_TransferUV_CopyUV.bl_idname, text="Copy")
85 ops = row.operator(MUV_OT_TransferUV_PasteUV.bl_idname,
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/materials_utils/
H A Dmenus.py14 bl_idname = "VIEW3D_MT_materialutilities_assign_material" variable in VIEW3D_MT_materialutilities_assign_material
24 bl_id = VIEW3D_OT_materialutilities_assign_material_object.bl_idname
67 bl_idname = "VIEW3D_MT_materialutilities_clean_slots" variable in VIEW3D_MT_materialutilities_clean_slots
90 bl_idname = "VIEW3D_MT_materialutilities_select_by_material" variable in VIEW3D_MT_materialutilities_select_by_material
151 bl_idname = "VIEW3D_MT_materialutilities_specials" variable in VIEW3D_MT_materialutilities_specials
181 bl_idname = "VIEW3D_MT_materialutilities_main" variable in VIEW3D_MT_materialutilities_main
203 layout.menu(VIEW3D_MT_materialutilities_clean_slots.bl_idname,
224 layout.menu(VIEW3D_MT_materialutilities_specials.bl_idname,
231 self.layout.menu(VIEW3D_MT_materialutilities_main.bl_idname)
260 layout.menu(VIEW3D_MT_materialutilities_clean_slots.bl_idname,
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dnode_wrangler.py1151 bl_idname = __name__ variable in NWNodeWrangler
1256 bl_idname = "node.nw_lazy_mix" variable in NWLazyMix
1437 bl_idname = 'node.nw_del_unused' variable in NWDeleteUnused
1543 bl_idname = 'node.nw_swap_links' variable in NWSwapLinks
1656 bl_idname = 'node.nw_bg_reset' variable in NWResetBG
2271 bl_idname = "node.nw_merge_nodes" variable in NWMergeNodes
2585 bl_idname = "node.nw_factor" variable in NWChangeMixFactor
2728 bl_idname = "node.nw_copy_label" variable in NWCopyLabel
2772 bl_idname = "node.nw_clear_label" variable in NWClearLabel
3483 bl_idname = "node.nw_link_out" variable in NWLinkToOutputNode
[all …]
H A Dobject_boolean_tools.py428 bl_idname = "btool.fast_transform" variable in BTool_FastTransform
501 bl_idname = "btool.boolean_union" variable in BTool_Union
519 bl_idname = "btool.boolean_diff" variable in BTool_Diff
528 bl_idname = "btool.boolean_slice" variable in BTool_Slice
667 bl_idname = "btool.find_brush" variable in BTool_FindBrush
689 bl_idname = "btool.move_stack" variable in BTool_MoveStack
710 bl_idname = "btool.enable_brush" variable in BTool_EnableBrush
760 bl_idname = "btool.remove" variable in BTool_Remove
779 bl_idname = "btool.to_mesh" variable in BTool_AllBrushToMesh
796 bl_idname = "btool.brush_to_mesh" variable in BTool_BrushToMesh
[all …]
H A Dspace_view3d_3d_navigation.py50 bl_idname = "opr.orbit_up_view1" variable in VIEW3D_OT_OrbitUpView1
60 bl_idname = "opr.orbit_left_view1" variable in VIEW3D_OT_OrbitLeftView1
80 bl_idname = "opr.orbit_down_view1" variable in VIEW3D_OT_OrbitDownView1
92 bl_idname = "opr.pan_up_views_all" variable in VIEW3D_OT_PanUpViewsAll
116 bl_idname = "opr.zoom_in_view1" variable in VIEW3D_OT_ZoomInView1
126 bl_idname = "opr.zoom_out_view1" variable in VIEW3D_OT_ZoomOutView1
137 bl_idname = "opr.roll_left_view1" variable in VIEW3D_OT_RollLeftView1
158 bl_idname = "opr.left_viewpoint1" variable in VIEW3D_OT_LeftViewpoint1
188 bl_idname = "opr.back_viewpoint1" variable in VIEW3D_OT_BackViewpoint1
198 bl_idname = "opr.top_viewpoint1" variable in VIEW3D_OT_TopViewpoint1
[all …]
H A Dspace_view3d_modifier_tools.py37 bl_idname = "object.apply_all_modifiers" variable in ApplyAllModifiers
95 bl_idname = "object.delete_all_modifiers" variable in DeleteAllModifiers
128 bl_idname = "object.toggle_apply_modifiers_view" variable in ToggleApplyModifiersView
202 bl_idname = "wm.toggle_all_show_expanded" variable in ToggleAllShowExpanded
241 row.operator(ApplyAllModifiers.bl_idname,
243 row.operator(DeleteAllModifiers.bl_idname,
247 row.operator(ToggleApplyModifiersView.bl_idname,
250 row.operator(ToggleAllShowExpanded.bl_idname,
260 layout.operator(ApplyAllModifiers.bl_idname,
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/magic_uv/utils/
H A Dbl_class_registry.py39 BlClassRegistry.add_class(cls.bl_idname, cls, self.legacy)
41 bl_idname = "{}{}{}{}".format(cls.bl_space_type,
44 BlClassRegistry.add_class(bl_idname, cls, self.legacy)
46 bl_idname = "{}{}{}".format(cls.bl_space_type,
49 BlClassRegistry.add_class(bl_idname, cls, self.legacy)
53 def add_class(cls, bl_idname, op_class, legacy): argument
55 if (class_["bl_idname"] == bl_idname) and \
58 .format(bl_idname))
61 "bl_idname": bl_idname,
66 common.debug_print("{} is registered.".format(bl_idname))
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/space_view3d_brush_menus/
H A Dbrush_menu.py15 bl_idname = "VIEW3D_MT_sv3_brush_options" variable in BrushOptionsMenu
60 layout.row().menu(BrushRadiusMenu.bl_idname)
66 layout.row().menu(BrushModeMenu.bl_idname)
176 layout.row().menu(BrushRadiusMenu.bl_idname)
200 bl_idname = "VIEW3D_MT_sv3_brush_radius_menu" variable in BrushRadiusMenu
247 bl_idname = "VIEW3D_MT_sv3_brush_strength_menu" variable in BrushStrengthMenu
300 bl_idname = "VIEW3D_MT_sv3_brush_mode_menu" variable in BrushModeMenu
401 bl_idname = "VIEW3D_MT_sv3_brush_weight_menu" variable in BrushWeightMenu
498 bl_idname = "VIEW3D_MT_sv3_particle_puff_menu" variable in ParticlePuffMenu
518 bl_idname = "view3d.sv3_flip_colors_all" variable in FlipColorsAll
[all …]
H A Dtexture_menu.py10 bl_idname = "VIEW3D_MT_sv3_texture_menu" variable in TextureMenu
37 layout.row().menu(Textures.bl_idname)
38 layout.row().menu(TextureMapMode.bl_idname)
71 layout.row().menu(Textures.bl_idname)
72 layout.row().menu(TextureMapMode.bl_idname)
108 layout.row().menu(Textures.bl_idname)
142 layout.row().menu(MaskTextures.bl_idname)
143 layout.row().menu(MaskMapMode.bl_idname)
174 bl_idname = "VIEW3D_MT_sv3_texture_list" variable in Textures
225 bl_idname = "VIEW3D_MT_sv3_texture_map_mode" variable in TextureMapMode
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/space_view3d_spacebar_menu/
H A Dobject_menus.py91 …layout.operator(VIEW3D_OT_SetObjectMode.bl_idname, text="Object", icon="OBJECT_DATAMODE").mode = "…
92 … layout.operator(VIEW3D_OT_SetObjectMode.bl_idname, text="Edit", icon="EDITMODE_HLT").mode = "EDIT"
93 …layout.operator(VIEW3D_OT_SetObjectMode.bl_idname, text="Sculpt", icon="SCULPTMODE_HLT").mode = "S…
98 layout.operator(VIEW3D_OT_SetObjectMode.bl_idname, text="Particle Edit",
106 bl_idname = "VIEW3D_MT_Object_Interactive_Other" variable in VIEW3D_MT_InteractiveModeOther
118 bl_idname = "view3d.interactive_mode_grease_pencil" variable in VIEW3D_OT_Interactive_Mode_Grease_Pencil
134 bl_idname = "VIEW3D_MT_interactive_mode_gpencil" variable in VIEW3D_MT_Interactive_Mode_GPencil
141 …layout.operator(VIEW3D_OT_SetObjectMode.bl_idname, text="Object", icon="OBJECT_DATAMODE").mode = "…
142 …layout.operator(VIEW3D_OT_SetObjectMode.bl_idname, text="Edit", icon="EDITMODE_HLT").mode = "EDIT_…
150 bl_idname = "view3d.interactive_mode_text" variable in VIEW3D_OT_Interactive_Mode_Text
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/magic_uv/
H A Dpreferences.py74 layout.menu(MUV_MT_CopyPasteUV.bl_idname, text="Copy/Paste UV")
76 layout.menu(MUV_MT_TransferUV.bl_idname, text="Transfer UV")
87 layout.operator(MUV_OT_MoveUV.bl_idname, text="Move UV")
93 layout.menu(MUV_MT_TextureLock.bl_idname, text="Texture Lock")
95 layout.menu(MUV_MT_TextureWrap.bl_idname, text="Texture Wrap")
102 ops = layout.operator(MUV_OT_UnwrapConstraint.bl_idname,
109 layout.menu(MUV_MT_UVW.bl_idname, text="UVW")
133 ops = layout.operator(MUV_OT_ClipUV.bl_idname, text="Clip UV")
141 layout.menu(MUV_MT_SelectUV.bl_idname, text="Select UV")
148 layout.menu(MUV_MT_AlignUV.bl_idname, text="Align UV")
[all …]
H A Dupdater.py44 bl_idname = "uv.muv_check_addon_update" variable in MUV_OT_CheckAddonUpdate
59 bl_idname = "uv.muv_update_addon" variable in MUV_OT_UpdateAddon
87 row.operator(MUV_OT_CheckAddonUpdate.bl_idname,
94 col.operator(MUV_OT_CheckAddonUpdate.bl_idname,
101 MUV_OT_UpdateAddon.bl_idname,
108 col.operator(MUV_OT_UpdateAddon.bl_idname,
116 MUV_OT_UpdateAddon.bl_idname, text="Update",
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_operators/
H A Dpresets.py233 bl_idname = "script.execute_preset" variable in ExecutePreset
283 bl_idname = "render.preset_add" variable in AddPresetRender
306 bl_idname = "camera.preset_add" variable in AddPresetCamera
337 bl_idname = "safe_areas.preset_add" variable in AddPresetSafeAreas
357 bl_idname = "cloth.preset_add" variable in AddPresetCloth
385 bl_idname = "fluid.preset_add" variable in AddPresetFluid
433 bl_idname = "clip.camera_preset_add" variable in AddPresetTrackingCamera
467 bl_idname = "clip.track_color_preset_add" variable in AddPresetTrackingTrackColor
515 bl_idname = "node.node_color_preset_add" variable in AddPresetNodeColor
541 bl_idname = "wm.keyconfig_preset_add" variable in AddPresetKeyconfig
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/precision_drawing_tools/
H A Dpdt_view.py37 bl_idname = "pdt.viewrot" variable in PDT_OT_ViewRot
71 bl_idname = "pdt.viewleft" variable in PDT_OT_ViewRotL
99 bl_idname = "pdt.viewright" variable in PDT_OT_ViewRotR
127 bl_idname = "pdt.viewup" variable in PDT_OT_ViewRotU
155 bl_idname = "pdt.viewdown" variable in PDT_OT_ViewRotD
183 bl_idname = "pdt.viewroll" variable in PDT_OT_ViewRoll
211 bl_idname = "pdt.viewiso" variable in PDT_OT_ViewIso
238 bl_idname = "pdt.reset_3d_view" variable in PDT_OT_Reset3DView
H A Dpdt_design.py38 bl_idname = "pdt.absolute" variable in PDT_OT_PlacementAbs
119 bl_idname = "pdt.delta" variable in PDT_OT_PlacementDelta
305 bl_idname = "pdt.percent" variable in PDT_OT_PlacementPer
362 bl_idname = "pdt.normal" variable in PDT_OT_PlacementNormal
411 bl_idname = "pdt.centre" variable in PDT_OT_PlacementCen
502 bl_idname = "pdt.join" variable in PDT_OT_JoinVerts
536 bl_idname = "pdt.fillet" variable in PDT_OT_Fillet
592 bl_idname = "pdt.angle2" variable in PDT_OT_Angle2
619 bl_idname = "pdt.angle3" variable in PDT_OT_Angle3
646 bl_idname = "pdt.origin" variable in PDT_OT_Origin
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/magic_uv/op/
H A Dcopy_paste_uv_object.py106 bl_idname = "object.muv_copy_paste_uv_object_copy_uv" variable in MUV_OT_CopyPasteUVObject_CopyUV
150 bl_idname = "MUV_MT_CopyPasteUVObject_CopyUV" variable in MUV_MT_CopyPasteUVObject_CopyUV
163 ops = layout.operator(MUV_OT_CopyPasteUVObject_CopyUV.bl_idname,
167 ops = layout.operator(MUV_OT_CopyPasteUVObject_CopyUV.bl_idname,
172 ops = layout.operator(MUV_OT_CopyPasteUVObject_CopyUV.bl_idname,
184 bl_idname = "object.muv_copy_paste_uv_object_paste_uv" variable in MUV_OT_CopyPasteUVObject_PasteUV
263 bl_idname = "MUV_MT_CopyPasteUVObject_PasteUV" variable in MUV_MT_CopyPasteUVObject_PasteUV
287 ops = layout.operator(MUV_OT_CopyPasteUVObject_PasteUV.bl_idname,
292 ops = layout.operator(MUV_OT_CopyPasteUVObject_PasteUV.bl_idname,
297 ops = layout.operator(MUV_OT_CopyPasteUVObject_PasteUV.bl_idname,
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/render_povray/
H A Dnodes.py50 bl_idname = 'ObjectNodeTree' variable in ObjectNodeTree
75 bl_idname = 'PovrayOutputNode' variable in PovrayOutputNode
101 bl_idname = 'PovrayTextureNode' variable in PovrayTextureNode
121 bl_idname = 'PovrayFinishNode' variable in PovrayFinishNode
147 bl_idname = 'PovrayDiffuseNode' variable in PovrayDiffuseNode
167 bl_idname = 'PovrayPhongNode' variable in PovrayPhongNode
207 bl_idname = 'PovrayMirrorNode' variable in PovrayMirrorNode
420 bl_idname = 'PovrayValueNode' variable in PovrayValueNode
930 bl_idname = 'IsoPropsNode' variable in IsoPropsNode
951 bl_idname = 'PovrayFogNode' variable in PovrayFogNode
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/rigify/
H A Dmetarig_menu.py104 def make_metarig_menu_func(bl_idname, text): argument
109 self.layout.operator(bl_idname, icon='OUTLINER_OB_ARMATURE', text=text)
113 def make_submenu_func(bl_idname, text): argument
115 self.layout.menu(bl_idname, icon='OUTLINER_OB_ARMATURE', text=text)
147 T.bl_idname = "object.armature_" + name + "_metarig_add"
158 menu_funcs += [make_metarig_menu_func(mop.bl_idname, text)]
174 armature_submenus[-1].bl_idname = 'ARMATURE_MT_%s_class' % metarig_category
176 menu_funcs += [make_submenu_func(armature_submenus[-1].bl_idname, metarig_category)]
180 arm_sub.operators.append((mop.bl_idname, name,))

12345678910>>...24