fake-bpy-module 20250924__py3-none-any.whl → 20250926__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.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

@@ -2,14 +2,16 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
- import _bpy_types
5
+ import bl_ui.node_add_menu
6
6
  import bpy.types
7
7
 
8
- class NODE_MT_category_GEO_GROUP(_bpy_types.Menu):
9
- bl_idname: typing.Any
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"""
10
+
10
11
  bl_label: typing.Any
11
12
  bl_rna: typing.Any
12
13
  id_data: typing.Any
14
+ menu_path: typing.Any
13
15
 
14
16
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
15
17
  """
@@ -31,11 +33,13 @@ class NODE_MT_category_GEO_GROUP(_bpy_types.Menu):
31
33
  :param context:
32
34
  """
33
35
 
34
- class NODE_MT_category_GEO_OUTPUT(_bpy_types.Menu):
35
- bl_idname: typing.Any
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"""
38
+
36
39
  bl_label: typing.Any
37
40
  bl_rna: typing.Any
38
41
  id_data: typing.Any
42
+ menu_path: typing.Any
39
43
 
40
44
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
41
45
  """
@@ -57,11 +61,13 @@ class NODE_MT_category_GEO_OUTPUT(_bpy_types.Menu):
57
61
  :param context:
58
62
  """
59
63
 
60
- class NODE_MT_category_GEO_POINT(_bpy_types.Menu):
61
- bl_idname: typing.Any
64
+ class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
65
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
66
+
62
67
  bl_label: typing.Any
63
68
  bl_rna: typing.Any
64
69
  id_data: typing.Any
70
+ menu_path: typing.Any
65
71
 
66
72
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
67
73
  """
@@ -83,8 +89,9 @@ class NODE_MT_category_GEO_POINT(_bpy_types.Menu):
83
89
  :param context:
84
90
  """
85
91
 
86
- class NODE_MT_category_GEO_TEXT(_bpy_types.Menu):
87
- bl_idname: typing.Any
92
+ class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
93
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
94
+
88
95
  bl_label: typing.Any
89
96
  bl_rna: typing.Any
90
97
  id_data: typing.Any
@@ -109,8 +116,9 @@ class NODE_MT_category_GEO_TEXT(_bpy_types.Menu):
109
116
  :param _context:
110
117
  """
111
118
 
112
- class NODE_MT_category_GEO_TEXTURE(_bpy_types.Menu):
113
- bl_idname: typing.Any
119
+ class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
120
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
121
+
114
122
  bl_label: typing.Any
115
123
  bl_rna: typing.Any
116
124
  id_data: typing.Any
@@ -135,37 +143,13 @@ class NODE_MT_category_GEO_TEXTURE(_bpy_types.Menu):
135
143
  :param _context:
136
144
  """
137
145
 
138
- class NODE_MT_category_GEO_UTILITIES(_bpy_types.Menu):
139
- bl_idname: typing.Any
140
- bl_label: typing.Any
141
- bl_rna: typing.Any
142
- id_data: typing.Any
143
-
144
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
145
- """
146
-
147
- :return: The RNA type or default when not found.
148
- :rtype: bpy.types.Struct
149
- """
150
-
151
- def bl_rna_get_subclass_py(self) -> typing.Any:
152
- """
146
+ class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
147
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
153
148
 
154
- :return: The class or default when not found.
155
- :rtype: typing.Any
156
- """
157
-
158
- def draw(self, context) -> None:
159
- """
160
-
161
- :param context:
162
- """
163
-
164
- class NODE_MT_category_GEO_UTILITIES_DEPRECATED(_bpy_types.Menu):
165
- bl_idname: typing.Any
166
149
  bl_label: typing.Any
167
150
  bl_rna: typing.Any
168
151
  id_data: typing.Any
152
+ menu_path: typing.Any
169
153
 
170
154
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
171
155
  """
@@ -181,17 +165,19 @@ class NODE_MT_category_GEO_UTILITIES_DEPRECATED(_bpy_types.Menu):
181
165
  :rtype: typing.Any
182
166
  """
183
167
 
184
- def draw(self, context) -> None:
168
+ def draw(self, _context) -> None:
185
169
  """
186
170
 
187
- :param context:
171
+ :param _context:
188
172
  """
189
173
 
190
- class NODE_MT_category_GEO_UTILITIES_FIELD(_bpy_types.Menu):
191
- bl_idname: typing.Any
174
+ class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
175
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
176
+
192
177
  bl_label: typing.Any
193
178
  bl_rna: typing.Any
194
179
  id_data: typing.Any
