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

Files changed (104) hide show
  1. bl_i18n_utils/utils/__init__.pyi +8 -4
  2. bl_operators/anim/__init__.pyi +10 -5
  3. bl_operators/assets/__init__.pyi +6 -3
  4. bl_operators/bone_selection_sets/__init__.pyi +6 -3
  5. bl_operators/clip/__init__.pyi +20 -10
  6. bl_operators/connect_to_output/__init__.pyi +12 -6
  7. bl_operators/console/__init__.pyi +10 -5
  8. bl_operators/constraint/__init__.pyi +8 -4
  9. bl_operators/freestyle/__init__.pyi +8 -4
  10. bl_operators/geometry_nodes/__init__.pyi +12 -6
  11. bl_operators/image/__init__.pyi +4 -2
  12. bl_operators/image_as_planes/__init__.pyi +5 -4
  13. bl_operators/mesh/__init__.pyi +6 -3
  14. bl_operators/node/__init__.pyi +20 -10
  15. bl_operators/node_editor/node_functions/__init__.pyi +2 -1
  16. bl_operators/object/__init__.pyi +22 -11
  17. bl_operators/object_align/__init__.pyi +2 -1
  18. bl_operators/object_quick_effects/__init__.pyi +2 -1
  19. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  20. bl_operators/presets/__init__.pyi +10 -5
  21. bl_operators/rigidbody/__init__.pyi +6 -3
  22. bl_operators/sequencer/__init__.pyi +12 -6
  23. bl_operators/spreadsheet/__init__.pyi +2 -1
  24. bl_operators/userpref/__init__.pyi +12 -6
  25. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  26. bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
  27. bl_operators/uvcalc_transform/__init__.pyi +4 -2
  28. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  29. bl_operators/view3d/__init__.pyi +18 -11
  30. bl_operators/wm/__init__.pyi +48 -25
  31. bl_operators/world/__init__.pyi +2 -1
  32. bl_ui/__init__.pyi +6 -3
  33. bl_ui/asset_shelf/__init__.pyi +2 -1
  34. bl_ui/properties_collection/__init__.pyi +2 -1
  35. bl_ui/properties_constraint/__init__.pyi +10 -5
  36. bl_ui/properties_data_armature/__init__.pyi +14 -7
  37. bl_ui/properties_data_bone/__init__.pyi +12 -6
  38. bl_ui/properties_data_camera/__init__.pyi +4 -2
  39. bl_ui/properties_data_curve/__init__.pyi +16 -8
  40. bl_ui/properties_data_curves/__init__.pyi +4 -2
  41. bl_ui/properties_data_empty/__init__.pyi +4 -2
  42. bl_ui/properties_data_gpencil/__init__.pyi +6 -3
  43. bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
  44. bl_ui/properties_data_lattice/__init__.pyi +2 -1
  45. bl_ui/properties_data_light/__init__.pyi +12 -6
  46. bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
  47. bl_ui/properties_data_mesh/__init__.pyi +6 -3
  48. bl_ui/properties_data_metaball/__init__.pyi +4 -2
  49. bl_ui/properties_data_modifier/__init__.pyi +8 -4
  50. bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
  51. bl_ui/properties_data_speaker/__init__.pyi +2 -1
  52. bl_ui/properties_data_volume/__init__.pyi +2 -1
  53. bl_ui/properties_freestyle/__init__.pyi +12 -6
  54. bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
  55. bl_ui/properties_mask_common/__init__.pyi +14 -7
  56. bl_ui/properties_material/__init__.pyi +15 -8
  57. bl_ui/properties_material_gpencil/__init__.pyi +4 -2
  58. bl_ui/properties_object/__init__.pyi +12 -6
  59. bl_ui/properties_output/__init__.pyi +12 -6
  60. bl_ui/properties_paint_common/__init__.pyi +31 -18
  61. bl_ui/properties_particle/__init__.pyi +82 -41
  62. bl_ui/properties_physics_cloth/__init__.pyi +2 -1
  63. bl_ui/properties_physics_common/__init__.pyi +6 -5
  64. bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
  65. bl_ui/properties_physics_field/__init__.pyi +24 -12
  66. bl_ui/properties_physics_fluid/__init__.pyi +70 -35
  67. bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
  68. bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
  69. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
  70. bl_ui/properties_physics_softbody/__init__.pyi +2 -1
  71. bl_ui/properties_render/__init__.pyi +81 -41
  72. bl_ui/properties_scene/__init__.pyi +10 -5
  73. bl_ui/properties_texture/__init__.pyi +16 -8
  74. bl_ui/properties_view_layer/__init__.pyi +2 -1
  75. bl_ui/properties_world/__init__.pyi +14 -7
  76. bl_ui/space_clip/__init__.pyi +34 -17
  77. bl_ui/space_dopesheet/__init__.pyi +20 -10
  78. bl_ui/space_filebrowser/__init__.pyi +20 -10
  79. bl_ui/space_image/__init__.pyi +34 -17
  80. bl_ui/space_nla/__init__.pyi +2 -1
  81. bl_ui/space_node/__init__.pyi +18 -9
  82. bl_ui/space_outliner/__init__.pyi +8 -4
  83. bl_ui/space_sequencer/__init__.pyi +76 -38
  84. bl_ui/space_text/__init__.pyi +2 -1
  85. bl_ui/space_time/__init__.pyi +8 -4
  86. bl_ui/space_toolsystem_common/__init__.pyi +22 -13
  87. bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
  88. bl_ui/space_topbar/__init__.pyi +12 -6
  89. bl_ui/space_userpref/__init__.pyi +44 -22
  90. bl_ui/space_view3d/__init__.pyi +93 -47
  91. bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
  92. bl_ui/temp_anim_layers/__init__.pyi +2 -1
  93. bl_ui/utils/__init__.pyi +4 -2
  94. bpy/ops/image/__init__.pyi +14 -56
  95. bpy/ops/sequencer/__init__.pyi +1 -1
  96. bpy_extras/asset_utils/__init__.pyi +6 -3
  97. bpy_types/__init__.pyi +8 -4
  98. {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240716.dist-info}/METADATA +1 -1
  99. {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240716.dist-info}/RECORD +104 -104
  100. nodeitems_builtins/__init__.pyi +4 -2
  101. nodeitems_utils/__init__.pyi +6 -3
  102. rna_prop_ui/__init__.pyi +2 -1
  103. {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240716.dist-info}/WHEEL +0 -0
  104. {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240716.dist-info}/top_level.txt +0 -0
