fake-bpy-module-latest 20251002__py3-none-any.whl → 20260113__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  2. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  3. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  4. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  5. _bpy_internal/__init__.pyi +1 -0
  6. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  7. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  8. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  9. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  10. _bpy_types/__init__.pyi +17 -1
  11. aud/__init__.pyi +70 -0
  12. bl_math/__init__.pyi +3 -1
  13. bl_operators/__init__.pyi +1 -0
  14. bl_operators/anim/__init__.pyi +49 -0
  15. bl_operators/copy_global_transform/__init__.pyi +271 -0
  16. bl_operators/node/__init__.pyi +38 -4
  17. bl_operators/object/__init__.pyi +0 -7
  18. bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
  19. bl_operators/uvcalc_transform/__init__.pyi +21 -8
  20. bl_ui/__init__.pyi +3 -0
  21. bl_ui/generic_ui_list/__init__.pyi +2 -2
  22. bl_ui/node_add_menu/__init__.pyi +13 -6
  23. bl_ui/node_add_menu_compositor/__init__.pyi +75 -19
  24. bl_ui/node_add_menu_geometry/__init__.pyi +83 -83
  25. bl_ui/node_add_menu_shader/__init__.pyi +21 -19
  26. bl_ui/node_add_menu_texture/__init__.pyi +1 -1
  27. bl_ui/properties_constraint/__init__.pyi +68 -0
  28. bl_ui/properties_object/__init__.pyi +37 -0
  29. bl_ui/properties_paint_common/__init__.pyi +23 -6
  30. bl_ui/properties_strip/__init__.pyi +786 -0
  31. bl_ui/properties_strip_modifier/__init__.pyi +47 -0
  32. bl_ui/properties_view_layer/__init__.pyi +7 -0
  33. bl_ui/space_clip/__init__.pyi +1 -0
  34. bl_ui/space_dopesheet/__init__.pyi +56 -0
  35. bl_ui/space_image/__init__.pyi +2 -2
  36. bl_ui/space_node/__init__.pyi +31 -37
  37. bl_ui/space_properties/__init__.pyi +31 -0
  38. bl_ui/space_sequencer/__init__.pyi +42 -772
  39. bl_ui/space_time/__init__.pyi +7 -29
  40. bl_ui/space_topbar/__init__.pyi +7 -0
  41. bl_ui/space_userpref/__init__.pyi +7 -2
  42. bl_ui/space_view3d/__init__.pyi +38 -10
  43. bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
  44. bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
  45. blf/__init__.pyi +9 -6
  46. bmesh/ops/__init__.pyi +3 -0
  47. bmesh/types/__init__.pyi +184 -36
  48. bmesh/utils/__init__.pyi +22 -5
  49. bpy/app/__init__.pyi +57 -55
  50. bpy/app/translations/__init__.pyi +1 -1
  51. bpy/ops/anim/__init__.pyi +18 -12
  52. bpy/ops/armature/__init__.pyi +1 -1
  53. bpy/ops/curves/__init__.pyi +3 -3
  54. bpy/ops/export_anim/__init__.pyi +3 -0
  55. bpy/ops/export_scene/__init__.pyi +1 -1
  56. bpy/ops/geometry/__init__.pyi +0 -83
  57. bpy/ops/grease_pencil/__init__.pyi +3 -3
  58. bpy/ops/import_anim/__init__.pyi +2 -2
  59. bpy/ops/mesh/__init__.pyi +2 -2
  60. bpy/ops/nla/__init__.pyi +1 -1
  61. bpy/ops/node/__init__.pyi +29 -7
  62. bpy/ops/object/__init__.pyi +93 -0
  63. bpy/ops/pose/__init__.pyi +4 -4
  64. bpy/ops/render/__init__.pyi +10 -7
  65. bpy/ops/screen/__init__.pyi +29 -0
  66. bpy/ops/sculpt/__init__.pyi +30 -41
  67. bpy/ops/sequencer/__init__.pyi +67 -3
  68. bpy/ops/text/__init__.pyi +3 -0
  69. bpy/ops/transform/__init__.pyi +10 -3
  70. bpy/ops/uv/__init__.pyi +54 -0
  71. bpy/ops/wm/__init__.pyi +20 -32
  72. bpy/props/__init__.pyi +5 -11
  73. bpy/stub_internal/rna_enums/__init__.pyi +50 -21
  74. bpy/types/__init__.pyi +10237 -2994
  75. bpy/utils/__init__.pyi +3 -3
  76. bpy/utils/previews/__init__.pyi +1 -1
  77. bpy_extras/anim_utils/__init__.pyi +21 -8
  78. bpy_extras/id_map_utils/__init__.pyi +15 -6
  79. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  80. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
  81. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +138 -129
  82. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
  83. freestyle/utils/__init__.pyi +1 -1
  84. gpu/matrix/__init__.pyi +1 -1
  85. gpu/shader/__init__.pyi +22 -1
  86. gpu/state/__init__.pyi +77 -27
  87. gpu/types/__init__.pyi +91 -20
  88. gpu_extras/presets/__init__.pyi +7 -0
  89. idprop/types/__init__.pyi +6 -2
  90. imbuf/__init__.pyi +2 -2
  91. imbuf/types/__init__.pyi +2 -2
  92. keyingsets_builtins/__init__.pyi +1 -1
  93. mathutils/__init__.pyi +53 -29
  94. mathutils/bvhtree/__init__.pyi +6 -4
  95. mathutils/geometry/__init__.pyi +31 -13
  96. mathutils/interpolate/__init__.pyi +4 -2
  97. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  98. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  99. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  100. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  101. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
  102. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
  103. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
  104. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
  105. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  106. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  107. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  108. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  109. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  110. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  111. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  112. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  113. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  114. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  115. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  116. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  117. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  118. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  119. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  120. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  121. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  122. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  123. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  124. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  125. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  126. {console_python → _console_python}/__init__.pyi +0 -0
  127. {console_python → _console_python}/py.typed +0 -0
  128. {console_shell → _console_shell}/__init__.pyi +0 -0
  129. {console_shell → _console_shell}/py.typed +0 -0
  130. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  131. {graphviz_export → _graphviz_export}/py.typed +0 -0
  132. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  133. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  134. {rna_info → _rna_info}/__init__.pyi +0 -0
  135. {rna_info → _rna_info}/py.typed +0 -0
  136. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  137. {rna_xml → _rna_xml}/py.typed +0 -0
  138. {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
@@ -6,7 +6,7 @@ import bl_ui.node_add_menu
6
6
  import bpy.types
7
7
 
8
8
  class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
9
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
9
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
10
10
 
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
@@ -34,7 +34,7 @@ class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
34
34
  """
35
35
 
36
36
  class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
37
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
37
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
38
38
 
39
39
  bl_label: typing.Any
40
40
  bl_rna: typing.Any
@@ -62,7 +62,7 @@ class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
62
62
  """
63
63
 
64
64
  class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
65
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
65
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
66
66
 
67
67
  bl_label: typing.Any
68
68
  bl_rna: typing.Any
@@ -90,7 +90,7 @@ class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
90
90
  """
91
91
 
92
92
  class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
93
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
93
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
94
94
 
95
95
  bl_label: typing.Any
96
96
  bl_rna: typing.Any
@@ -116,8 +116,35 @@ class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
116
116
  :param _context:
117
117
  """
118
118
 
119
+ class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
120
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
121
+
122
+ bl_label: typing.Any
123
+ bl_rna: typing.Any
124
+ id_data: typing.Any
125
+
126
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
127
+ """
128
+
129
+ :return: The RNA type or default when not found.
130
+ :rtype: bpy.types.Struct
131
+ """
132
+
133
+ def bl_rna_get_subclass_py(self) -> typing.Any:
134
+ """
135
+
136
+ :return: The class or default when not found.
137
+ :rtype: typing.Any
138
+ """
139
+
140
+ def draw(self, context) -> None:
141
+ """
142
+
143
+ :param context:
144
+ """
145
+
119
146
  class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
120
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
147
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
121
148
 
122
149
  bl_label: typing.Any
123
150
  bl_rna: typing.Any
@@ -144,7 +171,7 @@ class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
144
171
  """
145
172
 
146
173
  class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
147
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
174
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
148
175
 
149
176
  bl_label: typing.Any
150
177
  bl_rna: typing.Any
@@ -172,7 +199,7 @@ class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
172
199
  """
173
200
 
174
201
  class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
175
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
202
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
176
203
 
177
204
  bl_label: typing.Any
178
205
  bl_rna: typing.Any
@@ -200,7 +227,7 @@ class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
200
227
  """
201
228
 
202
229
  class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
203
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
230
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
204
231
 
205
232
  bl_label: typing.Any
206
233
  bl_rna: typing.Any
@@ -228,7 +255,7 @@ class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
228
255
  """
229
256
 
230
257
  class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
231
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
258
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
232
259
 
233
260
  bl_label: typing.Any
234
261
  bl_rna: typing.Any
@@ -256,7 +283,7 @@ class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
256
283
  """
257
284
 
258
285
  class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
259
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
286
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
260
287
 
261
288
  bl_label: typing.Any
262
289
  bl_rna: typing.Any
@@ -284,7 +311,7 @@ class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
284
311
  """
285
312
 
286
313
  class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
287
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
314
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
288
315
 
289
316
  bl_label: typing.Any
290
317
  bl_rna: typing.Any
@@ -312,7 +339,7 @@ class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
312
339
  """
313
340
 
314
341
  class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
315
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
342
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
316
343
 
317
344
  bl_label: typing.Any
318
345
  bl_rna: typing.Any
@@ -339,7 +366,7 @@ class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
339
366
  """
340
367
 
341
368
  class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
342
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
369
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
343
370
 
344
371
  bl_label: typing.Any
345
372
  bl_rna: typing.Any
@@ -367,7 +394,7 @@ class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
367
394
  """
368
395
 
369
396
  class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
370
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
397
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
371
398
 
372
399
  bl_label: typing.Any
373
400
  bl_rna: typing.Any
@@ -395,7 +422,7 @@ class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
395
422
  """
396
423
 
397
424
  class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
398
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
425
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
399
426
 
400
427
  bl_label: typing.Any
401
428
  bl_rna: typing.Any
@@ -423,7 +450,7 @@ class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
423
450
  """
424
451
 
425
452
  class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
426
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
453
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
427
454
 
428
455
  bl_label: typing.Any
429
456
  bl_rna: typing.Any
@@ -451,7 +478,7 @@ class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
451
478
  """
452
479
 
453
480
  class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
454
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
481
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
455
482
 
456
483
  bl_label: typing.Any
457
484
  bl_rna: typing.Any
@@ -478,7 +505,7 @@ class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
478
505
  """
479
506
 
480
507
  class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
481
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
508
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
482
509
 
483
510
  bl_label: typing.Any
484
511
  bl_rna: typing.Any
@@ -506,7 +533,7 @@ class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
506
533
  """
507
534
 
508
535
  class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
509
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
536
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
510
537
 
511
538
  bl_label: typing.Any
512
539
  bl_rna: typing.Any
@@ -534,7 +561,7 @@ class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
534
561
  """
535
562
 
536
563
  class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
537
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
564
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
538
565
 
539
566
  bl_label: typing.Any
540
567
  bl_rna: typing.Any
@@ -562,7 +589,7 @@ class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
562
589
  """
563
590
 
564
591
  class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
565
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
592
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
566
593
 
567
594
  bl_label: typing.Any
568
595
  bl_rna: typing.Any
@@ -589,7 +616,7 @@ class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
589
616
  """
590
617
 
591
618
  class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
592
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
619
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
593
620
 
594
621
  bl_label: typing.Any
595
622
  bl_rna: typing.Any
@@ -618,7 +645,7 @@ class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
618
645
  """
619
646
 
620
647
  class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
621
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
648
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
622
649
 
623
650
  bl_label: typing.Any
624
651
  bl_rna: typing.Any
@@ -646,7 +673,7 @@ class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
646
673
  """
647
674
 
648
675
  class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
649
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
676
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
650
677
 
651
678
  bl_label: typing.Any
652
679
  bl_rna: typing.Any
@@ -674,7 +701,7 @@ class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
674
701
  """
675
702
 
676
703
  class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
677
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
704
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
678
705
 
679
706
  bl_label: typing.Any
680
707
  bl_rna: typing.Any
@@ -702,7 +729,7 @@ class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
702
729
  """
703
730
 
704
731
  class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
705
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
732
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
706
733
 
707
734
  bl_label: typing.Any
708
735
  bl_rna: typing.Any
@@ -730,7 +757,7 @@ class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
730
757
  """
731
758
 
732
759
  class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
733
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
760
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
734
761
 
735
762
  bl_label: typing.Any
736
763
  bl_rna: typing.Any
@@ -757,11 +784,12 @@ class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
757
784
  """
758
785
 
759
786
  class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
760
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
787
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
761
788
 
762
789
  bl_label: typing.Any
763
790
  bl_rna: typing.Any
764
791
  id_data: typing.Any
792
+ menu_path: typing.Any
765
793
 
766
794
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
767
795
  """
@@ -784,7 +812,7 @@ class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
784
812
  """
785
813
 
786
814
  class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
787
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
815
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
788
816
 
789
817
  bl_label: typing.Any
790
818
  bl_rna: typing.Any
@@ -811,7 +839,7 @@ class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
811
839
  """
812
840
 
813
841
  class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
814
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
842
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
815
843
 
816
844
  bl_label: typing.Any
817
845
  bl_rna: typing.Any
@@ -839,7 +867,7 @@ class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
839
867
  """
840
868
 
841
869
  class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
842
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
870
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
843
871
 
844
872
  bl_label: typing.Any
845
873
  bl_rna: typing.Any
@@ -867,7 +895,7 @@ class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
867
895
  """
868
896
 
869
897
  class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
870
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
898
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
871
899
 
872
900
  bl_label: typing.Any
873
901
  bl_rna: typing.Any
@@ -895,7 +923,7 @@ class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
895
923
  """
896
924
 
897
925
  class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
898
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
926
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
899
927
 
900
928
  bl_label: typing.Any
901
929
  bl_rna: typing.Any
@@ -923,7 +951,7 @@ class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
923
951
  """
924
952
 
925
953
  class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
926
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
954
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
927
955
 
928
956
  bl_label: typing.Any
929
957
  bl_rna: typing.Any
@@ -951,7 +979,7 @@ class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
951
979
  """
952
980
 
953
981
  class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
954
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
982
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
955
983
 
956
984
  bl_label: typing.Any
957
985
  bl_rna: typing.Any
@@ -979,7 +1007,7 @@ class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
979
1007
  """
980
1008
 
981
1009
  class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
982
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1010
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
983
1011
 
984
1012
  bl_label: typing.Any
985
1013
  bl_rna: typing.Any
@@ -1007,7 +1035,7 @@ class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
1007
1035
  """
1008
1036
 
1009
1037
  class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1010
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1038
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1011
1039
 
1012
1040
  bl_label: typing.Any
1013
1041
  bl_rna: typing.Any
@@ -1034,7 +1062,7 @@ class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1034
1062
  """
1035
1063
 
1036
1064
  class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1037
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1065
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1038
1066
 
1039
1067
  bl_label: typing.Any
1040
1068
  bl_rna: typing.Any
@@ -1061,7 +1089,7 @@ class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1061
1089
  """
1062
1090
 
1063
1091
  class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1064
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1092
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1065
1093
 
1066
1094
  bl_label: typing.Any
1067
1095
  bl_rna: typing.Any
@@ -1088,7 +1116,7 @@ class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1088
1116
  """
1089
1117
 
1090
1118
  class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1091
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1119
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1092
1120
 
1093
1121
  bl_label: typing.Any
1094
1122
  bl_rna: typing.Any
@@ -1115,7 +1143,7 @@ class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1115
1143
  """
1116
1144
 
1117
1145
  class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1118
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1146
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1119
1147
 
1120
1148
  bl_label: typing.Any
1121
1149
  bl_rna: typing.Any
@@ -1141,36 +1169,8 @@ class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1141
1169
  :param context:
1142
1170
  """
1143
1171
 
1144
- class NODE_MT_gn_utilities_color_base(bl_ui.node_add_menu.NodeMenu):
1145
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1146
-
1147
- bl_label: typing.Any
1148
- bl_rna: typing.Any
1149
- id_data: typing.Any
1150
- menu_path: typing.Any
1151
-
1152
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1153
- """
1154
-
1155
- :return: The RNA type or default when not found.
1156
- :rtype: bpy.types.Struct
1157
- """
1158
-
1159
- def bl_rna_get_subclass_py(self) -> typing.Any:
1160
- """
1161
-
1162
- :return: The class or default when not found.
1163
- :rtype: typing.Any
1164
- """
1165
-
1166
- def draw(self, context) -> None:
1167
- """
1168
-
1169
- :param context:
1170
- """
1171
-
1172
1172
  class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
1173
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1173
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1174
1174
 
1175
1175
  bl_label: typing.Any
1176
1176
  bl_rna: typing.Any
@@ -1198,7 +1198,7 @@ class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
1198
1198
  """
1199
1199
 
1200
1200
  class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
1201
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1201
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1202
1202
 
1203
1203
  bl_label: typing.Any
1204
1204
  bl_rna: typing.Any
@@ -1226,7 +1226,7 @@ class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
1226
1226
  """
1227
1227
 
1228
1228
  class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
1229
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1229
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1230
1230
 
1231
1231
  bl_label: typing.Any
1232
1232
  bl_rna: typing.Any
@@ -1254,7 +1254,7 @@ class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
1254
1254
  """
1255
1255
 
1256
1256
  class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
1257
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1257
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1258
1258
 
1259
1259
  bl_label: typing.Any
1260
1260
  bl_rna: typing.Any
@@ -1282,7 +1282,7 @@ class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
1282
1282
  """
1283
1283
 
1284
1284
  class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
1285
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1285
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1286
1286
 
1287
1287
  bl_label: typing.Any
1288
1288
  bl_rna: typing.Any
@@ -1310,7 +1310,7 @@ class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
1310
1310
  """
1311
1311
 
1312
1312
  class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
1313
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1313
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1314
1314
 
1315
1315
  bl_label: typing.Any
1316
1316
  bl_rna: typing.Any
@@ -1338,7 +1338,7 @@ class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
1338
1338
  """
1339
1339
 
1340
1340
  class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
1341
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1341
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1342
1342
 
1343
1343
  bl_label: typing.Any
1344
1344
  bl_rna: typing.Any
@@ -1366,7 +1366,7 @@ class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
1366
1366
  """
1367
1367
 
1368
1368
  class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
1369
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1369
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1370
1370
 
1371
1371
  bl_label: typing.Any
1372
1372
  bl_rna: typing.Any
@@ -1394,7 +1394,7 @@ class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
1394
1394
  """
1395
1395
 
1396
1396
  class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
1397
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1397
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1398
1398
 
1399
1399
  bl_label: typing.Any
1400
1400
  bl_rna: typing.Any
@@ -1422,7 +1422,7 @@ class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
1422
1422
  """
1423
1423
 
1424
1424
  class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
1425
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1425
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1426
1426
 
1427
1427
  bl_label: typing.Any
1428
1428
  bl_rna: typing.Any
@@ -1450,7 +1450,7 @@ class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
1450
1450
  """
1451
1451
 
1452
1452
  class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
1453
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1453
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1454
1454
 
1455
1455
  bl_label: typing.Any
1456
1456
  bl_rna: typing.Any
@@ -1478,7 +1478,7 @@ class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
1478
1478
  """
1479
1479
 
1480
1480
  class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
1481
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1481
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1482
1482
 
1483
1483
  bl_label: typing.Any
1484
1484
  bl_rna: typing.Any
@@ -1506,7 +1506,7 @@ class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
1506
1506
  """
1507
1507
 
1508
1508
  class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
1509
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1509
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1510
1510
 
1511
1511
  bl_label: typing.Any
1512
1512
  bl_rna: typing.Any
@@ -1534,7 +1534,7 @@ class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
1534
1534
  """
1535
1535
 
1536
1536
  class NODE_MT_gn_volume_write_base(bl_ui.node_add_menu.NodeMenu):
1537
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1537
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1538
1538
 
1539
1539
  bl_label: typing.Any
1540
1540
  bl_rna: typing.Any
@@ -6,7 +6,7 @@ import bl_ui.node_add_menu
6
6
  import bpy.types
7
7
 
8
8
  class NODE_MT_shader_node_all_base(bl_ui.node_add_menu.NodeMenu):
9
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
9
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
10
10
 
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
@@ -35,7 +35,7 @@ class NODE_MT_shader_node_all_base(bl_ui.node_add_menu.NodeMenu):
35
35
  """
36
36
 
37
37
  class NODE_MT_shader_node_color_base(bl_ui.node_add_menu.NodeMenu):
38
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
38
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
39
39
 
40
40
  bl_label: typing.Any
41
41
  bl_rna: typing.Any
@@ -61,8 +61,8 @@ class NODE_MT_shader_node_color_base(bl_ui.node_add_menu.NodeMenu):
61
61
  :param context:
62
62
  """
63
63
 
64
- class NODE_MT_shader_node_converter_base(bl_ui.node_add_menu.NodeMenu):
65
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
64
+ class NODE_MT_shader_node_displacement_base(bl_ui.node_add_menu.NodeMenu):
65
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
66
66
 
67
67
  bl_label: typing.Any
68
68
  bl_rna: typing.Any
@@ -82,14 +82,14 @@ class NODE_MT_shader_node_converter_base(bl_ui.node_add_menu.NodeMenu):
82
82
  :rtype: typing.Any
83
83
  """
84
84
 
85
- def draw(self, context) -> None:
85
+ def draw(self, _context) -> None:
86
86
  """
87
87
 
88
- :param context:
88
+ :param _context:
89
89
  """
90
90
 
91
91
  class NODE_MT_shader_node_input_base(bl_ui.node_add_menu.NodeMenu):
92
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
92
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
93
93
 
94
94
  bl_label: typing.Any
95
95
  bl_rna: typing.Any
@@ -115,12 +115,13 @@ class NODE_MT_shader_node_input_base(bl_ui.node_add_menu.NodeMenu):
115
115
  :param context:
116
116
  """
117
117
 
118
- class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
119
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
118
+ class NODE_MT_shader_node_math_base(bl_ui.node_add_menu.NodeMenu):
119
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
120
120
 
121
121
  bl_label: typing.Any
122
122
  bl_rna: typing.Any
123
123
  id_data: typing.Any
124
+ menu_path: typing.Any
124
125
 
125
126
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
126
127
  """
@@ -142,8 +143,8 @@ class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
142
143
  :param context:
143
144
  """
144
145
 
145
- class NODE_MT_shader_node_script_base(bl_ui.node_add_menu.NodeMenu):
146
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
146
+ class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
147
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
147
148
 
148
149
  bl_label: typing.Any
149
150
  bl_rna: typing.Any
@@ -163,14 +164,14 @@ class NODE_MT_shader_node_script_base(bl_ui.node_add_menu.NodeMenu):
163
164
  :rtype: typing.Any
164
165
  """
165
166
 
166
- def draw(self, _context) -> None:
167
+ def draw(self, context) -> None:
167
168
  """
168
169
 
169
- :param _context:
170
+ :param context:
170
171
  """
171
172
 
172
173
  class NODE_MT_shader_node_shader_base(bl_ui.node_add_menu.NodeMenu):
173
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
174
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
174
175
 
175
176
  bl_label: typing.Any
176
177
  bl_rna: typing.Any
@@ -197,7 +198,7 @@ class NODE_MT_shader_node_shader_base(bl_ui.node_add_menu.NodeMenu):
197
198
  """
198
199
 
199
200
  class NODE_MT_shader_node_texture_base(bl_ui.node_add_menu.NodeMenu):
200
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
201
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
201
202
 
202
203
  bl_label: typing.Any
203
204
  bl_rna: typing.Any
@@ -224,7 +225,7 @@ class NODE_MT_shader_node_texture_base(bl_ui.node_add_menu.NodeMenu):
224
225
  """
225
226
 
226
227
  class NODE_MT_shader_node_utilities_base(bl_ui.node_add_menu.NodeMenu):
227
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
228
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
228
229
 
229
230
  bl_label: typing.Any
230
231
  bl_rna: typing.Any
@@ -251,11 +252,12 @@ class NODE_MT_shader_node_utilities_base(bl_ui.node_add_menu.NodeMenu):
251
252
  """
252
253
 
253
254
  class NODE_MT_shader_node_vector_base(bl_ui.node_add_menu.NodeMenu):
254
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
255
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
255
256
 
256
257
  bl_label: typing.Any
257
258
  bl_rna: typing.Any
258
259
  id_data: typing.Any
260
+ menu_path: typing.Any
259
261
 
260
262
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
261
263
  """
@@ -271,10 +273,10 @@ class NODE_MT_shader_node_vector_base(bl_ui.node_add_menu.NodeMenu):
271
273
  :rtype: typing.Any
272
274
  """
273
275
 
274
- def draw(self, _context) -> None:
276
+ def draw(self, context) -> None:
275
277
  """
276
278
 
277
- :param _context:
279
+ :param context:
278
280
  """
279
281
 
280
282
  def cycles_shader_nodes_poll(context) -> None: ...