180
+ menu_path: typing.Any
195
181
 
196
182
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
197
183
  """
@@ -213,11 +199,13 @@ class NODE_MT_category_GEO_UTILITIES_FIELD(_bpy_types.Menu):
213
199
  :param _context:
214
200
  """
215
201
 
216
- class NODE_MT_category_GEO_UTILITIES_MATH(_bpy_types.Menu):
217
- bl_idname: typing.Any
202
+ class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
203
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
204
+
218
205
  bl_label: typing.Any
219
206
  bl_rna: typing.Any
220
207
  id_data: typing.Any
208
+ menu_path: typing.Any
221
209
 
222
210
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
223
211
  """
@@ -233,17 +221,19 @@ class NODE_MT_category_GEO_UTILITIES_MATH(_bpy_types.Menu):
233
221
  :rtype: typing.Any
234
222
  """
235
223
 
236
- def draw(self, context) -> None:
224
+ def draw(self, _context) -> None:
237
225
  """
238
226
 
239
- :param context:
227
+ :param _context:
240
228
  """
241
229
 
242
- class NODE_MT_category_GEO_UTILITIES_ROTATION(_bpy_types.Menu):
243
- bl_idname: typing.Any
230
+ class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
231
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
232
+
244
233
  bl_label: typing.Any
245
234
  bl_rna: typing.Any
246
235
  id_data: typing.Any
236
+ menu_path: typing.Any
247
237
 
248
238
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
249
239
  """
@@ -265,11 +255,13 @@ class NODE_MT_category_GEO_UTILITIES_ROTATION(_bpy_types.Menu):
265
255
  :param _context:
266
256
  """
267
257
 
268
- class NODE_MT_category_GEO_UV(_bpy_types.Menu):
269
- bl_idname: typing.Any
258
+ class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
259
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
260
+
270
261
  bl_label: typing.Any
271
262
  bl_rna: typing.Any
272
263
  id_data: typing.Any
264
+ menu_path: typing.Any
273
265
 
274
266
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
275
267
  """
@@ -291,11 +283,13 @@ class NODE_MT_category_GEO_UV(_bpy_types.Menu):
291
283
  :param _context:
292
284
  """
293
285
 
294
- class NODE_MT_category_GEO_VECTOR(_bpy_types.Menu):
295
- bl_idname: typing.Any
286
+ class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
287
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
288
+
296
289
  bl_label: typing.Any
297
290
  bl_rna: typing.Any
298
291
  id_data: typing.Any
292
+ menu_path: typing.Any
299
293
 
300
294
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
301
295
  """
@@ -311,17 +305,17 @@ class NODE_MT_category_GEO_VECTOR(_bpy_types.Menu):
311
305
  :rtype: typing.Any
312
306
  """
313
307
 
314
- def draw(self, context) -> None:
308
+ def draw(self, _context) -> None:
315
309
  """
316
310
 
317
- :param context:
311
+ :param _context:
318
312
  """
319
313
 
320
- class NODE_MT_category_GEO_VOLUME(_bpy_types.Menu):
321
- bl_idname: typing.Any
314
+ class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
315
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
316
+
322
317
  bl_label: typing.Any
323
318
  bl_rna: typing.Any
324
- bl_translation_context: typing.Any
325
319
  id_data: typing.Any
326
320
 
327
321
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -338,17 +332,19 @@ class NODE_MT_category_GEO_VOLUME(_bpy_types.Menu):
338
332
  :rtype: typing.Any
339
333
  """
340
334
 
341
- def draw(self, context) -> None:
335
+ def draw(self, _context) -> None:
342
336
  """
343
337
 
344
- :param context:
338
+ :param _context:
345
339
  """
346
340
 
347
- class NODE_MT_category_PRIMITIVES_MESH(_bpy_types.Menu):
348
- bl_idname: typing.Any
341
+ class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
342
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
343
+
349
344
  bl_label: typing.Any
350
345
  bl_rna: typing.Any
351
346
  id_data: typing.Any
347
+ menu_path: typing.Any
352
348
 
353
349
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
354
350
  """
@@ -370,11 +366,13 @@ class NODE_MT_category_PRIMITIVES_MESH(_bpy_types.Menu):
370
366
  :param _context:
371
367
  """
372
368
 
373
- class NODE_MT_category_import(_bpy_types.Menu):
374
- bl_idname: typing.Any
369
+ class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
370
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
371
+
375
372
  bl_label: typing.Any
376
373
  bl_rna: typing.Any
377
374
  id_data: typing.Any
375
+ menu_path: typing.Any
378
376
 
379
377
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
380
378
  """
