fake-bpy-module-latest 20251003__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 (137) 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 +42 -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/node_add_menu/__init__.pyi +13 -6
  22. bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
  23. bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
  24. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  25. bl_ui/node_add_menu_texture/__init__.pyi +1 -1
  26. bl_ui/properties_constraint/__init__.pyi +68 -0
  27. bl_ui/properties_object/__init__.pyi +37 -0
  28. bl_ui/properties_paint_common/__init__.pyi +23 -3
  29. bl_ui/properties_strip/__init__.pyi +786 -0
  30. bl_ui/properties_strip_modifier/__init__.pyi +47 -0
  31. bl_ui/properties_view_layer/__init__.pyi +7 -0
  32. bl_ui/space_clip/__init__.pyi +1 -0
  33. bl_ui/space_dopesheet/__init__.pyi +56 -0
  34. bl_ui/space_image/__init__.pyi +2 -2
  35. bl_ui/space_node/__init__.pyi +29 -2
  36. bl_ui/space_properties/__init__.pyi +31 -0
  37. bl_ui/space_sequencer/__init__.pyi +42 -772
  38. bl_ui/space_time/__init__.pyi +54 -0
  39. bl_ui/space_topbar/__init__.pyi +7 -0
  40. bl_ui/space_userpref/__init__.pyi +7 -2
  41. bl_ui/space_view3d/__init__.pyi +38 -10
  42. bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
  43. bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
  44. blf/__init__.pyi +9 -6
  45. bmesh/ops/__init__.pyi +3 -0
  46. bmesh/types/__init__.pyi +184 -36
  47. bmesh/utils/__init__.pyi +22 -5
  48. bpy/app/__init__.pyi +54 -52
  49. bpy/app/translations/__init__.pyi +1 -1
  50. bpy/ops/anim/__init__.pyi +18 -12
  51. bpy/ops/armature/__init__.pyi +1 -1
  52. bpy/ops/curves/__init__.pyi +3 -3
  53. bpy/ops/export_anim/__init__.pyi +3 -0
  54. bpy/ops/export_scene/__init__.pyi +1 -1
  55. bpy/ops/geometry/__init__.pyi +0 -83
  56. bpy/ops/grease_pencil/__init__.pyi +3 -3
  57. bpy/ops/import_anim/__init__.pyi +2 -2
  58. bpy/ops/mesh/__init__.pyi +2 -2
  59. bpy/ops/nla/__init__.pyi +1 -1
  60. bpy/ops/node/__init__.pyi +29 -7
  61. bpy/ops/object/__init__.pyi +93 -0
  62. bpy/ops/pose/__init__.pyi +4 -4
  63. bpy/ops/render/__init__.pyi +4 -1
  64. bpy/ops/screen/__init__.pyi +29 -0
  65. bpy/ops/sculpt/__init__.pyi +30 -41
  66. bpy/ops/sequencer/__init__.pyi +67 -3
  67. bpy/ops/text/__init__.pyi +3 -0
  68. bpy/ops/transform/__init__.pyi +10 -3
  69. bpy/ops/uv/__init__.pyi +54 -0
  70. bpy/ops/wm/__init__.pyi +20 -32
  71. bpy/props/__init__.pyi +5 -11
  72. bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  73. bpy/types/__init__.pyi +7912 -3664
  74. bpy/utils/__init__.pyi +3 -3
  75. bpy/utils/previews/__init__.pyi +1 -1
  76. bpy_extras/anim_utils/__init__.pyi +9 -0
  77. bpy_extras/id_map_utils/__init__.pyi +15 -6
  78. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  79. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
  80. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +137 -128
  81. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
  82. freestyle/utils/__init__.pyi +1 -1
  83. gpu/matrix/__init__.pyi +1 -1
  84. gpu/shader/__init__.pyi +22 -1
  85. gpu/state/__init__.pyi +77 -27
  86. gpu/types/__init__.pyi +91 -20
  87. gpu_extras/presets/__init__.pyi +7 -0
  88. idprop/types/__init__.pyi +6 -2
  89. imbuf/__init__.pyi +2 -2
  90. imbuf/types/__init__.pyi +2 -2
  91. keyingsets_builtins/__init__.pyi +1 -1
  92. mathutils/__init__.pyi +53 -29
  93. mathutils/bvhtree/__init__.pyi +3 -2
  94. mathutils/geometry/__init__.pyi +31 -13
  95. mathutils/interpolate/__init__.pyi +4 -2
  96. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  97. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  98. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  99. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  100. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
  101. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
  102. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
  103. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
  104. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  105. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  106. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  107. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  108. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  109. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  110. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  111. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  112. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  113. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  114. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  115. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  116. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  117. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  118. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  119. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  120. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  121. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  122. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  123. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  124. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  125. {console_python → _console_python}/__init__.pyi +0 -0
  126. {console_python → _console_python}/py.typed +0 -0
  127. {console_shell → _console_shell}/__init__.pyi +0 -0
  128. {console_shell → _console_shell}/py.typed +0 -0
  129. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  130. {graphviz_export → _graphviz_export}/py.typed +0 -0
  131. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  132. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  133. {rna_info → _rna_info}/__init__.pyi +0 -0
  134. {rna_info → _rna_info}/py.typed +0 -0
  135. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  136. {rna_xml → _rna_xml}/py.typed +0 -0
  137. {fake_bpy_module_latest-20251003.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
@@ -117,7 +117,7 @@ class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
117
117
  """
118
118
 
119
119
  class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
120
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
120
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
121
121
 
122
122
  bl_label: typing.Any
123
123
  bl_rna: typing.Any
@@ -144,7 +144,7 @@ class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
144
144
  """
145
145
 
146
146
  class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
147
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
147
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
148
148
 
149
149
  bl_label: typing.Any
150
150
  bl_rna: typing.Any
@@ -171,7 +171,7 @@ class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
171
171
  """
172
172
 
173
173
  class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
174
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
174
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
175
175
 
176
176
  bl_label: typing.Any
177
177
  bl_rna: typing.Any
@@ -199,7 +199,7 @@ class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
199
199
  """
200
200
 
201
201
  class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
202
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
202
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
203
203
 
204
204
  bl_label: typing.Any
205
205
  bl_rna: typing.Any
@@ -227,7 +227,7 @@ class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
227
227
  """
228
228
 
229
229
  class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
230
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
230
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
231
231
 
232
232
  bl_label: typing.Any
233
233
  bl_rna: typing.Any
@@ -255,7 +255,7 @@ class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
255
255
  """
256
256
 
257
257
  class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
258
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
258
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
259
259
 
260
260
  bl_label: typing.Any
261
261
  bl_rna: typing.Any
@@ -283,7 +283,7 @@ class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
283
283
  """
284
284
 
285
285
  class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
286
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
286
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
287
287
 
288
288
  bl_label: typing.Any
289
289
  bl_rna: typing.Any
@@ -311,7 +311,7 @@ class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
311
311
  """
312
312
 
313
313
  class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
314
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
314
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
315
315
 
316
316
  bl_label: typing.Any
317
317
  bl_rna: typing.Any
@@ -339,7 +339,7 @@ class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
339
339
  """
340
340
 
341
341
  class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
342
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
342
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
343
343
 
344
344
  bl_label: typing.Any
345
345
  bl_rna: typing.Any
@@ -366,7 +366,7 @@ class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
366
366
  """
367
367
 
368
368
  class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
369
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
369
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
370
370
 
371
371
  bl_label: typing.Any
372
372
  bl_rna: typing.Any
@@ -394,7 +394,7 @@ class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
394
394
  """
395
395
 
396
396
  class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
397
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
397
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
398
398
 
399
399
  bl_label: typing.Any
400
400
  bl_rna: typing.Any
@@ -422,7 +422,7 @@ class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
422
422
  """
423
423
 
424
424
  class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
425
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
425
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
426
426
 
427
427
  bl_label: typing.Any
428
428
  bl_rna: typing.Any
@@ -450,7 +450,7 @@ class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
450
450
  """
451
451
 
452
452
  class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
453
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
453
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
454
454
 
455
455
  bl_label: typing.Any
456
456
  bl_rna: typing.Any
@@ -478,7 +478,7 @@ class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
478
478
  """
479
479
 
480
480
  class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
481
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
481
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
482
482
 
483
483
  bl_label: typing.Any
484
484
  bl_rna: typing.Any
@@ -505,7 +505,7 @@ class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
505
505
  """
506
506
 
507
507
  class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
508
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
508
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
509
509
 
510
510
  bl_label: typing.Any
511
511
  bl_rna: typing.Any
@@ -533,7 +533,7 @@ class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
533
533
  """
534
534
 
535
535
  class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
536
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
536
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
537
537
 
538
538
  bl_label: typing.Any
539
539
  bl_rna: typing.Any
@@ -561,7 +561,7 @@ class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
561
561
  """
562
562
 
563
563
  class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
564
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
564
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
565
565
 
566
566
  bl_label: typing.Any
567
567
  bl_rna: typing.Any
@@ -589,7 +589,7 @@ class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
589
589
  """
590
590
 
591
591
  class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
592
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
592
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
593
593
 
594
594
  bl_label: typing.Any
595
595
  bl_rna: typing.Any
@@ -616,7 +616,7 @@ class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
616
616
  """
617
617
 
618
618
  class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
619
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
619
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
620
620
 
621
621
  bl_label: typing.Any
622
622
  bl_rna: typing.Any
@@ -645,7 +645,7 @@ class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
645
645
  """
646
646
 
647
647
  class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
648
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
648
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
649
649
 
650
650
  bl_label: typing.Any
651
651
  bl_rna: typing.Any
@@ -673,7 +673,7 @@ class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
673
673
  """
674
674
 
675
675
  class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
676
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
676
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
677
677
 
678
678
  bl_label: typing.Any
679
679
  bl_rna: typing.Any
@@ -701,7 +701,7 @@ class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
701
701
  """
702
702
 
703
703
  class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
704
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
704
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
705
705
 
706
706
  bl_label: typing.Any
707
707
  bl_rna: typing.Any
@@ -729,7 +729,7 @@ class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
729
729
  """
730
730
 
731
731
  class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
732
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
732
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
733
733
 
734
734
  bl_label: typing.Any
735
735
  bl_rna: typing.Any
@@ -757,7 +757,7 @@ class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
757
757
  """
758
758
 
759
759
  class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
760
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
760
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
761
761
 
762
762
  bl_label: typing.Any
763
763
  bl_rna: typing.Any
@@ -784,7 +784,7 @@ class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
784
784
  """
785
785
 
786
786
  class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
787
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
787
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
788
788
 
789
789
  bl_label: typing.Any
790
790
  bl_rna: typing.Any
@@ -812,7 +812,7 @@ class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
812
812
  """
813
813
 
814
814
  class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
815
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
815
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
816
816
 
817
817
  bl_label: typing.Any
818
818
  bl_rna: typing.Any
@@ -839,7 +839,7 @@ class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
839
839
  """
840
840
 
841
841
  class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
842
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
842
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
843
843
 
844
844
  bl_label: typing.Any
845
845
  bl_rna: typing.Any
@@ -867,7 +867,7 @@ class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
867
867
  """
868
868
 
869
869
  class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
870
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
870
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
871
871
 
872
872
  bl_label: typing.Any
873
873
  bl_rna: typing.Any
@@ -895,7 +895,7 @@ class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
895
895
  """
896
896
 
897
897
  class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
898
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
898
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
899
899
 
900
900
  bl_label: typing.Any
901
901
  bl_rna: typing.Any
@@ -923,7 +923,7 @@ class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
923
923
  """
924
924
 
925
925
  class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
926
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
926
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
927
927
 
928
928
  bl_label: typing.Any
929
929
  bl_rna: typing.Any
@@ -951,7 +951,7 @@ class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
951
951
  """
952
952
 
953
953
  class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
954
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
954
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
955
955
 
956
956
  bl_label: typing.Any
957
957
  bl_rna: typing.Any
@@ -979,7 +979,7 @@ class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
979
979
  """
980
980
 
981
981
  class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
982
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
982
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
983
983
 
984
984
  bl_label: typing.Any
985
985
  bl_rna: typing.Any
@@ -1007,7 +1007,7 @@ class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
1007
1007
  """
1008
1008
 
1009
1009
  class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
1010
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1010
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1011
1011
 
1012
1012
  bl_label: typing.Any
1013
1013
  bl_rna: typing.Any
@@ -1035,7 +1035,7 @@ class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
1035
1035
  """
1036
1036
 
1037
1037
  class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1038
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1038
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1039
1039
 
1040
1040
  bl_label: typing.Any
1041
1041
  bl_rna: typing.Any
@@ -1062,7 +1062,7 @@ class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
1062
1062
  """
1063
1063
 
1064
1064
  class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1065
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1065
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1066
1066
 
1067
1067
  bl_label: typing.Any
1068
1068
  bl_rna: typing.Any
@@ -1089,7 +1089,7 @@ class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
1089
1089
  """
1090
1090
 
1091
1091
  class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1092
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1092
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1093
1093
 
1094
1094
  bl_label: typing.Any
1095
1095
  bl_rna: typing.Any
@@ -1116,7 +1116,7 @@ class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
1116
1116
  """
1117
1117
 
1118
1118
  class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1119
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1119
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1120
1120
 
1121
1121
  bl_label: typing.Any
1122
1122
  bl_rna: typing.Any
@@ -1143,7 +1143,7 @@ class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
1143
1143
  """
1144
1144
 
1145
1145
  class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1146
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1146
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
1147
1147
 
1148
1148
  bl_label: typing.Any
1149
1149
  bl_rna: typing.Any
@@ -1170,7 +1170,7 @@ class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
1170
1170
  """
1171
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
@@ -62,7 +62,7 @@ class NODE_MT_shader_node_color_base(bl_ui.node_add_menu.NodeMenu):
62
62
  """
63
63
 
64
64
  class NODE_MT_shader_node_displacement_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
@@ -89,7 +89,7 @@ class NODE_MT_shader_node_displacement_base(bl_ui.node_add_menu.NodeMenu):
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
@@ -116,7 +116,7 @@ class NODE_MT_shader_node_input_base(bl_ui.node_add_menu.NodeMenu):
116
116
  """
117
117
 
118
118
  class NODE_MT_shader_node_math_base(bl_ui.node_add_menu.NodeMenu):
119
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
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
@@ -144,7 +144,7 @@ class NODE_MT_shader_node_math_base(bl_ui.node_add_menu.NodeMenu):
144
144
  """
145
145
 
146
146
  class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
147
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
147
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
148
148
 
149
149
  bl_label: typing.Any
150
150
  bl_rna: typing.Any
@@ -171,7 +171,7 @@ class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
171
171
  """
172
172
 
173
173
  class NODE_MT_shader_node_shader_base(bl_ui.node_add_menu.NodeMenu):
174
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
174
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
175
175
 
176
176
  bl_label: typing.Any
177
177
  bl_rna: typing.Any
@@ -198,7 +198,7 @@ class NODE_MT_shader_node_shader_base(bl_ui.node_add_menu.NodeMenu):
198
198
  """
199
199
 
200
200
  class NODE_MT_shader_node_texture_base(bl_ui.node_add_menu.NodeMenu):
201
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
201
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
202
202
 
203
203
  bl_label: typing.Any
204
204
  bl_rna: typing.Any
@@ -225,7 +225,7 @@ class NODE_MT_shader_node_texture_base(bl_ui.node_add_menu.NodeMenu):
225
225
  """
226
226
 
227
227
  class NODE_MT_shader_node_utilities_base(bl_ui.node_add_menu.NodeMenu):
228
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
228
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
229
229
 
230
230
  bl_label: typing.Any
231
231
  bl_rna: typing.Any
@@ -252,7 +252,7 @@ class NODE_MT_shader_node_utilities_base(bl_ui.node_add_menu.NodeMenu):
252
252
  """
253
253
 
254
254
  class NODE_MT_shader_node_vector_base(bl_ui.node_add_menu.NodeMenu):
255
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
255
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
256
256
 
257
257
  bl_label: typing.Any
258
258
  bl_rna: typing.Any
@@ -7,7 +7,7 @@ import bl_ui.node_add_menu
7
7
  import bpy.types
8
8
 
9
9
  class NODE_MT_texture_node_all_base(bl_ui.node_add_menu.NodeMenu):
10
- """A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
10
+ """A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
11
11
 
12
12
  bl_label: typing.Any
13
13
  bl_rna: typing.Any
@@ -377,6 +377,37 @@ class BONE_PT_bFollowTrackConstraint(
377
377
  :param context:
378
378
  """
379
379
 
380
+ class BONE_PT_bGeometryAttributeConstraint(
381
+ ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
382
+ ):
383
+ bl_context: typing.Any
384
+ bl_label: typing.Any
385
+ bl_options: typing.Any
386
+ bl_region_type: typing.Any
387
+ bl_rna: typing.Any
388
+ bl_space_type: typing.Any
389
+ id_data: typing.Any
390
+
391
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
392
+ """
393
+
394
+ :return: The RNA type or default when not found.
395
+ :rtype: bpy.types.Struct
396
+ """
397
+
398
+ def bl_rna_get_subclass_py(self) -> typing.Any:
399
+ """
400
+
401
+ :return: The class or default when not found.
402
+ :rtype: typing.Any
403
+ """
404
+
405
+ def draw(self, context) -> None:
406
+ """
407
+
408
+ :param context:
409
+ """
410
+
380
411
  class BONE_PT_bKinematicConstraint(
381
412
  ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
382
413
  ):
@@ -1282,6 +1313,12 @@ class ConstraintButtonsPanel:
1282
1313
  :param context:
1283
1314
  """
1284
1315
 
1316
+ def draw_geometry_attribute(self, context) -> None:
1317
+ """
1318
+
1319
+ :param context:
1320
+ """
1321
+
1285
1322
  def draw_header(self, context) -> None:
1286
1323
  """
1287
1324
 
@@ -1886,6 +1923,37 @@ class OBJECT_PT_bFollowTrackConstraint(
1886
1923
  :param context:
1887
1924
  """
1888
1925
 
1926
+ class OBJECT_PT_bGeometryAttributeConstraint(
1927
+ ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
1928
+ ):
1929
+ bl_context: typing.Any
1930
+ bl_label: typing.Any
1931
+ bl_options: typing.Any
1932
+ bl_region_type: typing.Any
1933
+ bl_rna: typing.Any
1934
+ bl_space_type: typing.Any
1935
+ id_data: typing.Any
1936
+
1937
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1938
+ """
1939
+
1940
+ :return: The RNA type or default when not found.
1941
+ :rtype: bpy.types.Struct
1942
+ """
1943
+
1944
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1945
+ """
1946
+
1947
+ :return: The class or default when not found.
1948
+ :rtype: typing.Any
1949
+ """
1950
+
1951
+ def draw(self, context) -> None:
1952
+ """
1953
+
1954
+ :param context:
1955
+ """
1956
+
1889
1957
  class OBJECT_PT_bKinematicConstraint(
1890
1958
  ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
1891
1959
  ):