@@ -985,7 +985,8 @@ class TOPBAR_PT_gpencil_materials(
985
985
  """Returns the property from the path, raise an exception when not found."""
986
986
  ...
987
987
 
988
- def poll(self, context):
988
+ @classmethod
989
+ def poll(cls, context):
989
990
  """
990
991
 
991
992
  :param context:
@@ -1214,7 +1215,8 @@ class TOPBAR_PT_gpencil_vertexcolor(
1214
1215
  """Returns the property from the path, raise an exception when not found."""
1215
1216
  ...
1216
1217
 
1217
- def poll(self, context):
1218
+ @classmethod
1219
+ def poll(cls, context):
1218
1220
  """
1219
1221
 
1220
1222
  :param context:
@@ -3645,7 +3647,8 @@ class VIEW3D_HT_header(bpy_types._GenericUI):
3645
3647
  """
3646
3648
  ...
3647
3649
 
3648
- def draw_xform_template(self, layout, context):
3650
+ @staticmethod
3651
+ def draw_xform_template(layout, context):
3649
3652
  """
3650
3653
 
3651
3654
  :param layout:
@@ -5365,7 +5368,8 @@ class VIEW3D_MT_bone_collections(bpy_types._GenericUI):
5365
5368
  """Returns the property from the path, raise an exception when not found."""
5366
5369
  ...
5367
5370
 
5368
- def poll(self, context):
5371
+ @classmethod
5372
+ def poll(cls, context):
5369
5373
  """
5370
5374
 
5371
5375
  :param context:
@@ -25433,7 +25437,8 @@ class VIEW3D_MT_gpencil_animation(bpy_types._GenericUI):
25433
25437
  """Returns the property from the path, raise an exception when not found."""
25434
25438
  ...
25435
25439
 
25436
- def poll(self, context):
25440
+ @classmethod
25441
+ def poll(cls, context):
25437
25442
  """
25438
25443
 
25439
25444
  :param context:
@@ -27610,7 +27615,8 @@ class VIEW3D_MT_greasepencil_material_active(bpy_types._GenericUI):
27610
27615
  """Returns the property from the path, raise an exception when not found."""
27611
27616
  ...
27612
27617
 
27613
- def poll(self, context):
27618
+ @classmethod
27619
+ def poll(cls, context):
27614
27620
  """
27615
27621
 
27616
27622
  :param context:
@@ -37217,7 +37223,8 @@ class VIEW3D_MT_paint_weight(bpy_types._GenericUI):
37217
37223
  """
37218
37224
  ...
37219
37225
 
37220
- def draw_generic(self, layout, is_editmode=False):
37226
+ @staticmethod
37227
+ def draw_generic(layout, is_editmode=False):
37221
37228
  """
37222
37229
 
37223
37230
  :param layout:
@@ -56876,7 +56883,8 @@ class VIEW3D_PT_active_tool(
56876
56883
  """Returns the property from the path, raise an exception when not found."""
56877
56884
  ...
56878
56885
 
56879
- def poll(self, context):
56886
+ @classmethod
56887
+ def poll(cls, context):
56880
56888
  """
56881
56889
 
56882
56890
  :param context:
@@ -57105,7 +57113,8 @@ class VIEW3D_PT_active_tool_duplicate(
57105
57113
  """Returns the property from the path, raise an exception when not found."""
57106
57114
  ...
57107
57115
 
57108
- def poll(self, context):
57116
+ @classmethod
57117
+ def poll(cls, context):
57109
57118
  """
57110
57119
 
57111
57120
  :param context:
@@ -57789,7 +57798,8 @@ class VIEW3D_PT_context_properties(bpy_types._GenericUI):
57789
57798
  """Returns the property from the path, raise an exception when not found."""
57790
57799
  ...
57791
57800
 
57792
- def poll(self, context):
57801
+ @classmethod
57802
+ def poll(cls, context):
57793
57803
  """
57794
57804
 
57795
57805
  :param context:
@@ -61931,7 +61941,8 @@ class VIEW3D_PT_overlay_bones(bpy_types._GenericUI):
61931
61941
  """
61932
61942
  ...
61933
61943
 
61934
- def is_using_wireframe(self, context):
61944
+ @staticmethod
61945
+ def is_using_wireframe(context):
61935
61946
  """
61936
61947
 
61937
61948
  :param context:
@@ -61983,7 +61994,8 @@ class VIEW3D_PT_overlay_bones(bpy_types._GenericUI):
61983
61994
  """Returns the property from the path, raise an exception when not found."""
61984
61995
  ...
61985
61996
 
61986
- def poll(self, context):
61997
+ @classmethod
61998
+ def poll(cls, context):
61987
61999
  """
61988
62000
 
61989
62001
  :param context:
@@ -62208,7 +62220,8 @@ class VIEW3D_PT_overlay_edit_curve(bpy_types._GenericUI):
62208
62220
  """Returns the property from the path, raise an exception when not found."""
62209
62221
  ...
62210
62222
 
62211
- def poll(self, context):
62223
+ @classmethod
62224
+ def poll(cls, context):
62212
62225
  """
62213
62226
 
62214
62227
  :param context:
@@ -62434,7 +62447,8 @@ class VIEW3D_PT_overlay_edit_mesh(bpy_types._GenericUI):
62434
62447
  """Returns the property from the path, raise an exception when not found."""
62435
62448
  ...
62436
62449
 
62437
- def poll(self, context):
62450
+ @classmethod
62451
+ def poll(cls, context):
62438
62452
  """
62439
62453
 
62440
62454
  :param context:
@@ -62660,7 +62674,8 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy_types._GenericUI):
62660
62674
  """Returns the property from the path, raise an exception when not found."""
62661
62675
  ...
62662
62676
 
62663
- def poll(self, context):
62677
+ @classmethod
62678
+ def poll(cls, context):
62664
62679
  """
62665
62680
 
62666
62681
  :param context:
@@ -62886,7 +62901,8 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy_types._GenericUI):
62886
62901
  """Returns the property from the path, raise an exception when not found."""
62887
62902
  ...
62888
62903
 
62889
- def poll(self, context):
62904
+ @classmethod
62905
+ def poll(cls, context):
62890
62906
  """
62891
62907
 
62892
62908
  :param context:
@@ -63112,7 +63128,8 @@ class VIEW3D_PT_overlay_edit_mesh_normals(bpy_types._GenericUI):
63112
63128
  """Returns the property from the path, raise an exception when not found."""
63113
63129
  ...
63114
63130
 
63115
- def poll(self, context):
63131
+ @classmethod
63132
+ def poll(cls, context):
63116
63133
  """
63117
63134
 
63118
63135
  :param context:
@@ -63338,7 +63355,8 @@ class VIEW3D_PT_overlay_edit_mesh_shading(bpy_types._GenericUI):
63338
63355
  """Returns the property from the path, raise an exception when not found."""
63339
63356
  ...
63340
63357
 
63341
- def poll(self, context):
63358
+ @classmethod
63359
+ def poll(cls, context):
63342
63360
  """
63343
63361
 
63344
63362
  :param context:
@@ -63783,7 +63801,8 @@ class VIEW3D_PT_overlay_gpencil_options(bpy_types._GenericUI):
63783
63801
  """Returns the property from the path, raise an exception when not found."""
63784
63802
  ...
63785
63803
 
63786
- def poll(self, context):
63804
+ @classmethod
63805
+ def poll(cls, context):
63787
63806
  """
63788
63807
 
63789
63808
  :param context:
@@ -64009,7 +64028,8 @@ class VIEW3D_PT_overlay_grease_pencil_options(bpy_types._GenericUI):
64009
64028
  """Returns the property from the path, raise an exception when not found."""
64010
64029
  ...
64011
64030
 
64012
- def poll(self, context):
64031
+ @classmethod
64032
+ def poll(cls, context):
64013
64033
  """
64014
64034
 
64015
64035
  :param context:
@@ -64899,7 +64919,8 @@ class VIEW3D_PT_overlay_sculpt(bpy_types._GenericUI):
64899
64919
  """Returns the property from the path, raise an exception when not found."""
64900
64920
  ...
64901
64921
 
64902
- def poll(self, context):
64922
+ @classmethod
64923
+ def poll(cls, context):
64903
64924
  """
64904
64925
 
64905
64926
  :param context:
@@ -65125,7 +65146,8 @@ class VIEW3D_PT_overlay_sculpt_curves(bpy_types._GenericUI):
65125
65146
  """Returns the property from the path, raise an exception when not found."""
65126
65147
  ...
65127
65148
 
65128
- def poll(self, context):
65149
+ @classmethod
65150
+ def poll(cls, context):
65129
65151
  """
65130
65152
 
65131
65153
  :param context:
@@ -65350,7 +65372,8 @@ class VIEW3D_PT_overlay_texture_paint(bpy_types._GenericUI):
65350
65372
  """Returns the property from the path, raise an exception when not found."""
65351
65373
  ...
65352
65374
 
65353
- def poll(self, context):
65375
+ @classmethod
65376
+ def poll(cls, context):
65354
65377
  """
65355
65378
 
65356
65379
  :param context:
@@ -65575,7 +65598,8 @@ class VIEW3D_PT_overlay_vertex_paint(bpy_types._GenericUI):
65575
65598
  """Returns the property from the path, raise an exception when not found."""
65576
65599
  ...
65577
65600
 
65578
- def poll(self, context):
65601
+ @classmethod
65602
+ def poll(cls, context):
65579
65603
  """
65580
65604
 
65581
65605
  :param context:
@@ -66020,7 +66044,8 @@ class VIEW3D_PT_overlay_weight_paint(bpy_types._GenericUI):
66020
66044
  """Returns the property from the path, raise an exception when not found."""
66021
66045
  ...
66022
66046
 
66023
- def poll(self, context):
66047
+ @classmethod
66048
+ def poll(cls, context):
66024
66049
  """
66025
66050
 
66026
66051
  :param context:
@@ -67120,7 +67145,8 @@ class VIEW3D_PT_quad_view(bpy_types._GenericUI):
67120
67145
  """Returns the property from the path, raise an exception when not found."""
67121
67146
  ...
67122
67147
 
67123
- def poll(self, context):
67148
+ @classmethod
67149
+ def poll(cls, context):
67124
67150
  """
67125
67151
 
67126
67152
  :param context:
@@ -67902,7 +67928,8 @@ class VIEW3D_PT_shading(bpy_types._GenericUI):
67902
67928
  """
67903
67929
  ...
67904
67930
 
67905
- def get_shading(self, context):
67931
+ @classmethod
67932
+ def get_shading(cls, context):
67906
67933
  """
67907
67934
 
67908
67935
  :param context:
@@ -68447,7 +68474,8 @@ class VIEW3D_PT_shading_compositor(bpy_types._GenericUI):
68447
68474
  """Returns the property from the path, raise an exception when not found."""
68448
68475
  ...
68449
68476
 
68450
- def poll(self, context):
68477
+ @classmethod
68478
+ def poll(cls, context):
68451
68479
  """
68452
68480
 
68453
68481
  :param context:
@@ -68673,7 +68701,8 @@ class VIEW3D_PT_shading_lighting(bpy_types._GenericUI):
68673
68701
  """Returns the property from the path, raise an exception when not found."""
68674
68702
  ...
68675
68703
 
68676
- def poll(self, context):
68704
+ @classmethod
68705
+ def poll(cls, context):
68677
68706
  """
68678
68707
 
68679
68708
  :param context:
@@ -68899,7 +68928,8 @@ class VIEW3D_PT_shading_options(bpy_types._GenericUI):
68899
68928
  """Returns the property from the path, raise an exception when not found."""
68900
68929
  ...
68901
68930
 
68902
- def poll(self, context):
68931
+ @classmethod
68932
+ def poll(cls, context):
68903
68933
  """
68904
68934
 
68905
68935
  :param context:
@@ -69562,7 +69592,8 @@ class VIEW3D_PT_shading_render_pass(bpy_types._GenericUI):
69562
69592
  """Returns the property from the path, raise an exception when not found."""
69563
69593
  ...
69564
69594
 
69565
- def poll(self, context):
69595
+ @classmethod
69596
+ def poll(cls, context):
69566
69597
  """
69567
69598
 
69568
69599
  :param context:
@@ -70884,7 +70915,8 @@ class VIEW3D_PT_view3d_stereo(bpy_types._GenericUI):
70884
70915
  """Returns the property from the path, raise an exception when not found."""
70885
70916
  ...
70886
70917
 
70887
- def poll(self, context):
70918
+ @classmethod
70919
+ def poll(cls, context):
70888
70920
  """
70889
70921
 
70890
70922
  :param context:
@@ -71110,7 +71142,8 @@ class VIEW3D_PT_viewport_debug(bpy_types._GenericUI):
71110
71142
  """Returns the property from the path, raise an exception when not found."""
71111
71143
  ...
71112
71144
 
71113
- def poll(self, context):
71145
+ @classmethod
71146
+ def poll(cls, context):
71114
71147
  """
71115
71148
 
71116
71149
  :param context:
@@ -71215,7 +71248,8 @@ class View3DAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
71215
71248
  ...
71216
71249
 
71217
71250
  class _draw_tool_settings_context_mode:
71218
- def PAINT_GPENCIL(self, context, layout, tool):
71251
+ @staticmethod
71252
+ def PAINT_GPENCIL(context, layout, tool):
71219
71253
  """
71220
71254
 
71221
71255
  :param context:
@@ -71224,7 +71258,8 @@ class _draw_tool_settings_context_mode:
71224
71258
  """
71225
71259
  ...
71226
71260
 
71227
- def PAINT_GREASE_PENCIL(self, context, layout, tool):
71261
+ @staticmethod
71262
+ def PAINT_GREASE_PENCIL(context, layout, tool):
71228
71263
  """
71229
71264
 
71230
71265
  :param context:
@@ -71233,7 +71268,8 @@ class _draw_tool_settings_context_mode:
71233
71268
  """
71234
71269
  ...
71235
71270
 
71236
- def PAINT_TEXTURE(self, context, layout, tool):
71271
+ @staticmethod
71272
+ def PAINT_TEXTURE(context, layout, tool):
71237
71273
  """
71238
71274
 
71239
71275
  :param context:
@@ -71242,7 +71278,8 @@ class _draw_tool_settings_context_mode:
71242
71278
  """
71243
71279
  ...
71244
71280
 
71245
- def PAINT_VERTEX(self, context, layout, tool):
71281
+ @staticmethod
71282
+ def PAINT_VERTEX(context, layout, tool):
71246
71283
  """
71247
71284
 
71248
71285
  :param context:
@@ -71251,7 +71288,8 @@ class _draw_tool_settings_context_mode:
71251
71288
  """
71252
71289
  ...
71253
71290
 
71254
- def PAINT_WEIGHT(self, context, layout, tool):
71291
+ @staticmethod
71292
+ def PAINT_WEIGHT(context, layout, tool):
71255
71293
  """
71256
71294
 
71257
71295
  :param context:
@@ -71260,7 +71298,8 @@ class _draw_tool_settings_context_mode:
71260
71298
  """
71261
71299
  ...
71262
71300
 
71263
- def PARTICLE(self, context, layout, tool):
71301
+ @staticmethod
71302
+ def PARTICLE(context, layout, tool):
71264
71303
  """
71265
71304
 
71266
71305
  :param context:
@@ -71269,7 +71308,8 @@ class _draw_tool_settings_context_mode:
71269
71308
  """
71270
71309
  ...
71271
71310
 
71272
- def SCULPT(self, context, layout, tool):
71311
+ @staticmethod
71312
+ def SCULPT(context, layout, tool):
71273
71313
  """
71274
71314
 
71275
71315
  :param context:
@@ -71278,7 +71318,8 @@ class _draw_tool_settings_context_mode:
71278
71318
  """
71279
71319
  ...
71280
71320
 
71281
- def SCULPT_CURVES(self, context, layout, tool):
71321
+ @staticmethod
71322
+ def SCULPT_CURVES(context, layout, tool):
71282
71323
  """
71283
71324
 
71284
71325
  :param context:
@@ -71287,7 +71328,8 @@ class _draw_tool_settings_context_mode:
71287
71328
  """
71288
71329
  ...
71289
71330
 
71290
- def SCULPT_GPENCIL(self, context, layout, tool):
71331
+ @staticmethod
71332
+ def SCULPT_GPENCIL(context, layout, tool):
71291
71333
  """
71292
71334
 
71293
71335
  :param context:
@@ -71296,7 +71338,8 @@ class _draw_tool_settings_context_mode:
71296
71338
  """
71297
71339
  ...
71298
71340
 
71299
- def SCULPT_GREASE_PENCIL(self, context, layout, tool):
71341
+ @staticmethod
71342
+ def SCULPT_GREASE_PENCIL(context, layout, tool):
71300
71343
  """
71301
71344
 
71302
71345
  :param context:
@@ -71305,7 +71348,8 @@ class _draw_tool_settings_context_mode:
71305
71348
  """
71306
71349
  ...
71307
71350
 
71308
- def VERTEX_GPENCIL(self, context, layout, tool):
71351
+ @staticmethod
71352
+ def VERTEX_GPENCIL(context, layout, tool):
71309
71353
  """
71310
71354
 
71311
71355
  :param context:
@@ -71314,7 +71358,8 @@ class _draw_tool_settings_context_mode:
71314
71358
  """
71315
71359
  ...
71316
71360
 
71317
- def WEIGHT_GPENCIL(self, context, layout, tool):
71361
+ @staticmethod
71362
+ def WEIGHT_GPENCIL(context, layout, tool):
71318
71363
  """
71319
71364
 
71320
71365
  :param context:
@@ -71323,7 +71368,8 @@ class _draw_tool_settings_context_mode:
71323
71368
  """
71324
71369
  ...
71325
71370
 
71326
- def WEIGHT_GREASE_PENCIL(self, context, layout, tool):
71371
+ @staticmethod
71372
+ def WEIGHT_GREASE_PENCIL(context, layout, tool):
71327
71373
  """
71328
71374
 
71329
71375
  :param context:
@@ -72148,6 +72194,6 @@ class VIEW3D_MT_bone_options_toggle(bpy_types._GenericUI, BoneOptions):
72148
72194
  """
72149
72195
  ...
72150
72196
 
72151
- def draw_curve(_context): ...
72197
+ def draw_curve(self_, _context): ...
72152
72198
  def draw_gpencil_layer_active(context, layout): ...
72153
72199
  def draw_gpencil_material_active(context, layout): ...