@@ -390,17 +388,19 @@ class NODE_MT_category_import(_bpy_types.Menu):
390
388
  :rtype: typing.Any
391
389
  """
392
390
 
393
- def draw(self, _context) -> None:
391
+ def draw(self, context) -> None:
394
392
  """
395
393
 
396
- :param _context:
394
+ :param context:
397
395
  """
398
396
 
399
- class NODE_MT_category_simulation(_bpy_types.Menu):
400
- bl_idname: typing.Any
397
+ class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
398
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
399
+
401
400
  bl_label: typing.Any
402
401
  bl_rna: typing.Any
403
402
  id_data: typing.Any
403
+ menu_path: typing.Any
404
404
 
405
405
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
406
406
  """
@@ -422,11 +422,13 @@ class NODE_MT_category_simulation(_bpy_types.Menu):
422
422
  :param _context:
423
423
  """
424
424
 
425
- class NODE_MT_category_utilities_bundle(_bpy_types.Menu):
426
- bl_idname: typing.Any
425
+ class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
426
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
427
+
427
428
  bl_label: typing.Any
428
429
  bl_rna: typing.Any
429
430
  id_data: typing.Any
431
+ menu_path: typing.Any
430
432
 
431
433
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
432
434
  """
@@ -448,8 +450,9 @@ class NODE_MT_category_utilities_bundle(_bpy_types.Menu):
448
450
  :param context:
449
451
  """
450
452
 
451
- class NODE_MT_category_utilities_closure(_bpy_types.Menu):
452
- bl_idname: typing.Any
453
+ class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
454
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
455
+
453
456
  bl_label: typing.Any
454
457
  bl_rna: typing.Any
455
458
  id_data: typing.Any
@@ -468,17 +471,19 @@ class NODE_MT_category_utilities_closure(_bpy_types.Menu):
468
471
  :rtype: typing.Any
469
472
  """
470
473
 
471
- def draw(self, context) -> None:
474
+ def draw(self, _context) -> None:
472
475
  """
473
476
 
474
- :param context:
477
+ :param _context:
475
478
  """
476
479
 
477
- class NODE_MT_category_utilities_list(_bpy_types.Menu):
478
- bl_idname: typing.Any
480
+ 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"""
482
+
479
483
  bl_label: typing.Any
480
484
  bl_rna: typing.Any
481
485
  id_data: typing.Any
486
+ menu_path: typing.Any
482
487
 
483
488
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
484
489
  """
@@ -500,11 +505,13 @@ class NODE_MT_category_utilities_list(_bpy_types.Menu):
500
505
  :param _context:
501
506
  """
502
507
 
503
- class NODE_MT_category_utilities_matrix(_bpy_types.Menu):
504
- bl_idname: typing.Any
508
+ 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"""
510
+
505
511
  bl_label: typing.Any
506
512
  bl_rna: typing.Any
507
513
  id_data: typing.Any
514
+ menu_path: typing.Any
508
515
 
509
516
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
510
517
  """
@@ -526,11 +533,13 @@ class NODE_MT_category_utilities_matrix(_bpy_types.Menu):
526
533
  :param _context:
527
534
  """
528
535
 
529
- class NODE_MT_geometry_node_GEO_ATTRIBUTE(_bpy_types.Menu):
530
- bl_idname: typing.Any
536
+ 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"""
538
+
531
539
  bl_label: typing.Any
532
540
  bl_rna: typing.Any
533
541
  id_data: typing.Any
542
+ menu_path: typing.Any
534
543
 
535
544
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
536
545
  """
@@ -552,8 +561,9 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(_bpy_types.Menu):
552
561
  :param _context:
553
562
  """
554
563
 
555
- class NODE_MT_geometry_node_GEO_COLOR(_bpy_types.Menu):
556
- bl_idname: typing.Any
564
+ class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
565
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
566
+
557
567
  bl_label: typing.Any
558
568
  bl_rna: typing.Any
559
569
  id_data: typing.Any
@@ -578,11 +588,14 @@ class NODE_MT_geometry_node_GEO_COLOR(_bpy_types.Menu):
578
588
  :param context:
579
589
  """
580
590
 
581
- class NODE_MT_geometry_node_GEO_CURVE(_bpy_types.Menu):
582
- bl_idname: typing.Any
591
+ class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
592
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
593
+
583
594
  bl_label: typing.Any
584
595
  bl_rna: typing.Any
596
+ bl_translation_context: typing.Any
585
597
  id_data: typing.Any
598
+ menu_path: typing.Any
586
599
 
587
600
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
588
601
  """
@@ -604,11 +617,13 @@ class NODE_MT_geometry_node_GEO_CURVE(_bpy_types.Menu):
604
617
  :param _context:
605
618
  """
606
619
 
607
- class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(_bpy_types.Menu):
608
- bl_idname: typing.Any
620
+ class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
621
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
622
+
609
623
  bl_label: typing.Any
610
624
  bl_rna: typing.Any
611
625
  id_data: typing.Any
626
+ menu_path: typing.Any
612
627
 
613
628
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
614
629
  """
@@ -624,17 +639,19 @@ class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(_bpy_types.Menu):
624
639
  :rtype: typing.Any
625
640
  """
626
641
 
627
- def draw(self, _context) -> None:
642
+ def draw(self, context) -> None:
628
643
  """
629
644
 
630
- :param _context:
645
+ :param context:
631
646
  """
632
647
 
633
- class NODE_MT_geometry_node_GEO_CURVE_READ(_bpy_types.Menu):
634
- bl_idname: typing.Any
648
+ class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
649
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
650
+
635
651
  bl_label: typing.Any
636
652
  bl_rna: typing.Any
637
653
  id_data: typing.Any
654
+ menu_path: typing.Any
638
655
 
639
656
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
640
657
  """
@@ -656,11 +673,13 @@ class NODE_MT_geometry_node_GEO_CURVE_READ(_bpy_types.Menu):
656
673
  :param _context:
657
674
  """
658
675
 
659
- class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(_bpy_types.Menu):
660
- bl_idname: typing.Any
676
+ class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
677
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
678
+
661
679
  bl_label: typing.Any
662
680
  bl_rna: typing.Any
663
681
  id_data: typing.Any
682
+ menu_path: typing.Any
664
683
 
665
684
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
666
685
  """
@@ -682,11 +701,13 @@ class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(_bpy_types.Menu):
682
701
  :param _context:
683
702
  """
684
703
 
685
- class NODE_MT_geometry_node_GEO_CURVE_WRITE(_bpy_types.Menu):
686
- bl_idname: typing.Any
704
+ class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
705
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
706
+
687
707
  bl_label: typing.Any
688
708
  bl_rna: typing.Any
689
709
  id_data: typing.Any
710
+ menu_path: typing.Any
690
711
 
691
712
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
692
713
  """
@@ -702,14 +723,15 @@ class NODE_MT_geometry_node_GEO_CURVE_WRITE(_bpy_types.Menu):
702
723
  :rtype: typing.Any
703
724
  """
704
725
 
705
- def draw(self, _context) -> None:
726
+ def draw(self, context) -> None:
706
727
  """
707
728
 
708
- :param _context:
729
+ :param context:
709
730
  """
710
731
 
711
- class NODE_MT_geometry_node_GEO_GEOMETRY(_bpy_types.Menu):
712
- bl_idname: typing.Any
732
+ class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
733
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
734
+
713
735
  bl_label: typing.Any
714
736
  bl_rna: typing.Any
715
737
  id_data: typing.Any
@@ -734,8 +756,9 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(_bpy_types.Menu):
734
756
  :param _context:
735
757
  """
736
758
 
737
- class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(_bpy_types.Menu):
738
- bl_idname: typing.Any
759
+ class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
760
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
761
+
739
762
  bl_label: typing.Any
740
763
  bl_rna: typing.Any
741
764
  id_data: typing.Any
@@ -760,8 +783,9 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(_bpy_types.Menu):
760
783
  :param _context:
761
784
  """
762
785
 
763
- class NODE_MT_geometry_node_GEO_GEOMETRY_READ(_bpy_types.Menu):
764
- bl_idname: typing.Any
786
+ class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
787
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
788
+
765
789
  bl_label: typing.Any
766
790
  bl_rna: typing.Any
767
791
  id_data: typing.Any
@@ -780,17 +804,19 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_READ(_bpy_types.Menu):
780
804
  :rtype: typing.Any
781
805
  """
782
806
 
783
- def draw(self, context) -> None:
807
+ def draw(self, _context) -> None:
784
808
  """
785
809
 
786
- :param context:
810
+ :param _context:
787
811
  """
788
812
 
789
- class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(_bpy_types.Menu):
790
- bl_idname: typing.Any
813
+ class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
814
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
815
+
791
816
  bl_label: typing.Any
792
817
  bl_rna: typing.Any
793
818
  id_data: typing.Any
819
+ menu_path: typing.Any
794
820
 
795
821
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
796
822
  """
@@ -806,17 +832,19 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(_bpy_types.Menu):
806
832
  :rtype: typing.Any
807
833
  """
808
834
 
809
- def draw(self, _context) -> None:
835
+ def draw(self, context) -> None:
810
836
  """
811
837
 
812
- :param _context:
838
+ :param context:
813
839
  """
814
840
 
815
- class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(_bpy_types.Menu):
816
- bl_idname: typing.Any
841
+ class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
842
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
843
+
817
844
  bl_label: typing.Any
818
845
  bl_rna: typing.Any
819
846
  id_data: typing.Any
847
+ menu_path: typing.Any
820
848
 
821
849
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
822
850
  """
@@ -832,17 +860,19 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(_bpy_types.Menu):
832
860
  :rtype: typing.Any
833
861
  """
834
862
 
835
- def draw(self, context) -> None:
863
+ def draw(self, _context) -> None:
836
864
  """
837
865
 
838
- :param context:
866
+ :param _context:
839
867
  """
840
868
 
841
- class NODE_MT_geometry_node_GEO_INPUT(_bpy_types.Menu):
842
- bl_idname: typing.Any
869
+ class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
870
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
871
+
843
872
  bl_label: typing.Any
844
873
  bl_rna: typing.Any
845
874
  id_data: typing.Any
875
+ menu_path: typing.Any
846
876
 
847
877
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
848
878
  """
@@ -864,12 +894,13 @@ class NODE_MT_geometry_node_GEO_INPUT(_bpy_types.Menu):
864
894
  :param context:
865
895
  """
866
896
 
867
- class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(_bpy_types.Menu):
868
- bl_idname: typing.Any
897
+ class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
898
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
899
+
869
900
  bl_label: typing.Any
870
901
  bl_rna: typing.Any
871
- bl_translation_context: typing.Any
872
902
  id_data: typing.Any
903
+ menu_path: typing.Any
873
904
 
874
905
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
875
906
  """
@@ -891,11 +922,13 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(_bpy_types.Menu):
891
922
  :param _context:
892
923
  """
893
924
 
894
- class NODE_MT_geometry_node_GEO_INPUT_GIZMO(_bpy_types.Menu):
895
- bl_idname: typing.Any
925
+ class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
926
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
927
+
896
928
  bl_label: typing.Any
897
929
  bl_rna: typing.Any
898
930
  id_data: typing.Any
931
+ menu_path: typing.Any
899
932
 
900
933
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
901
934
  """
@@ -911,17 +944,19 @@ class NODE_MT_geometry_node_GEO_INPUT_GIZMO(_bpy_types.Menu):
911
944
  :rtype: typing.Any
912
945
  """
913
946
 
914
- def draw(self, context) -> None:
947
+ def draw(self, _context) -> None:
915
948
  """
916
949
 
917
- :param context:
950
+ :param _context:
918
951
  """
919
952
 
920
- class NODE_MT_geometry_node_GEO_INPUT_GROUP(_bpy_types.Menu):
921
- bl_idname: typing.Any
953
+ class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
954
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
955
+
922
956
  bl_label: typing.Any
923
957
  bl_rna: typing.Any
924
958
  id_data: typing.Any
959
+ menu_path: typing.Any
925
960
 
926
961
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
927
962
  """
@@ -943,11 +978,13 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(_bpy_types.Menu):
943
978
  :param _context:
944
979
  """
945
980
 
946
- class NODE_MT_geometry_node_GEO_INPUT_SCENE(_bpy_types.Menu):
947
- bl_idname: typing.Any
981
+ class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
982
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
983
+
948
984
  bl_label: typing.Any
949
985
  bl_rna: typing.Any
950
986
  id_data: typing.Any
987
+ menu_path: typing.Any
951
988
 
952
989
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
953
990
  """
@@ -969,8 +1006,9 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(_bpy_types.Menu):
969
1006
  :param context:
970
1007
  """
971
1008
 
972
- class NODE_MT_geometry_node_GEO_INSTANCE(_bpy_types.Menu):
973
- bl_idname: typing.Any
1009
+ class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1010
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
1011
+
974
1012
  bl_label: typing.Any
975
1013
  bl_rna: typing.Any
976
1014
  id_data: typing.Any
@@ -989,14 +1027,15 @@ class NODE_MT_geometry_node_GEO_INSTANCE(_bpy_types.Menu):
989
1027
  :rtype: typing.Any
990
1028
  """
991
1029
 
992
- def draw(self, _context) -> None:
1030
+ def draw(self, context) -> None:
993
1031
  """
994
1032
 
995
- :param _context:
1033
+ :param context:
996
1034
  """
997
1035
 
998
- class NODE_MT_geometry_node_GEO_MATERIAL(_bpy_types.Menu):
999
- bl_idname: typing.Any
1036
+ class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1037
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
1038
+
1000
1039
  bl_label: typing.Any
1001
1040
  bl_rna: typing.Any
1002
1041
  id_data: typing.Any
@@ -1015,14 +1054,15 @@ class NODE_MT_geometry_node_GEO_MATERIAL(_bpy_types.Menu):
1015
1054
  :rtype: typing.Any
1016
1055
  """
1017
1056
 
1018
- def draw(self, _context) -> None:
1057
+ def draw(self, context) -> None:
1019
1058
  """
1020
1059
 
1021
- :param _context:
1060
+ :param context:
1022
1061
  """
1023
1062
 
1024
- class NODE_MT_geometry_node_GEO_MESH(_bpy_types.Menu):
1025
- bl_idname: typing.Any
1063
+ class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1064
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
1065
+
1026
1066
  bl_label: typing.Any
1027
1067
  bl_rna: typing.Any
1028
1068
  id_data: typing.Any
@@ -1047,8 +1087,9 @@ class NODE_MT_geometry_node_GEO_MESH(_bpy_types.Menu):
1047
1087
  :param _context:
1048
1088
  """
1049
1089
 
1050
- class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(_bpy_types.Menu):
1051
- bl_idname: typing.Any
1090
+ class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1091
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
1092
+
1052
1093
  bl_label: typing.Any
1053
1094
  bl_rna: typing.Any
1054
1095
  id_data: typing.Any
@@ -1067,14 +1108,15 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(_bpy_types.Menu):
1067
1108
  :rtype: typing.Any
1068
1109
  """
1069
1110
 
1070
- def draw(self, context) -> None:
1111
+ def draw(self, _context) -> None:
1071
1112
  """
1072
1113
 
1073
- :param context:
1114
+ :param _context:
1074
1115
  """
1075
1116
 
1076
- class NODE_MT_geometry_node_GEO_MESH_READ(_bpy_types.Menu):
1077
- bl_idname: typing.Any
1117
+ class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1118
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
1119
+
1078
1120
  bl_label: typing.Any
1079
1121
  bl_rna: typing.Any
1080
1122
  id_data: typing.Any
@@ -1099,11 +1141,13 @@ class NODE_MT_geometry_node_GEO_MESH_READ(_bpy_types.Menu):
1099
1141
  :param context:
1100
1142
  """
1101
1143
 
1102
- class NODE_MT_geometry_node_GEO_MESH_SAMPLE(_bpy_types.Menu):
1103
- bl_idname: typing.Any
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
+
1104
1147
  bl_label: typing.Any
1105
1148
  bl_rna: typing.Any
1106
1149
  id_data: typing.Any
1150
+ menu_path: typing.Any
1107
1151
 
1108
1152
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1109
1153
  """
@@ -1119,17 +1163,19 @@ class NODE_MT_geometry_node_GEO_MESH_SAMPLE(_bpy_types.Menu):
1119
1163
  :rtype: typing.Any
1120
1164
  """
1121
1165
 
1122
- def draw(self, _context) -> None:
1166
+ def draw(self, context) -> None:
1123
1167
  """
1124
1168
 
1125
- :param _context:
1169
+ :param context:
1126
1170
  """
1127
1171
 
1128
- class NODE_MT_geometry_node_GEO_MESH_WRITE(_bpy_types.Menu):
1129
- bl_idname: typing.Any
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"""
1174
+
1130
1175
  bl_label: typing.Any
1131
1176
  bl_rna: typing.Any
1132
1177
  id_data: typing.Any
1178
+ menu_path: typing.Any
1133
1179
 
1134
1180
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1135
1181
  """
@@ -1151,11 +1197,13 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(_bpy_types.Menu):
1151
1197
  :param context:
1152
1198
  """
1153
1199
 
1154
- class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(_bpy_types.Menu):
1155
- bl_idname: typing.Any
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"""
1202
+
1156
1203
  bl_label: typing.Any
1157
1204
  bl_rna: typing.Any
1158
1205
  id_data: typing.Any
1206
+ menu_path: typing.Any
1159
1207
 
1160
1208
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1161
1209
  """
@@ -1177,11 +1225,13 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(_bpy_types.Menu):
1177
1225
  :param _context:
1178
1226
  """
1179
1227
 
1180
- class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(_bpy_types.Menu):
1181
- bl_idname: typing.Any
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"""
1230
+
1182
1231
  bl_label: typing.Any
1183
1232
  bl_rna: typing.Any
1184
1233
  id_data: typing.Any
1234
+ menu_path: typing.Any
1185
1235
 
1186
1236
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1187
1237
  """
@@ -1197,17 +1247,19 @@ class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(_bpy_types.Menu):
1197
1247
  :rtype: typing.Any
1198
1248
  """
1199
1249
 
1200
- def draw(self, context) -> None:
1250
+ def draw(self, _context) -> None:
1201
1251
  """
1202
1252
 
1203
- :param context:
1253
+ :param _context:
1204
1254
  """
1205
1255
 
1206
- class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(_bpy_types.Menu):
1207
- bl_idname: typing.Any
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"""
1258
+
1208
1259
  bl_label: typing.Any
1209
1260
  bl_rna: typing.Any
1210
1261
  id_data: typing.Any
1262
+ menu_path: typing.Any
1211
1263
 
1212
1264
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1213
1265
  """
@@ -1229,11 +1281,13 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(_bpy_types.Menu):
1229
1281
  :param context:
1230
1282
  """
1231
1283
 
1232
- class NODE_MT_geometry_node_GEO_VOLUME_READ(_bpy_types.Menu):
1233
- bl_idname: typing.Any
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"""
1286
+
1234
1287
  bl_label: typing.Any
1235
1288
  bl_rna: typing.Any
1236
1289
  id_data: typing.Any
1290
+ menu_path: typing.Any
1237
1291
 
1238
1292
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1239
1293
  """
@@ -1249,17 +1303,19 @@ class NODE_MT_geometry_node_GEO_VOLUME_READ(_bpy_types.Menu):
1249
1303
  :rtype: typing.Any
1250
1304
  """
1251
1305
 
1252
- def draw(self, context) -> None:
1306
+ def draw(self, _context) -> None:
1253
1307
  """
1254
1308
 
1255
- :param context:
1309
+ :param _context:
1256
1310
  """
1257
1311
 
1258
- class NODE_MT_geometry_node_GEO_VOLUME_WRITE(_bpy_types.Menu):
1259
- bl_idname: typing.Any
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"""
1314
+
1260
1315
  bl_label: typing.Any
1261
1316
  bl_rna: typing.Any
1262
1317
  id_data: typing.Any
1318
+ menu_path: typing.Any
1263
1319
 
1264
1320
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1265
1321
  """
@@ -1275,17 +1331,19 @@ class NODE_MT_geometry_node_GEO_VOLUME_WRITE(_bpy_types.Menu):
1275
1331
  :rtype: typing.Any
1276
1332
  """
1277
1333
 
1278
- def draw(self, context) -> None:
1334
+ def draw(self, _context) -> None:
1279
1335
  """
1280
1336
 
1281
- :param context:
1337
+ :param _context:
1282
1338
  """
1283
1339
 
1284
- class NODE_MT_geometry_node_add_all(_bpy_types.Menu):
1285
- bl_idname: typing.Any
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"""
1342
+
1286
1343
  bl_label: typing.Any
1287
1344
  bl_rna: typing.Any
1288
1345
  id_data: typing.Any
1346
+ menu_path: typing.Any
1289
1347
 
1290
1348
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1291
1349
  """
@@ -1301,17 +1359,19 @@ class NODE_MT_geometry_node_add_all(_bpy_types.Menu):
1301
1359
  :rtype: typing.Any
1302
1360
  """
1303
1361
 
1304
- def draw(self, context) -> None:
1362
+ def draw(self, _context) -> None:
1305
1363
  """
1306
1364
 
1307
- :param context:
1365
+ :param _context:
1308
1366
  """
1309
1367
 
1310
- class NODE_MT_geometry_node_curve_topology(_bpy_types.Menu):
1311
- bl_idname: typing.Any
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"""
1370
+
1312
1371
  bl_label: typing.Any
1313
1372
  bl_rna: typing.Any
1314
1373
  id_data: typing.Any
1374
+ menu_path: typing.Any
1315
1375
 
1316
1376
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1317
1377
  """
@@ -1327,16 +1387,18 @@ class NODE_MT_geometry_node_curve_topology(_bpy_types.Menu):
1327
1387
  :rtype: typing.Any
1328
1388
  """
1329
1389
 
1330
- def draw(self, _context) -> None:
1390
+ def draw(self, context) -> None:
1331
1391
  """
1332
1392
 
1333
- :param _context:
1393
+ :param context:
1334
1394
  """
1335
1395
 
1336
- class NODE_MT_geometry_node_grease_pencil(_bpy_types.Menu):
1337
- bl_idname: typing.Any
1396
+ class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
1397
+ """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu"""
1398
+
1338
1399
  bl_label: typing.Any
1339
1400
  bl_rna: typing.Any
1401
+ bl_translation_context: typing.Any
1340
1402
  id_data: typing.Any
1341
1403
 
1342
1404
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -1353,17 +1415,19 @@ class NODE_MT_geometry_node_grease_pencil(_bpy_types.Menu):
1353
1415
  :rtype: typing.Any
1354
1416
  """
1355
1417
 
1356
- def draw(self, _context) -> None:
1418
+ def draw(self, context) -> None:
1357
1419
  """
1358
1420
 
1359
- :param _context:
1421
+ :param context:
1360
1422
  """
1361
1423
 
1362
- class NODE_MT_geometry_node_grease_pencil_operations(_bpy_types.Menu):
1363
- bl_idname: typing.Any
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"""
1426
+
1364
1427
  bl_label: typing.Any
1365
1428
  bl_rna: typing.Any
1366
1429
  id_data: typing.Any
1430
+ menu_path: typing.Any
1367
1431
 
1368
1432
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1369
1433
  """
@@ -1379,17 +1443,19 @@ class NODE_MT_geometry_node_grease_pencil_operations(_bpy_types.Menu):
1379
1443
  :rtype: typing.Any
1380
1444
  """
1381
1445
 
1382
- def draw(self, _context) -> None:
1446
+ def draw(self, context) -> None:
1383
1447
  """
1384
1448
 
1385
- :param _context:
1449
+ :param context:
1386
1450
  """
1387
1451
 
1388
- class NODE_MT_geometry_node_grease_pencil_read(_bpy_types.Menu):
1389
- bl_idname: typing.Any
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"""
1454
+
1390
1455
  bl_label: typing.Any
1391
1456
  bl_rna: typing.Any
1392
1457
  id_data: typing.Any
1458
+ menu_path: typing.Any
1393
1459
 
1394
1460
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1395
1461
  """
@@ -1405,17 +1471,19 @@ class NODE_MT_geometry_node_grease_pencil_read(_bpy_types.Menu):
1405
1471
  :rtype: typing.Any
1406
1472
  """
1407
1473
 
1408
- def draw(self, _context) -> None:
1474
+ def draw(self, context) -> None:
1409
1475
  """
1410
1476
 
1411
- :param _context:
1477
+ :param context:
1412
1478
  """
1413
1479
 
1414
- class NODE_MT_geometry_node_grease_pencil_write(_bpy_types.Menu):
1415
- bl_idname: typing.Any
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"""
1482
+
1416
1483
  bl_label: typing.Any
1417
1484
  bl_rna: typing.Any
1418
1485
  id_data: typing.Any
1486
+ menu_path: typing.Any
1419
1487
 
1420
1488
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1421
1489
  """
@@ -1431,17 +1499,19 @@ class NODE_MT_geometry_node_grease_pencil_write(_bpy_types.Menu):
1431
1499
  :rtype: typing.Any
1432
1500
  """
1433
1501
 
1434
- def draw(self, _context) -> None:
1502
+ def draw(self, context) -> None:
1435
1503
  """
1436
1504
 
1437
- :param _context:
1505
+ :param context:
1438
1506
  """
1439
1507
 
1440
- class NODE_MT_geometry_node_mesh_topology(_bpy_types.Menu):
1441
- bl_idname: typing.Any
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"""
1510
+
1442
1511
  bl_label: typing.Any
1443
1512
  bl_rna: typing.Any
1444
1513
  id_data: typing.Any
1514
+ menu_path: typing.Any
1445
1515
 
1446
1516
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1447
1517
  """
@@ -1457,17 +1527,19 @@ class NODE_MT_geometry_node_mesh_topology(_bpy_types.Menu):
1457
1527
  :rtype: typing.Any
1458
1528
  """
1459
1529
 
1460
- def draw(self, _context) -> None:
1530
+ def draw(self, context) -> None:
1461
1531
  """
1462
1532
 
1463
- :param _context:
1533
+ :param context:
1464
1534
  """
1465
1535
 
1466
- class NODE_MT_geometry_node_volume_sample(_bpy_types.Menu):
1467
- bl_idname: typing.Any
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"""
1538
+
1468
1539
  bl_label: typing.Any
1469
1540
  bl_rna: typing.Any
1470
1541
  id_data: typing.Any
1542
+ menu_path: typing.Any
1471
1543
 
1472
1544
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1473
1545
  """