fake-bpy-module 20240915__py3-none-any.whl → 20240917__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1230 -31631
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +5 -45
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
@@ -6,8 +6,8 @@ import bl_ui.properties_paint_common
6
6
  import bl_ui.utils
7
7
  import bpy.types
8
8
 
9
- GenericType1 = typing.TypeVar("GenericType1")
10
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
11
11
 
12
12
  class GreasePencilPaintPanel:
13
13
  bl_category: typing.Any
@@ -19,7 +19,6 @@ class GreasePencilPaintPanel:
19
19
 
20
20
  :param context:
21
21
  """
22
- ...
23
22
 
24
23
  class GreasePencilSculptPanel:
25
24
  bl_category: typing.Any
@@ -31,7 +30,6 @@ class GreasePencilSculptPanel:
31
30
 
32
31
  :param context:
33
32
  """
34
- ...
35
33
 
36
34
  class GreasePencilV3PaintPanel:
37
35
  bl_category: typing.Any
@@ -43,7 +41,6 @@ class GreasePencilV3PaintPanel:
43
41
 
44
42
  :param context:
45
43
  """
46
- ...
47
44
 
48
45
  class GreasePencilVertexPanel:
49
46
  bl_category: typing.Any
@@ -55,7 +52,6 @@ class GreasePencilVertexPanel:
55
52
 
56
53
  :param context:
57
54
  """
58
- ...
59
55
 
60
56
  class GreasePencilWeightPanel:
61
57
  bl_category: typing.Any
@@ -67,7 +63,6 @@ class GreasePencilWeightPanel:
67
63
 
68
64
  :param context:
69
65
  """
70
- ...
71
66
 
72
67
  class SelectPaintSlotHelper:
73
68
  bl_region_type: typing.Any
@@ -80,7 +75,6 @@ class SelectPaintSlotHelper:
80
75
 
81
76
  :param context:
82
77
  """
83
- ...
84
78
 
85
79
  class TEXTURE_UL_texpaintslots(bpy.types.UIList):
86
80
  bl_rna: typing.Any
@@ -92,7 +86,6 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
92
86
  :return: The RNA type or default when not found.
93
87
  :rtype: bpy.types.Struct
94
88
  """
95
- ...
96
89
 
97
90
  def bl_rna_get_subclass_py(self) -> typing.Any:
98
91
  """
@@ -100,7 +93,6 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
100
93
  :return: The class or default when not found.
101
94
  :rtype: typing.Any
102
95
  """
103
- ...
104
96
 
105
97
  def draw_item(
106
98
  self,
@@ -124,7 +116,6 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
124
116
  :param _active_propname:
125
117
  :param _index:
126
118
  """
127
- ...
128
119
 
129
120
  class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
130
121
  bl_label: typing.Any
@@ -137,7 +128,6 @@ class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
137
128
  :return: The RNA type or default when not found.
138
129
  :rtype: bpy.types.Struct
139
130
  """
140
- ...
141
131
 
142
132
  def bl_rna_get_subclass_py(self) -> typing.Any:
143
133
  """
@@ -145,14 +135,12 @@ class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
145
135
  :return: The class or default when not found.
146
136
  :rtype: typing.Any
147
137
  """
148
- ...
149
138
 
150
139
  def draw(self, context):
151
140
  """
152
141
 
153
142
  :param context:
154
143
  """
155
- ...
156
144
 
157
145
  class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
158
146
  bl_label: typing.Any
@@ -165,7 +153,6 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
165
153
  :return: The RNA type or default when not found.
166
154
  :rtype: bpy.types.Struct
167
155
  """
168
- ...
169
156
 
170
157
  def bl_rna_get_subclass_py(self) -> typing.Any:
171
158
  """
@@ -173,14 +160,12 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
173
160
  :return: The class or default when not found.
174
161
  :rtype: typing.Any
175
162
  """
176
- ...
177
163
 
178
164
  def draw(self, context):
179
165
  """
180
166
 
181
167
  :param context:
182
168
  """
183
- ...
184
169
 
185
170
  class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
186
171
  bl_label: typing.Any
@@ -193,7 +178,6 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
193
178
  :return: The RNA type or default when not found.
194
179
  :rtype: bpy.types.Struct
195
180
  """
196
- ...
197
181
 
198
182
  def bl_rna_get_subclass_py(self) -> typing.Any:
199
183
  """
@@ -201,14 +185,12 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
201
185
  :return: The class or default when not found.
202
186
  :rtype: typing.Any
203
187
  """
204
- ...
205
188
 
206
189
  def draw(self, context):
207
190
  """
208
191
 
209
192
  :param context:
210
193
  """
211
- ...
212
194
 
213
195
  class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu):
214
196
  bl_label: typing.Any
@@ -221,7 +203,6 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu):
221
203
  :return: The RNA type or default when not found.
222
204
  :rtype: bpy.types.Struct
223
205
  """
224
- ...
225
206
 
226
207
  def bl_rna_get_subclass_py(self) -> typing.Any:
227
208
  """
@@ -229,14 +210,12 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu):
229
210
  :return: The class or default when not found.
230
211
  :rtype: typing.Any
231
212
  """
232
- ...
233
213
 
234
214
  def draw(self, context):
235
215
  """
236
216
 
237
217
  :param context:
238
218
  """
239
- ...
240
219
 
241
220
  class View3DPaintPanel(View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPanel):
242
221
  bl_category: typing.Any
@@ -256,7 +235,6 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy.types.Panel):
256
235
  :return: The RNA type or default when not found.
257
236
  :rtype: bpy.types.Struct
258
237
  """
259
- ...
260
238
 
261
239
  def bl_rna_get_subclass_py(self) -> typing.Any:
262
240
  """
@@ -264,7 +242,6 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy.types.Panel):
264
242
  :return: The class or default when not found.
265
243
  :rtype: typing.Any
266
244
  """
267
- ...
268
245
 
269
246
  class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
270
247
  """Brush settings"""
@@ -284,7 +261,6 @@ class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
284
261
  :return: The RNA type or default when not found.
285
262
  :rtype: bpy.types.Struct
286
263
  """
287
- ...
288
264
 
289
265
  def bl_rna_get_subclass_py(self) -> typing.Any:
290
266
  """
@@ -292,7 +268,6 @@ class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
292
268
  :return: The class or default when not found.
293
269
  :rtype: typing.Any
294
270
  """
295
- ...
296
271
 
297
272
  class VIEW3D_PT_mask(bpy.types.Panel):
298
273
  bl_label: typing.Any
@@ -308,7 +283,6 @@ class VIEW3D_PT_mask(bpy.types.Panel):
308
283
  :return: The RNA type or default when not found.
309
284
  :rtype: bpy.types.Struct
310
285
  """
311
- ...
312
286
 
313
287
  def bl_rna_get_subclass_py(self) -> typing.Any:
314
288
  """
@@ -316,14 +290,12 @@ class VIEW3D_PT_mask(bpy.types.Panel):
316
290
  :return: The class or default when not found.
317
291
  :rtype: typing.Any
318
292
  """
319
- ...
320
293
 
321
294
  def draw(self, context):
322
295
  """
323
296
 
324
297
  :param context:
325
298
  """
326
- ...
327
299
 
328
300
  class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
329
301
  bl_label: typing.Any
@@ -339,7 +311,6 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
339
311
  :return: The RNA type or default when not found.
340
312
  :rtype: bpy.types.Struct
341
313
  """
342
- ...
343
314
 
344
315
  def bl_rna_get_subclass_py(self) -> typing.Any:
345
316
  """
@@ -347,7 +318,6 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
347
318
  :return: The class or default when not found.
348
319
  :rtype: typing.Any
349
320
  """
350
- ...
351
321
 
352
322
  class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
353
323
  bl_label: typing.Any
@@ -363,7 +333,6 @@ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
363
333
  :return: The RNA type or default when not found.
364
334
  :rtype: bpy.types.Struct
365
335
  """
366
- ...
367
336
 
368
337
  def bl_rna_get_subclass_py(self) -> typing.Any:
369
338
  """
@@ -371,21 +340,18 @@ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
371
340
  :return: The class or default when not found.
372
341
  :rtype: typing.Any
373
342
  """
374
- ...
375
343
 
376
344
  def draw(self, context):
377
345
  """
378
346
 
379
347
  :param context:
380
348
  """
381
- ...
382
349
 
383
350
  def draw_header(self, context):
384
351
  """
385
352
 
386
353
  :param context:
387
354
  """
388
- ...
389
355
 
390
356
  class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
391
357
  bl_label: typing.Any
@@ -402,7 +368,6 @@ class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types
402
368
  :return: The RNA type or default when not found.
403
369
  :rtype: bpy.types.Struct
404
370
  """
405
- ...
406
371
 
407
372
  def bl_rna_get_subclass_py(self) -> typing.Any:
408
373
  """
@@ -410,28 +375,24 @@ class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types
410
375
  :return: The class or default when not found.
411
376
  :rtype: typing.Any
412
377
  """
413
- ...
414
378
 
415
379
  def draw_header(self, context):
416
380
  """
417
381
 
418
382
  :param context:
419
383
  """
420
- ...
421
384
 
422
385
  def draw_image_interpolation(self, **kwargs):
423
386
  """
424
387
 
425
388
  :param kwargs:
426
389
  """
427
- ...
428
390
 
429
391
  def get_mode_settings(self, context):
430
392
  """
431
393
 
432
394
  :param context:
433
395
  """
434
- ...
435
396
 
436
397
  @classmethod
437
398
  def poll(cls, context):
@@ -439,7 +400,6 @@ class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types
439
400
 
440
401
  :param context:
441
402
  """
442
- ...
443
403
 
444
404
  class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
445
405
  bl_label: typing.Any
@@ -456,7 +416,6 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types
456
416
  :return: The RNA type or default when not found.
457
417
  :rtype: bpy.types.Struct
458
418
  """
459
- ...
460
419
 
461
420
  def bl_rna_get_subclass_py(self) -> typing.Any:
462
421
  """
@@ -464,14 +423,12 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types
464
423
  :return: The class or default when not found.
465
424
  :rtype: typing.Any
466
425
  """
467
- ...
468
426
 
469
427
  def draw_header(self, context):
470
428
  """
471
429
 
472
430
  :param context:
473
431
  """
474
- ...
475
432
 
476
433
  def draw_image_interpolation(self, layout, mode_settings):
477
434
  """
@@ -479,14 +436,12 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types
479
436
  :param layout:
480
437
  :param mode_settings:
481
438
  """
482
- ...
483
439
 
484
440
  def get_mode_settings(self, context):
485
441
  """
486
442
 
487
443
  :param context:
488
444
  """
489
- ...
490
445
 
491
446
  @classmethod
492
447
  def poll(cls, context):
@@ -494,7 +449,6 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types
494
449
 
495
450
  :param context:
496
451
  """
497
- ...
498
452
 
499
453
  class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
500
454
  bl_label: typing.Any
@@ -510,7 +464,6 @@ class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
510
464
  :return: The RNA type or default when not found.
511
465
  :rtype: bpy.types.Struct
512
466
  """
513
- ...
514
467
 
515
468
  def bl_rna_get_subclass_py(self) -> typing.Any:
516
469
  """
@@ -518,21 +471,18 @@ class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
518
471
  :return: The class or default when not found.
519
472
  :rtype: typing.Any
520
473
  """
521
- ...
522
474
 
523
475
  def draw(self, context):
524
476
  """
525
477
 
526
478
  :param context:
527
479
  """
528
- ...
529
480
 
530
481
  def draw_header(self, context):
531
482
  """
532
483
 
533
484
  :param context:
534
485
  """
535
- ...
536
486
 
537
487
  class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
538
488
  bl_label: typing.Any
@@ -550,7 +500,6 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
550
500
  :return: The RNA type or default when not found.
551
501
  :rtype: bpy.types.Struct
552
502
  """
553
- ...
554
503
 
555
504
  def bl_rna_get_subclass_py(self) -> typing.Any:
556
505
  """
@@ -558,21 +507,18 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
558
507
  :return: The class or default when not found.
559
508
  :rtype: typing.Any
560
509
  """
561
- ...
562
510
 
563
511
  def draw(self, context):
564
512
  """
565
513
 
566
514
  :param context:
567
515
  """
568
- ...
569
516
 
570
517
  def draw_header(self, context):
571
518
  """
572
519
 
573
520
  :param context:
574
521
  """
575
- ...
576
522
 
577
523
  @classmethod
578
524
  def poll(cls, context):
@@ -580,7 +526,6 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
580
526
 
581
527
  :param context:
582
528
  """
583
- ...
584
529
 
585
530
  class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
586
531
  bl_category: typing.Any
@@ -597,7 +542,6 @@ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
597
542
  :return: The RNA type or default when not found.
598
543
  :rtype: bpy.types.Struct
599
544
  """
600
- ...
601
545
 
602
546
  def bl_rna_get_subclass_py(self) -> typing.Any:
603
547
  """
@@ -605,14 +549,12 @@ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
605
549
  :return: The class or default when not found.
606
550
  :rtype: typing.Any
607
551
  """
608
- ...
609
552
 
610
553
  def draw(self, context):
611
554
  """
612
555
 
613
556
  :param context:
614
557
  """
615
- ...
616
558
 
617
559
  class VIEW3D_PT_tools_brush_clone(
618
560
  View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
@@ -633,7 +575,6 @@ class VIEW3D_PT_tools_brush_clone(
633
575
  :return: The RNA type or default when not found.
634
576
  :rtype: bpy.types.Struct
635
577
  """
636
- ...
637
578
 
638
579
  def bl_rna_get_subclass_py(self) -> typing.Any:
639
580
  """
@@ -641,7 +582,6 @@ class VIEW3D_PT_tools_brush_clone(
641
582
  :return: The class or default when not found.
642
583
  :rtype: typing.Any
643
584
  """
644
- ...
645
585
 
646
586
  class VIEW3D_PT_tools_brush_display(
647
587
  View3DPaintBrushPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
@@ -663,7 +603,6 @@ class VIEW3D_PT_tools_brush_display(
663
603
  :return: The RNA type or default when not found.
664
604
  :rtype: bpy.types.Struct
665
605
  """
666
- ...
667
606
 
668
607
  def bl_rna_get_subclass_py(self) -> typing.Any:
669
608
  """
@@ -671,7 +610,6 @@ class VIEW3D_PT_tools_brush_display(
671
610
  :return: The class or default when not found.
672
611
  :rtype: typing.Any
673
612
  """
674
- ...
675
613
 
676
614
  class VIEW3D_PT_tools_brush_falloff(
677
615
  View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.FalloffPanel
@@ -692,7 +630,6 @@ class VIEW3D_PT_tools_brush_falloff(
692
630
  :return: The RNA type or default when not found.
693
631
  :rtype: bpy.types.Struct
694
632
  """
695
- ...
696
633
 
697
634
  def bl_rna_get_subclass_py(self) -> typing.Any:
698
635
  """
@@ -700,7 +637,6 @@ class VIEW3D_PT_tools_brush_falloff(
700
637
  :return: The class or default when not found.
701
638
  :rtype: typing.Any
702
639
  """
703
- ...
704
640
 
705
641
  class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel):
706
642
  bl_category: typing.Any
@@ -719,7 +655,6 @@ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel)
719
655
  :return: The RNA type or default when not found.
720
656
  :rtype: bpy.types.Struct
721
657
  """
722
- ...
723
658
 
724
659
  def bl_rna_get_subclass_py(self) -> typing.Any:
725
660
  """
@@ -727,21 +662,18 @@ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel)
727
662
  :return: The class or default when not found.
728
663
  :rtype: typing.Any
729
664
  """
730
- ...
731
665
 
732
666
  def draw(self, context):
733
667
  """
734
668
 
735
669
  :param context:
736
670
  """
737
- ...
738
671
 
739
672
  def draw_header(self, context):
740
673
  """
741
674
 
742
675
  :param context:
743
676
  """
744
- ...
745
677
 
746
678
  @classmethod
747
679
  def poll(cls, context):
@@ -749,7 +681,6 @@ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel)
749
681
 
750
682
  :param context:
751
683
  """
752
- ...
753
684
 
754
685
  class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
755
686
  bl_category: typing.Any
@@ -768,7 +699,6 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
768
699
  :return: The RNA type or default when not found.
769
700
  :rtype: bpy.types.Struct
770
701
  """
771
- ...
772
702
 
773
703
  def bl_rna_get_subclass_py(self) -> typing.Any:
774
704
  """
@@ -776,21 +706,18 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
776
706
  :return: The class or default when not found.
777
707
  :rtype: typing.Any
778
708
  """
779
- ...
780
709
 
781
710
  def draw(self, context):
782
711
  """
783
712
 
784
713
  :param context:
785
714
  """
786
- ...
787
715
 
788
716
  def draw_header(self, context):
789
717
  """
790
718
 
791
719
  :param context:
792
720
  """
793
- ...
794
721
 
795
722
  @classmethod
796
723
  def poll(cls, context):
@@ -798,7 +725,6 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
798
725
 
799
726
  :param context:
800
727
  """
801
- ...
802
728
 
803
729
  class VIEW3D_PT_tools_brush_select(
804
730
  View3DPaintBrushPanel,
@@ -819,7 +745,6 @@ class VIEW3D_PT_tools_brush_select(
819
745
  :return: The RNA type or default when not found.
820
746
  :rtype: bpy.types.Struct
821
747
  """
822
- ...
823
748
 
824
749
  def bl_rna_get_subclass_py(self) -> typing.Any:
825
750
  """
@@ -827,7 +752,6 @@ class VIEW3D_PT_tools_brush_select(
827
752
  :return: The class or default when not found.
828
753
  :rtype: typing.Any
829
754
  """
830
- ...
831
755
 
832
756
  class VIEW3D_PT_tools_brush_stroke(
833
757
  View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.StrokePanel
@@ -849,7 +773,6 @@ class VIEW3D_PT_tools_brush_stroke(
849
773
  :return: The RNA type or default when not found.
850
774
  :rtype: bpy.types.Struct
851
775
  """
852
- ...
853
776
 
854
777
  def bl_rna_get_subclass_py(self) -> typing.Any:
855
778
  """
@@ -857,7 +780,6 @@ class VIEW3D_PT_tools_brush_stroke(
857
780
  :return: The class or default when not found.
858
781
  :rtype: typing.Any
859
782
  """
860
- ...
861
783
 
862
784
  class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
863
785
  View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
@@ -878,7 +800,6 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
878
800
  :return: The RNA type or default when not found.
879
801
  :rtype: bpy.types.Struct
880
802
  """
881
- ...
882
803
 
883
804
  def bl_rna_get_subclass_py(self) -> typing.Any:
884
805
  """
@@ -886,7 +807,6 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
886
807
  :return: The class or default when not found.
887
808
  :rtype: typing.Any
888
809
  """
889
- ...
890
810
 
891
811
  class VIEW3D_PT_tools_brush_swatches(
892
812
  View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
@@ -907,7 +827,6 @@ class VIEW3D_PT_tools_brush_swatches(
907
827
  :return: The RNA type or default when not found.
908
828
  :rtype: bpy.types.Struct
909
829
  """
910
- ...
911
830
 
912
831
  def bl_rna_get_subclass_py(self) -> typing.Any:
913
832
  """
@@ -915,7 +834,6 @@ class VIEW3D_PT_tools_brush_swatches(
915
834
  :return: The class or default when not found.
916
835
  :rtype: typing.Any
917
836
  """
918
- ...
919
837
 
920
838
  class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel):
921
839
  bl_category: typing.Any
@@ -935,7 +853,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel)
935
853
  :return: The RNA type or default when not found.
936
854
  :rtype: bpy.types.Struct
937
855
  """
938
- ...
939
856
 
940
857
  def bl_rna_get_subclass_py(self) -> typing.Any:
941
858
  """
@@ -943,14 +860,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel)
943
860
  :return: The class or default when not found.
944
861
  :rtype: typing.Any
945
862
  """
946
- ...
947
863
 
948
864
  def draw(self, context):
949
865
  """
950
866
 
951
867
  :param context:
952
868
  """
953
- ...
954
869
 
955
870
  @classmethod
956
871
  def poll(cls, context):
@@ -958,7 +873,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel)
958
873
 
959
874
  :param context:
960
875
  """
961
- ...
962
876
 
963
877
  class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
964
878
  bl_category: typing.Any
@@ -976,7 +890,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
976
890
  :return: The RNA type or default when not found.
977
891
  :rtype: bpy.types.Struct
978
892
  """
979
- ...
980
893
 
981
894
  def bl_rna_get_subclass_py(self) -> typing.Any:
982
895
  """
@@ -984,14 +897,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
984
897
  :return: The class or default when not found.
985
898
  :rtype: typing.Any
986
899
  """
987
- ...
988
900
 
989
901
  def draw(self, context):
990
902
  """
991
903
 
992
904
  :param context:
993
905
  """
994
- ...
995
906
 
996
907
  @classmethod
997
908
  def poll(cls, context):
@@ -999,7 +910,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
999
910
 
1000
911
  :param context:
1001
912
  """
1002
- ...
1003
913
 
1004
914
  class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Panel):
1005
915
  bl_category: typing.Any
@@ -1017,7 +927,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Pan
1017
927
  :return: The RNA type or default when not found.
1018
928
  :rtype: bpy.types.Struct
1019
929
  """
1020
- ...
1021
930
 
1022
931
  def bl_rna_get_subclass_py(self) -> typing.Any:
1023
932
  """
@@ -1025,14 +934,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Pan
1025
934
  :return: The class or default when not found.
1026
935
  :rtype: typing.Any
1027
936
  """
1028
- ...
1029
937
 
1030
938
  def draw(self, context):
1031
939
  """
1032
940
 
1033
941
  :param context:
1034
942
  """
1035
- ...
1036
943
 
1037
944
  @classmethod
1038
945
  def poll(cls, context):
@@ -1040,7 +947,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Pan
1040
947
 
1041
948
  :param context:
1042
949
  """
1043
- ...
1044
950
 
1045
951
  class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Panel):
1046
952
  bl_category: typing.Any
@@ -1058,7 +964,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Pan
1058
964
  :return: The RNA type or default when not found.
1059
965
  :rtype: bpy.types.Struct
1060
966
  """
1061
- ...
1062
967
 
1063
968
  def bl_rna_get_subclass_py(self) -> typing.Any:
1064
969
  """
@@ -1066,14 +971,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Pan
1066
971
  :return: The class or default when not found.
1067
972
  :rtype: typing.Any
1068
973
  """
1069
- ...
1070
974
 
1071
975
  def draw(self, context):
1072
976
  """
1073
977
 
1074
978
  :param context:
1075
979
  """
1076
- ...
1077
980
 
1078
981
  @classmethod
1079
982
  def poll(cls, context):
@@ -1081,7 +984,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Pan
1081
984
 
1082
985
  :param context:
1083
986
  """
1084
- ...
1085
987
 
1086
988
  class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel):
1087
989
  bl_category: typing.Any
@@ -1098,7 +1000,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel)
1098
1000
  :return: The RNA type or default when not found.
1099
1001
  :rtype: bpy.types.Struct
1100
1002
  """
1101
- ...
1102
1003
 
1103
1004
  def bl_rna_get_subclass_py(self) -> typing.Any:
1104
1005
  """
@@ -1106,14 +1007,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel)
1106
1007
  :return: The class or default when not found.
1107
1008
  :rtype: typing.Any
1108
1009
  """
1109
- ...
1110
1010
 
1111
1011
  def draw(self, context):
1112
1012
  """
1113
1013
 
1114
1014
  :param context:
1115
1015
  """
1116
- ...
1117
1016
 
1118
1017
  @classmethod
1119
1018
  def poll(cls, context):
@@ -1121,7 +1020,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel)
1121
1020
 
1122
1021
  :param context:
1123
1022
  """
1124
- ...
1125
1023
 
1126
1024
  class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types.Panel):
1127
1025
  bl_category: typing.Any
@@ -1140,7 +1038,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types
1140
1038
  :return: The RNA type or default when not found.
1141
1039
  :rtype: bpy.types.Struct
1142
1040
  """
1143
- ...
1144
1041
 
1145
1042
  def bl_rna_get_subclass_py(self) -> typing.Any:
1146
1043
  """
@@ -1148,21 +1045,18 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types
1148
1045
  :return: The class or default when not found.
1149
1046
  :rtype: typing.Any
1150
1047
  """
1151
- ...
1152
1048
 
1153
1049
  def draw(self, context):
1154
1050
  """
1155
1051
 
1156
1052
  :param context:
1157
1053
  """
1158
- ...
1159
1054
 
1160
1055
  def draw_header(self, context):
1161
1056
  """
1162
1057
 
1163
1058
  :param context:
1164
1059
  """
1165
- ...
1166
1060
 
1167
1061
  @classmethod
1168
1062
  def poll(cls, context):
@@ -1170,7 +1064,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types
1170
1064
 
1171
1065
  :param context:
1172
1066
  """
1173
- ...
1174
1067
 
1175
1068
  class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1176
1069
  bl_category: typing.Any
@@ -1189,7 +1082,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1189
1082
  :return: The RNA type or default when not found.
1190
1083
  :rtype: bpy.types.Struct
1191
1084
  """
1192
- ...
1193
1085
 
1194
1086
  def bl_rna_get_subclass_py(self) -> typing.Any:
1195
1087
  """
@@ -1197,21 +1089,18 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1197
1089
  :return: The class or default when not found.
1198
1090
  :rtype: typing.Any
1199
1091
  """
1200
- ...
1201
1092
 
1202
1093
  def draw(self, context):
1203
1094
  """
1204
1095
 
1205
1096
  :param context:
1206
1097
  """
1207
- ...
1208
1098
 
1209
1099
  def draw_header(self, context):
1210
1100
  """
1211
1101
 
1212
1102
  :param context:
1213
1103
  """
1214
- ...
1215
1104
 
1216
1105
  @classmethod
1217
1106
  def poll(cls, context):
@@ -1219,7 +1108,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1219
1108
 
1220
1109
  :param context:
1221
1110
  """
1222
- ...
1223
1111
 
1224
1112
  class VIEW3D_PT_tools_grease_pencil_brush_select(
1225
1113
  GreasePencilPaintPanel,
@@ -1241,7 +1129,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
1241
1129
  :return: The RNA type or default when not found.
1242
1130
  :rtype: bpy.types.Struct
1243
1131
  """
1244
- ...
1245
1132
 
1246
1133
  def bl_rna_get_subclass_py(self) -> typing.Any:
1247
1134
  """
@@ -1249,7 +1136,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
1249
1136
  :return: The class or default when not found.
1250
1137
  :rtype: typing.Any
1251
1138
  """
1252
- ...
1253
1139
 
1254
1140
  class View3DPanel:
1255
1141
  bl_region_type: typing.Any
@@ -1270,7 +1156,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Pa
1270
1156
  :return: The RNA type or default when not found.
1271
1157
  :rtype: bpy.types.Struct
1272
1158
  """
1273
- ...
1274
1159
 
1275
1160
  def bl_rna_get_subclass_py(self) -> typing.Any:
1276
1161
  """
@@ -1278,14 +1163,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Pa
1278
1163
  :return: The class or default when not found.
1279
1164
  :rtype: typing.Any
1280
1165
  """
1281
- ...
1282
1166
 
1283
1167
  def draw(self, context):
1284
1168
  """
1285
1169
 
1286
1170
  :param context:
1287
1171
  """
1288
- ...
1289
1172
 
1290
1173
  @classmethod
1291
1174
  def poll(cls, context):
@@ -1293,7 +1176,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Pa
1293
1176
 
1294
1177
  :param context:
1295
1178
  """
1296
- ...
1297
1179
 
1298
1180
  class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.Panel):
1299
1181
  bl_category: typing.Any
@@ -1311,7 +1193,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.
1311
1193
  :return: The RNA type or default when not found.
1312
1194
  :rtype: bpy.types.Struct
1313
1195
  """
1314
- ...
1315
1196
 
1316
1197
  def bl_rna_get_subclass_py(self) -> typing.Any:
1317
1198
  """
@@ -1319,14 +1200,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.
1319
1200
  :return: The class or default when not found.
1320
1201
  :rtype: typing.Any
1321
1202
  """
1322
- ...
1323
1203
 
1324
1204
  def draw(self, context):
1325
1205
  """
1326
1206
 
1327
1207
  :param context:
1328
1208
  """
1329
- ...
1330
1209
 
1331
1210
  @classmethod
1332
1211
  def poll(cls, context):
@@ -1334,7 +1213,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.
1334
1213
 
1335
1214
  :param context:
1336
1215
  """
1337
- ...
1338
1216
 
1339
1217
  class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1340
1218
  View3DPanel,
@@ -1357,7 +1235,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1357
1235
  :return: The RNA type or default when not found.
1358
1236
  :rtype: bpy.types.Struct
1359
1237
  """
1360
- ...
1361
1238
 
1362
1239
  def bl_rna_get_subclass_py(self) -> typing.Any:
1363
1240
  """
@@ -1365,7 +1242,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1365
1242
  :return: The class or default when not found.
1366
1243
  :rtype: typing.Any
1367
1244
  """
1368
- ...
1369
1245
 
1370
1246
  @classmethod
1371
1247
  def poll(cls, context):
@@ -1373,7 +1249,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1373
1249
 
1374
1250
  :param context:
1375
1251
  """
1376
- ...
1377
1252
 
1378
1253
  class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1379
1254
  View3DPanel,
@@ -1394,7 +1269,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1394
1269
  :return: The RNA type or default when not found.
1395
1270
  :rtype: bpy.types.Struct
1396
1271
  """
1397
- ...
1398
1272
 
1399
1273
  def bl_rna_get_subclass_py(self) -> typing.Any:
1400
1274
  """
@@ -1402,7 +1276,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1402
1276
  :return: The class or default when not found.
1403
1277
  :rtype: typing.Any
1404
1278
  """
1405
- ...
1406
1279
 
1407
1280
  @classmethod
1408
1281
  def poll(cls, context):
@@ -1410,7 +1283,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1410
1283
 
1411
1284
  :param context:
1412
1285
  """
1413
- ...
1414
1286
 
1415
1287
  class VIEW3D_PT_tools_grease_pencil_sculpt_select(
1416
1288
  GreasePencilSculptPanel,
@@ -1432,7 +1304,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
1432
1304
  :return: The RNA type or default when not found.
1433
1305
  :rtype: bpy.types.Struct
1434
1306
  """
1435
- ...
1436
1307
 
1437
1308
  def bl_rna_get_subclass_py(self) -> typing.Any:
1438
1309
  """
@@ -1440,7 +1311,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_select(
1440
1311
  :return: The class or default when not found.
1441
1312
  :rtype: typing.Any
1442
1313
  """
1443
- ...
1444
1314
 
1445
1315
  class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Panel):
1446
1316
  bl_category: typing.Any
@@ -1460,7 +1330,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Pan
1460
1330
  :return: The RNA type or default when not found.
1461
1331
  :rtype: bpy.types.Struct
1462
1332
  """
1463
- ...
1464
1333
 
1465
1334
  def bl_rna_get_subclass_py(self) -> typing.Any:
1466
1335
  """
@@ -1468,14 +1337,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Pan
1468
1337
  :return: The class or default when not found.
1469
1338
  :rtype: typing.Any
1470
1339
  """
1471
- ...
1472
1340
 
1473
1341
  def draw(self, context):
1474
1342
  """
1475
1343
 
1476
1344
  :param context:
1477
1345
  """
1478
- ...
1479
1346
 
1480
1347
  @classmethod
1481
1348
  def poll(cls, context):
@@ -1483,7 +1350,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Pan
1483
1350
 
1484
1351
  :param context:
1485
1352
  """
1486
- ...
1487
1353
 
1488
1354
  class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel):
1489
1355
  bl_category: typing.Any
@@ -1501,7 +1367,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel
1501
1367
  :return: The RNA type or default when not found.
1502
1368
  :rtype: bpy.types.Struct
1503
1369
  """
1504
- ...
1505
1370
 
1506
1371
  def bl_rna_get_subclass_py(self) -> typing.Any:
1507
1372
  """
@@ -1509,14 +1374,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel
1509
1374
  :return: The class or default when not found.
1510
1375
  :rtype: typing.Any
1511
1376
  """
1512
- ...
1513
1377
 
1514
1378
  def draw(self, context):
1515
1379
  """
1516
1380
 
1517
1381
  :param context:
1518
1382
  """
1519
- ...
1520
1383
 
1521
1384
  @classmethod
1522
1385
  def poll(cls, context):
@@ -1524,7 +1387,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel
1524
1387
 
1525
1388
  :param context:
1526
1389
  """
1527
- ...
1528
1390
 
1529
1391
  class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.Panel):
1530
1392
  bl_category: typing.Any
@@ -1542,7 +1404,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.
1542
1404
  :return: The RNA type or default when not found.
1543
1405
  :rtype: bpy.types.Struct
1544
1406
  """
1545
- ...
1546
1407
 
1547
1408
  def bl_rna_get_subclass_py(self) -> typing.Any:
1548
1409
  """
@@ -1550,14 +1411,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.
1550
1411
  :return: The class or default when not found.
1551
1412
  :rtype: typing.Any
1552
1413
  """
1553
- ...
1554
1414
 
1555
1415
  def draw(self, context):
1556
1416
  """
1557
1417
 
1558
1418
  :param context:
1559
1419
  """
1560
- ...
1561
1420
 
1562
1421
  @classmethod
1563
1422
  def poll(cls, context):
@@ -1565,7 +1424,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.
1565
1424
 
1566
1425
  :param context:
1567
1426
  """
1568
- ...
1569
1427
 
1570
1428
  class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.Panel):
1571
1429
  bl_category: typing.Any
@@ -1583,7 +1441,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.
1583
1441
  :return: The RNA type or default when not found.
1584
1442
  :rtype: bpy.types.Struct
1585
1443
  """
1586
- ...
1587
1444
 
1588
1445
  def bl_rna_get_subclass_py(self) -> typing.Any:
1589
1446
  """
@@ -1591,14 +1448,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.
1591
1448
  :return: The class or default when not found.
1592
1449
  :rtype: typing.Any
1593
1450
  """
1594
- ...
1595
1451
 
1596
1452
  def draw(self, context):
1597
1453
  """
1598
1454
 
1599
1455
  :param context:
1600
1456
  """
1601
- ...
1602
1457
 
1603
1458
  @classmethod
1604
1459
  def poll(cls, context):
@@ -1606,7 +1461,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.
1606
1461
 
1607
1462
  :param context:
1608
1463
  """
1609
- ...
1610
1464
 
1611
1465
  class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Panel):
1612
1466
  bl_category: typing.Any
@@ -1623,7 +1477,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Pan
1623
1477
  :return: The RNA type or default when not found.
1624
1478
  :rtype: bpy.types.Struct
1625
1479
  """
1626
- ...
1627
1480
 
1628
1481
  def bl_rna_get_subclass_py(self) -> typing.Any:
1629
1482
  """
@@ -1631,14 +1484,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Pan
1631
1484
  :return: The class or default when not found.
1632
1485
  :rtype: typing.Any
1633
1486
  """
1634
- ...
1635
1487
 
1636
1488
  def draw(self, context):
1637
1489
  """
1638
1490
 
1639
1491
  :param context:
1640
1492
  """
1641
- ...
1642
1493
 
1643
1494
  @classmethod
1644
1495
  def poll(cls, context):
@@ -1646,7 +1497,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Pan
1646
1497
 
1647
1498
  :param context:
1648
1499
  """
1649
- ...
1650
1500
 
1651
1501
  class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1652
1502
  View3DPanel, bpy.types.Panel
@@ -1667,7 +1517,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1667
1517
  :return: The RNA type or default when not found.
1668
1518
  :rtype: bpy.types.Struct
1669
1519
  """
1670
- ...
1671
1520
 
1672
1521
  def bl_rna_get_subclass_py(self) -> typing.Any:
1673
1522
  """
@@ -1675,21 +1524,18 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1675
1524
  :return: The class or default when not found.
1676
1525
  :rtype: typing.Any
1677
1526
  """
1678
- ...
1679
1527
 
1680
1528
  def draw(self, context):
1681
1529
  """
1682
1530
 
1683
1531
  :param context:
1684
1532
  """
1685
- ...
1686
1533
 
1687
1534
  def draw_header(self, context):
1688
1535
  """
1689
1536
 
1690
1537
  :param context:
1691
1538
  """
1692
- ...
1693
1539
 
1694
1540
  @classmethod
1695
1541
  def poll(cls, context):
@@ -1697,7 +1543,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1697
1543
 
1698
1544
  :param context:
1699
1545
  """
1700
- ...
1701
1546
 
1702
1547
  class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel):
1703
1548
  bl_category: typing.Any
@@ -1716,7 +1561,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel
1716
1561
  :return: The RNA type or default when not found.
1717
1562
  :rtype: bpy.types.Struct
1718
1563
  """
1719
- ...
1720
1564
 
1721
1565
  def bl_rna_get_subclass_py(self) -> typing.Any:
1722
1566
  """
@@ -1724,21 +1568,18 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel
1724
1568
  :return: The class or default when not found.
1725
1569
  :rtype: typing.Any
1726
1570
  """
1727
- ...
1728
1571
 
1729
1572
  def draw(self, context):
1730
1573
  """
1731
1574
 
1732
1575
  :param context:
1733
1576
  """
1734
- ...
1735
1577
 
1736
1578
  def draw_header(self, context):
1737
1579
  """
1738
1580
 
1739
1581
  :param context:
1740
1582
  """
1741
- ...
1742
1583
 
1743
1584
  @classmethod
1744
1585
  def poll(cls, context):
@@ -1746,7 +1587,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel
1746
1587
 
1747
1588
  :param context:
1748
1589
  """
1749
- ...
1750
1590
 
1751
1591
  class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1752
1592
  GreasePencilV3PaintPanel,
@@ -1768,7 +1608,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1768
1608
  :return: The RNA type or default when not found.
1769
1609
  :rtype: bpy.types.Struct
1770
1610
  """
1771
- ...
1772
1611
 
1773
1612
  def bl_rna_get_subclass_py(self) -> typing.Any:
1774
1613
  """
@@ -1776,7 +1615,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1776
1615
  :return: The class or default when not found.
1777
1616
  :rtype: typing.Any
1778
1617
  """
1779
- ...
1780
1618
 
1781
1619
  class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
1782
1620
  GreasePencilVertexPanel,
@@ -1798,7 +1636,6 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
1798
1636
  :return: The RNA type or default when not found.
1799
1637
  :rtype: bpy.types.Struct
1800
1638
  """
1801
- ...
1802
1639
 
1803
1640
  def bl_rna_get_subclass_py(self) -> typing.Any:
1804
1641
  """
@@ -1806,7 +1643,6 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
1806
1643
  :return: The class or default when not found.
1807
1644
  :rtype: typing.Any
1808
1645
  """
1809
- ...
1810
1646
 
1811
1647
  class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
1812
1648
  GreasePencilWeightPanel,
@@ -1828,7 +1664,6 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
1828
1664
  :return: The RNA type or default when not found.
1829
1665
  :rtype: bpy.types.Struct
1830
1666
  """
1831
- ...
1832
1667
 
1833
1668
  def bl_rna_get_subclass_py(self) -> typing.Any:
1834
1669
  """
@@ -1836,7 +1671,6 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
1836
1671
  :return: The class or default when not found.
1837
1672
  :rtype: typing.Any
1838
1673
  """
1839
- ...
1840
1674
 
1841
1675
  class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1842
1676
  bl_category: typing.Any
@@ -1854,7 +1688,6 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1854
1688
  :return: The RNA type or default when not found.
1855
1689
  :rtype: bpy.types.Struct
1856
1690
  """
1857
- ...
1858
1691
 
1859
1692
  def bl_rna_get_subclass_py(self) -> typing.Any:
1860
1693
  """
@@ -1862,14 +1695,12 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1862
1695
  :return: The class or default when not found.
1863
1696
  :rtype: typing.Any
1864
1697
  """
1865
- ...
1866
1698
 
1867
1699
  def draw(self, context):
1868
1700
  """
1869
1701
 
1870
1702
  :param context:
1871
1703
  """
1872
- ...
1873
1704
 
1874
1705
  @classmethod
1875
1706
  def poll(cls, context):
@@ -1877,7 +1708,6 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1877
1708
 
1878
1709
  :param context:
1879
1710
  """
1880
- ...
1881
1711
 
1882
1712
  class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1883
1713
  bl_label: typing.Any
@@ -1894,7 +1724,6 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1894
1724
  :return: The RNA type or default when not found.
1895
1725
  :rtype: bpy.types.Struct
1896
1726
  """
1897
- ...
1898
1727
 
1899
1728
  def bl_rna_get_subclass_py(self) -> typing.Any:
1900
1729
  """
@@ -1902,21 +1731,18 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1902
1731
  :return: The class or default when not found.
1903
1732
  :rtype: typing.Any
1904
1733
  """
1905
- ...
1906
1734
 
1907
1735
  def draw(self, context):
1908
1736
  """
1909
1737
 
1910
1738
  :param context:
1911
1739
  """
1912
- ...
1913
1740
 
1914
1741
  def draw_header(self, context):
1915
1742
  """
1916
1743
 
1917
1744
  :param context:
1918
1745
  """
1919
- ...
1920
1746
 
1921
1747
  class VIEW3D_PT_tools_mask_texture(
1922
1748
  View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
@@ -1937,7 +1763,6 @@ class VIEW3D_PT_tools_mask_texture(
1937
1763
  :return: The RNA type or default when not found.
1938
1764
  :rtype: bpy.types.Struct
1939
1765
  """
1940
- ...
1941
1766
 
1942
1767
  def bl_rna_get_subclass_py(self) -> typing.Any:
1943
1768
  """
@@ -1945,14 +1770,12 @@ class VIEW3D_PT_tools_mask_texture(
1945
1770
  :return: The class or default when not found.
1946
1771
  :rtype: typing.Any
1947
1772
  """
1948
- ...
1949
1773
 
1950
1774
  def draw(self, context):
1951
1775
  """
1952
1776
 
1953
1777
  :param context:
1954
1778
  """
1955
- ...
1956
1779
 
1957
1780
  @classmethod
1958
1781
  def poll(cls, context):
@@ -1960,7 +1783,6 @@ class VIEW3D_PT_tools_mask_texture(
1960
1783
 
1961
1784
  :param context:
1962
1785
  """
1963
- ...
1964
1786
 
1965
1787
  class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
1966
1788
  bl_category: typing.Any
@@ -1979,7 +1801,6 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
1979
1801
  :return: The RNA type or default when not found.
1980
1802
  :rtype: bpy.types.Struct
1981
1803
  """
1982
- ...
1983
1804
 
1984
1805
  def bl_rna_get_subclass_py(self) -> typing.Any:
1985
1806
  """
@@ -1987,14 +1808,12 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
1987
1808
  :return: The class or default when not found.
1988
1809
  :rtype: typing.Any
1989
1810
  """
1990
- ...
1991
1811
 
1992
1812
  def draw(self, _context):
1993
1813
  """
1994
1814
 
1995
1815
  :param _context:
1996
1816
  """
1997
- ...
1998
1817
 
1999
1818
  class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
2000
1819
  bl_category: typing.Any
@@ -2012,7 +1831,6 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
2012
1831
  :return: The RNA type or default when not found.
2013
1832
  :rtype: bpy.types.Struct
2014
1833
  """
2015
- ...
2016
1834
 
2017
1835
  def bl_rna_get_subclass_py(self) -> typing.Any:
2018
1836
  """
@@ -2020,14 +1838,12 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
2020
1838
  :return: The class or default when not found.
2021
1839
  :rtype: typing.Any
2022
1840
  """
2023
- ...
2024
1841
 
2025
1842
  def draw(self, context):
2026
1843
  """
2027
1844
 
2028
1845
  :param context:
2029
1846
  """
2030
- ...
2031
1847
 
2032
1848
  @classmethod
2033
1849
  def poll(cls, context):
@@ -2035,7 +1851,6 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
2035
1851
 
2036
1852
  :param context:
2037
1853
  """
2038
- ...
2039
1854
 
2040
1855
  class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
2041
1856
  bl_category: typing.Any
@@ -2053,7 +1868,6 @@ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
2053
1868
  :return: The RNA type or default when not found.
2054
1869
  :rtype: bpy.types.Struct
2055
1870
  """
2056
- ...
2057
1871
 
2058
1872
  def bl_rna_get_subclass_py(self) -> typing.Any:
2059
1873
  """
@@ -2061,14 +1875,12 @@ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
2061
1875
  :return: The class or default when not found.
2062
1876
  :rtype: typing.Any
2063
1877
  """
2064
- ...
2065
1878
 
2066
1879
  def draw(self, context):
2067
1880
  """
2068
1881
 
2069
1882
  :param context:
2070
1883
  """
2071
- ...
2072
1884
 
2073
1885
  class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
2074
1886
  bl_category: typing.Any
@@ -2085,7 +1897,6 @@ class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
2085
1897
  :return: The RNA type or default when not found.
2086
1898
  :rtype: bpy.types.Struct
2087
1899
  """
2088
- ...
2089
1900
 
2090
1901
  def bl_rna_get_subclass_py(self) -> typing.Any:
2091
1902
  """
@@ -2093,14 +1904,12 @@ class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
2093
1904
  :return: The class or default when not found.
2094
1905
  :rtype: typing.Any
2095
1906
  """
2096
- ...
2097
1907
 
2098
1908
  def draw(self, context):
2099
1909
  """
2100
1910
 
2101
1911
  :param context:
2102
1912
  """
2103
- ...
2104
1913
 
2105
1914
  class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
2106
1915
  bl_category: typing.Any
@@ -2118,7 +1927,6 @@ class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
2118
1927
  :return: The RNA type or default when not found.
2119
1928
  :rtype: bpy.types.Struct
2120
1929
  """
2121
- ...
2122
1930
 
2123
1931
  def bl_rna_get_subclass_py(self) -> typing.Any:
2124
1932
  """
@@ -2126,14 +1934,12 @@ class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
2126
1934
  :return: The class or default when not found.
2127
1935
  :rtype: typing.Any
2128
1936
  """
2129
- ...
2130
1937
 
2131
1938
  def draw(self, context):
2132
1939
  """
2133
1940
 
2134
1941
  :param context:
2135
1942
  """
2136
- ...
2137
1943
 
2138
1944
  class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
2139
1945
  """Default tools for particle mode"""
@@ -2153,7 +1959,6 @@ class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
2153
1959
  :return: The RNA type or default when not found.
2154
1960
  :rtype: bpy.types.Struct
2155
1961
  """
2156
- ...
2157
1962
 
2158
1963
  def bl_rna_get_subclass_py(self) -> typing.Any:
2159
1964
  """
@@ -2161,14 +1966,12 @@ class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
2161
1966
  :return: The class or default when not found.
2162
1967
  :rtype: typing.Any
2163
1968
  """
2164
- ...
2165
1969
 
2166
1970
  def draw(self, context):
2167
1971
  """
2168
1972
 
2169
1973
  :param context:
2170
1974
  """
2171
- ...
2172
1975
 
2173
1976
  class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel):
2174
1977
  """Default tools for particle mode"""
@@ -2187,7 +1990,6 @@ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel)
2187
1990
  :return: The RNA type or default when not found.
2188
1991
  :rtype: bpy.types.Struct
2189
1992
  """
2190
- ...
2191
1993
 
2192
1994
  def bl_rna_get_subclass_py(self) -> typing.Any:
2193
1995
  """
@@ -2195,14 +1997,12 @@ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel)
2195
1997
  :return: The class or default when not found.
2196
1998
  :rtype: typing.Any
2197
1999
  """
2198
- ...
2199
2000
 
2200
2001
  def draw(self, context):
2201
2002
  """
2202
2003
 
2203
2004
  :param context:
2204
2005
  """
2205
- ...
2206
2006
 
2207
2007
  class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel):
2208
2008
  """Default tools for particle mode"""
@@ -2222,7 +2022,6 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel
2222
2022
  :return: The RNA type or default when not found.
2223
2023
  :rtype: bpy.types.Struct
2224
2024
  """
2225
- ...
2226
2025
 
2227
2026
  def bl_rna_get_subclass_py(self) -> typing.Any:
2228
2027
  """
@@ -2230,14 +2029,12 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel
2230
2029
  :return: The class or default when not found.
2231
2030
  :rtype: typing.Any
2232
2031
  """
2233
- ...
2234
2032
 
2235
2033
  def draw(self, context):
2236
2034
  """
2237
2035
 
2238
2036
  :param context:
2239
2037
  """
2240
- ...
2241
2038
 
2242
2039
  class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
2243
2040
  bl_category: typing.Any
@@ -2254,7 +2051,6 @@ class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
2254
2051
  :return: The RNA type or default when not found.
2255
2052
  :rtype: bpy.types.Struct
2256
2053
  """
2257
- ...
2258
2054
 
2259
2055
  def bl_rna_get_subclass_py(self) -> typing.Any:
2260
2056
  """
@@ -2262,14 +2058,12 @@ class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
2262
2058
  :return: The class or default when not found.
2263
2059
  :rtype: typing.Any
2264
2060
  """
2265
- ...
2266
2061
 
2267
2062
  def draw(self, context):
2268
2063
  """
2269
2064
 
2270
2065
  :param context:
2271
2066
  """
2272
- ...
2273
2067
 
2274
2068
  class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy.types.Panel):
2275
2069
  bl_label: typing.Any
@@ -2284,7 +2078,6 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy.types.Panel):
2284
2078
  :return: The RNA type or default when not found.
2285
2079
  :rtype: bpy.types.Struct
2286
2080
  """
2287
- ...
2288
2081
 
2289
2082
  def bl_rna_get_subclass_py(self) -> typing.Any:
2290
2083
  """
@@ -2292,7 +2085,6 @@ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy.types.Panel):
2292
2085
  :return: The class or default when not found.
2293
2086
  :rtype: typing.Any
2294
2087
  """
2295
- ...
2296
2088
 
2297
2089
  class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy.types.Panel):
2298
2090
  bl_label: typing.Any
@@ -2307,7 +2099,6 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy.types.Panel):
2307
2099
  :return: The RNA type or default when not found.
2308
2100
  :rtype: bpy.types.Struct
2309
2101
  """
2310
- ...
2311
2102
 
2312
2103
  def bl_rna_get_subclass_py(self) -> typing.Any:
2313
2104
  """
@@ -2315,7 +2106,6 @@ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy.types.Panel):
2315
2106
  :return: The class or default when not found.
2316
2107
  :rtype: typing.Any
2317
2108
  """
2318
- ...
2319
2109
 
2320
2110
  class VIEW3D_PT_tools_grease_pencil_brush_settings(
2321
2111
  View3DPanel, bpy.types.Panel, GreasePencilPaintPanel
@@ -2335,7 +2125,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
2335
2125
  :return: The RNA type or default when not found.
2336
2126
  :rtype: bpy.types.Struct
2337
2127
  """
2338
- ...
2339
2128
 
2340
2129
  def bl_rna_get_subclass_py(self) -> typing.Any:
2341
2130
  """
@@ -2343,21 +2132,18 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
2343
2132
  :return: The class or default when not found.
2344
2133
  :rtype: typing.Any
2345
2134
  """
2346
- ...
2347
2135
 
2348
2136
  def draw(self, context):
2349
2137
  """
2350
2138
 
2351
2139
  :param context:
2352
2140
  """
2353
- ...
2354
2141
 
2355
2142
  def draw_header_preset(self, _context):
2356
2143
  """
2357
2144
 
2358
2145
  :param _context:
2359
2146
  """
2360
- ...
2361
2147
 
2362
2148
  class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2363
2149
  View3DPanel, bpy.types.Panel, GreasePencilSculptPanel
@@ -2376,7 +2162,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2376
2162
  :return: The RNA type or default when not found.
2377
2163
  :rtype: bpy.types.Struct
2378
2164
  """
2379
- ...
2380
2165
 
2381
2166
  def bl_rna_get_subclass_py(self) -> typing.Any:
2382
2167
  """
@@ -2384,14 +2169,12 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2384
2169
  :return: The class or default when not found.
2385
2170
  :rtype: typing.Any
2386
2171
  """
2387
- ...
2388
2172
 
2389
2173
  def draw(self, context):
2390
2174
  """
2391
2175
 
2392
2176
  :param context:
2393
2177
  """
2394
- ...
2395
2178
 
2396
2179
  class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2397
2180
  View3DPanel, bpy.types.Panel, GreasePencilV3PaintPanel
@@ -2411,7 +2194,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2411
2194
  :return: The RNA type or default when not found.
2412
2195
  :rtype: bpy.types.Struct
2413
2196
  """
2414
- ...
2415
2197
 
2416
2198
  def bl_rna_get_subclass_py(self) -> typing.Any:
2417
2199
  """
@@ -2419,21 +2201,18 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2419
2201
  :return: The class or default when not found.
2420
2202
  :rtype: typing.Any
2421
2203
  """
2422
- ...
2423
2204
 
2424
2205
  def draw(self, context):
2425
2206
  """
2426
2207
 
2427
2208
  :param context:
2428
2209
  """
2429
- ...
2430
2210
 
2431
2211
  def draw_header_preset(self, _context):
2432
2212
  """
2433
2213
 
2434
2214
  :param _context:
2435
2215
  """
2436
- ...
2437
2216
 
2438
2217
  class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2439
2218
  View3DPanel, bpy.types.Panel, GreasePencilVertexPanel
@@ -2452,7 +2231,6 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2452
2231
  :return: The RNA type or default when not found.
2453
2232
  :rtype: bpy.types.Struct
2454
2233
  """
2455
- ...
2456
2234
 
2457
2235
  def bl_rna_get_subclass_py(self) -> typing.Any:
2458
2236
  """
@@ -2460,14 +2238,12 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2460
2238
  :return: The class or default when not found.
2461
2239
  :rtype: typing.Any
2462
2240
  """
2463
- ...
2464
2241
 
2465
2242
  def draw(self, context):
2466
2243
  """
2467
2244
 
2468
2245
  :param context:
2469
2246
  """
2470
- ...
2471
2247
 
2472
2248
  class VIEW3D_PT_tools_grease_pencil_weight_options(
2473
2249
  View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
@@ -2487,7 +2263,6 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
2487
2263
  :return: The RNA type or default when not found.
2488
2264
  :rtype: bpy.types.Struct
2489
2265
  """
2490
- ...
2491
2266
 
2492
2267
  def bl_rna_get_subclass_py(self) -> typing.Any:
2493
2268
  """
@@ -2495,14 +2270,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
2495
2270
  :return: The class or default when not found.
2496
2271
  :rtype: typing.Any
2497
2272
  """
2498
- ...
2499
2273
 
2500
2274
  def draw(self, context):
2501
2275
  """
2502
2276
 
2503
2277
  :param context:
2504
2278
  """
2505
- ...
2506
2279
 
2507
2280
  class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2508
2281
  View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
@@ -2521,7 +2294,6 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2521
2294
  :return: The RNA type or default when not found.
2522
2295
  :rtype: bpy.types.Struct
2523
2296
  """
2524
- ...
2525
2297
 
2526
2298
  def bl_rna_get_subclass_py(self) -> typing.Any:
2527
2299
  """
@@ -2529,14 +2301,12 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2529
2301
  :return: The class or default when not found.
2530
2302
  :rtype: typing.Any
2531
2303
  """
2532
- ...
2533
2304
 
2534
2305
  def draw(self, context):
2535
2306
  """
2536
2307
 
2537
2308
  :param context:
2538
2309
  """
2539
- ...
2540
2310
 
2541
2311
  class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2542
2312
  bl_category: typing.Any
@@ -2554,7 +2324,6 @@ class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2554
2324
  :return: The RNA type or default when not found.
2555
2325
  :rtype: bpy.types.Struct
2556
2326
  """
2557
- ...
2558
2327
 
2559
2328
  def bl_rna_get_subclass_py(self) -> typing.Any:
2560
2329
  """
@@ -2562,14 +2331,12 @@ class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2562
2331
  :return: The class or default when not found.
2563
2332
  :rtype: typing.Any
2564
2333
  """
2565
- ...
2566
2334
 
2567
2335
  def draw(self, context):
2568
2336
  """
2569
2337
 
2570
2338
  :param context:
2571
2339
  """
2572
- ...
2573
2340
 
2574
2341
  @classmethod
2575
2342
  def poll(cls, context):
@@ -2577,7 +2344,6 @@ class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2577
2344
 
2578
2345
  :param context:
2579
2346
  """
2580
- ...
2581
2347
 
2582
2348
  class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
2583
2349
  bl_category: typing.Any
@@ -2590,7 +2356,6 @@ class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
2590
2356
 
2591
2357
  :param _context:
2592
2358
  """
2593
- ...
2594
2359
 
2595
2360
  @classmethod
2596
2361
  def poll(cls, _context):
@@ -2598,7 +2363,6 @@ class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
2598
2363
 
2599
2364
  :param _context:
2600
2365
  """
2601
- ...
2602
2366
 
2603
2367
  class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2604
2368
  bl_category: typing.Any
@@ -2617,7 +2381,6 @@ class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2617
2381
  :return: The RNA type or default when not found.
2618
2382
  :rtype: bpy.types.Struct
2619
2383
  """
2620
- ...
2621
2384
 
2622
2385
  def bl_rna_get_subclass_py(self) -> typing.Any:
2623
2386
  """
@@ -2625,21 +2388,18 @@ class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2625
2388
  :return: The class or default when not found.
2626
2389
  :rtype: typing.Any
2627
2390
  """
2628
- ...
2629
2391
 
2630
2392
  def draw(self, context):
2631
2393
  """
2632
2394
 
2633
2395
  :param context:
2634
2396
  """
2635
- ...
2636
2397
 
2637
2398
  def draw_header(self, context):
2638
2399
  """
2639
2400
 
2640
2401
  :param context:
2641
2402
  """
2642
- ...
2643
2403
 
2644
2404
  @classmethod
2645
2405
  def poll(cls, context):
@@ -2647,7 +2407,6 @@ class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2647
2407
 
2648
2408
  :param context:
2649
2409
  """
2650
- ...
2651
2410
 
2652
2411
  class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2653
2412
  bl_category: typing.Any
@@ -2666,7 +2425,6 @@ class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2666
2425
  :return: The RNA type or default when not found.
2667
2426
  :rtype: bpy.types.Struct
2668
2427
  """
2669
- ...
2670
2428
 
2671
2429
  def bl_rna_get_subclass_py(self) -> typing.Any:
2672
2430
  """
@@ -2674,14 +2432,12 @@ class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2674
2432
  :return: The class or default when not found.
2675
2433
  :rtype: typing.Any
2676
2434
  """
2677
- ...
2678
2435
 
2679
2436
  def draw(self, context):
2680
2437
  """
2681
2438
 
2682
2439
  :param context:
2683
2440
  """
2684
- ...
2685
2441
 
2686
2442
  @classmethod
2687
2443
  def poll(cls, context):
@@ -2689,7 +2445,6 @@ class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2689
2445
 
2690
2446
  :param context:
2691
2447
  """
2692
- ...
2693
2448
 
2694
2449
  class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2695
2450
  bl_category: typing.Any
@@ -2707,7 +2462,6 @@ class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2707
2462
  :return: The RNA type or default when not found.
2708
2463
  :rtype: bpy.types.Struct
2709
2464
  """
2710
- ...
2711
2465
 
2712
2466
  def bl_rna_get_subclass_py(self) -> typing.Any:
2713
2467
  """
@@ -2715,14 +2469,12 @@ class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2715
2469
  :return: The class or default when not found.
2716
2470
  :rtype: typing.Any
2717
2471
  """
2718
- ...
2719
2472
 
2720
2473
  def draw(self, context):
2721
2474
  """
2722
2475
 
2723
2476
  :param context:
2724
2477
  """
2725
- ...
2726
2478
 
2727
2479
  @classmethod
2728
2480
  def poll(cls, context):
@@ -2730,7 +2482,6 @@ class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2730
2482
 
2731
2483
  :param context:
2732
2484
  """
2733
- ...
2734
2485
 
2735
2486
  class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2736
2487
  bl_category: typing.Any
@@ -2748,7 +2499,6 @@ class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2748
2499
  :return: The RNA type or default when not found.
2749
2500
  :rtype: bpy.types.Struct
2750
2501
  """
2751
- ...
2752
2502
 
2753
2503
  def bl_rna_get_subclass_py(self) -> typing.Any:
2754
2504
  """
@@ -2756,14 +2506,12 @@ class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2756
2506
  :return: The class or default when not found.
2757
2507
  :rtype: typing.Any
2758
2508
  """
2759
- ...
2760
2509
 
2761
2510
  def draw(self, context):
2762
2511
  """
2763
2512
 
2764
2513
  :param context:
2765
2514
  """
2766
- ...
2767
2515
 
2768
2516
  @classmethod
2769
2517
  def poll(cls, context):
@@ -2771,7 +2519,6 @@ class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2771
2519
 
2772
2520
  :param context:
2773
2521
  """
2774
- ...
2775
2522
 
2776
2523
  class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2777
2524
  bl_category: typing.Any
@@ -2790,7 +2537,6 @@ class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2790
2537
  :return: The RNA type or default when not found.
2791
2538
  :rtype: bpy.types.Struct
2792
2539
  """
2793
- ...
2794
2540
 
2795
2541
  def bl_rna_get_subclass_py(self) -> typing.Any:
2796
2542
  """
@@ -2798,14 +2544,12 @@ class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2798
2544
  :return: The class or default when not found.
2799
2545
  :rtype: typing.Any
2800
2546
  """
2801
- ...
2802
2547
 
2803
2548
  def draw(self, context):
2804
2549
  """
2805
2550
 
2806
2551
  :param context:
2807
2552
  """
2808
- ...
2809
2553
 
2810
2554
  @classmethod
2811
2555
  def poll(cls, context):
@@ -2813,7 +2557,6 @@ class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2813
2557
 
2814
2558
  :param context:
2815
2559
  """
2816
- ...
2817
2560
 
2818
2561
  class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
2819
2562
  bl_category: typing.Any
@@ -2831,7 +2574,6 @@ class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
2831
2574
  :return: The RNA type or default when not found.
2832
2575
  :rtype: bpy.types.Struct
2833
2576
  """
2834
- ...
2835
2577
 
2836
2578
  def bl_rna_get_subclass_py(self) -> typing.Any:
2837
2579
  """
@@ -2839,14 +2581,12 @@ class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
2839
2581
  :return: The class or default when not found.
2840
2582
  :rtype: typing.Any
2841
2583
  """
2842
- ...
2843
2584
 
2844
2585
  def draw(self, context):
2845
2586
  """
2846
2587
 
2847
2588
  :param context:
2848
2589
  """
2849
- ...
2850
2590
 
2851
2591
  @classmethod
2852
2592
  def poll(cls, context):
@@ -2854,7 +2594,6 @@ class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
2854
2594
 
2855
2595
  :param context:
2856
2596
  """
2857
- ...
2858
2597
 
2859
2598
  class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2860
2599
  bl_category: typing.Any
@@ -2873,7 +2612,6 @@ class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2873
2612
  :return: The RNA type or default when not found.
2874
2613
  :rtype: bpy.types.Struct
2875
2614
  """
2876
- ...
2877
2615
 
2878
2616
  def bl_rna_get_subclass_py(self) -> typing.Any:
2879
2617
  """
@@ -2881,14 +2619,12 @@ class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2881
2619
  :return: The class or default when not found.
2882
2620
  :rtype: typing.Any
2883
2621
  """
2884
- ...
2885
2622
 
2886
2623
  def draw(self, context):
2887
2624
  """
2888
2625
 
2889
2626
  :param context:
2890
2627
  """
2891
- ...
2892
2628
 
2893
2629
  @classmethod
2894
2630
  def poll(cls, context):
@@ -2896,7 +2632,6 @@ class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2896
2632
 
2897
2633
  :param context:
2898
2634
  """
2899
- ...
2900
2635
 
2901
2636
  class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2902
2637
  bpy.types.Panel,
@@ -2918,7 +2653,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2918
2653
  :return: The RNA type or default when not found.
2919
2654
  :rtype: bpy.types.Struct
2920
2655
  """
2921
- ...
2922
2656
 
2923
2657
  def bl_rna_get_subclass_py(self) -> typing.Any:
2924
2658
  """
@@ -2926,7 +2660,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2926
2660
  :return: The class or default when not found.
2927
2661
  :rtype: typing.Any
2928
2662
  """
2929
- ...
2930
2663
 
2931
2664
  @classmethod
2932
2665
  def poll(cls, context):
@@ -2934,7 +2667,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2934
2667
 
2935
2668
  :param context:
2936
2669
  """
2937
- ...
2938
2670
 
2939
2671
  class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
2940
2672
  bpy.types.Panel,
@@ -2956,7 +2688,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
2956
2688
  :return: The RNA type or default when not found.
2957
2689
  :rtype: bpy.types.Struct
2958
2690
  """
2959
- ...
2960
2691
 
2961
2692
  def bl_rna_get_subclass_py(self) -> typing.Any:
2962
2693
  """
@@ -2964,7 +2695,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
2964
2695
  :return: The class or default when not found.
2965
2696
  :rtype: typing.Any
2966
2697
  """
2967
- ...
2968
2698
 
2969
2699
  @classmethod
2970
2700
  def poll(cls, context):
@@ -2972,7 +2702,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
2972
2702
 
2973
2703
  :param context:
2974
2704
  """
2975
- ...
2976
2705
 
2977
2706
  class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2978
2707
  bpy.types.Panel,
@@ -2994,7 +2723,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2994
2723
  :return: The RNA type or default when not found.
2995
2724
  :rtype: bpy.types.Struct
2996
2725
  """
2997
- ...
2998
2726
 
2999
2727
  def bl_rna_get_subclass_py(self) -> typing.Any:
3000
2728
  """
@@ -3002,7 +2730,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
3002
2730
  :return: The class or default when not found.
3003
2731
  :rtype: typing.Any
3004
2732
  """
3005
- ...
3006
2733
 
3007
2734
  @classmethod
3008
2735
  def poll(cls, context):
@@ -3010,7 +2737,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
3010
2737
 
3011
2738
  :param context:
3012
2739
  """
3013
- ...
3014
2740
 
3015
2741
  class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
3016
2742
  bpy.types.Panel,
@@ -3033,7 +2759,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
3033
2759
  :return: The RNA type or default when not found.
3034
2760
  :rtype: bpy.types.Struct
3035
2761
  """
3036
- ...
3037
2762
 
3038
2763
  def bl_rna_get_subclass_py(self) -> typing.Any:
3039
2764
  """
@@ -3041,7 +2766,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
3041
2766
  :return: The class or default when not found.
3042
2767
  :rtype: typing.Any
3043
2768
  """
3044
- ...
3045
2769
 
3046
2770
  @classmethod
3047
2771
  def poll(cls, context):
@@ -3049,7 +2773,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
3049
2773
 
3050
2774
  :param context:
3051
2775
  """
3052
- ...
3053
2776
 
3054
2777
  class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPanel):
3055
2778
  bl_category: typing.Any
@@ -3068,7 +2791,6 @@ class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPa
3068
2791
  :return: The RNA type or default when not found.
3069
2792
  :rtype: bpy.types.Struct
3070
2793
  """
3071
- ...
3072
2794
 
3073
2795
  def bl_rna_get_subclass_py(self) -> typing.Any:
3074
2796
  """
@@ -3076,14 +2798,12 @@ class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPa
3076
2798
  :return: The class or default when not found.
3077
2799
  :rtype: typing.Any
3078
2800
  """
3079
- ...
3080
2801
 
3081
2802
  def draw(self, context):
3082
2803
  """
3083
2804
 
3084
2805
  :param context:
3085
2806
  """
3086
- ...
3087
2807
 
3088
2808
  class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3089
2809
  bl_category: typing.Any
@@ -3101,7 +2821,6 @@ class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3101
2821
  :return: The RNA type or default when not found.
3102
2822
  :rtype: bpy.types.Struct
3103
2823
  """
3104
- ...
3105
2824
 
3106
2825
  def bl_rna_get_subclass_py(self) -> typing.Any:
3107
2826
  """
@@ -3109,14 +2828,12 @@ class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3109
2828
  :return: The class or default when not found.
3110
2829
  :rtype: typing.Any
3111
2830
  """
3112
- ...
3113
2831
 
3114
2832
  def draw(self, context):
3115
2833
  """
3116
2834
 
3117
2835
  :param context:
3118
2836
  """
3119
- ...
3120
2837
 
3121
2838
  @classmethod
3122
2839
  def poll(cls, context):
@@ -3124,7 +2841,6 @@ class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3124
2841
 
3125
2842
  :param context:
3126
2843
  """
3127
- ...
3128
2844
 
3129
2845
  class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
3130
2846
  bl_category: typing.Any
@@ -3142,7 +2858,6 @@ class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
3142
2858
  :return: The RNA type or default when not found.
3143
2859
  :rtype: bpy.types.Struct
3144
2860
  """
3145
- ...
3146
2861
 
3147
2862
  def bl_rna_get_subclass_py(self) -> typing.Any:
3148
2863
  """
@@ -3150,14 +2865,12 @@ class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
3150
2865
  :return: The class or default when not found.
3151
2866
  :rtype: typing.Any
3152
2867
  """
3153
- ...
3154
2868
 
3155
2869
  def draw(self, context):
3156
2870
  """
3157
2871
 
3158
2872
  :param context:
3159
2873
  """
3160
- ...
3161
2874
 
3162
2875
  @classmethod
3163
2876
  def poll(cls, context):
@@ -3165,7 +2878,6 @@ class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
3165
2878
 
3166
2879
  :param context:
3167
2880
  """
3168
- ...
3169
2881
 
3170
2882
  class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
3171
2883
  bl_category: typing.Any
@@ -3183,7 +2895,6 @@ class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
3183
2895
  :return: The RNA type or default when not found.
3184
2896
  :rtype: bpy.types.Struct
3185
2897
  """
3186
- ...
3187
2898
 
3188
2899
  def bl_rna_get_subclass_py(self) -> typing.Any:
3189
2900
  """
@@ -3191,14 +2902,12 @@ class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
3191
2902
  :return: The class or default when not found.
3192
2903
  :rtype: typing.Any
3193
2904
  """
3194
- ...
3195
2905
 
3196
2906
  def draw(self, _context):
3197
2907
  """
3198
2908
 
3199
2909
  :param _context:
3200
2910
  """
3201
- ...
3202
2911
 
3203
2912
  @classmethod
3204
2913
  def poll(cls, _context):
@@ -3206,7 +2915,6 @@ class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
3206
2915
 
3207
2916
  :param _context:
3208
2917
  """
3209
- ...
3210
2918
 
3211
2919
  class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3212
2920
  bl_category: typing.Any
@@ -3224,7 +2932,6 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3224
2932
  :return: The RNA type or default when not found.
3225
2933
  :rtype: bpy.types.Struct
3226
2934
  """
3227
- ...
3228
2935
 
3229
2936
  def bl_rna_get_subclass_py(self) -> typing.Any:
3230
2937
  """
@@ -3232,14 +2939,12 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3232
2939
  :return: The class or default when not found.
3233
2940
  :rtype: typing.Any
3234
2941
  """
3235
- ...
3236
2942
 
3237
2943
  def draw(self, context):
3238
2944
  """
3239
2945
 
3240
2946
  :param context:
3241
2947
  """
3242
- ...
3243
2948
 
3244
2949
  @classmethod
3245
2950
  def poll(cls, context):
@@ -3247,7 +2952,6 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3247
2952
 
3248
2953
  :param context:
3249
2954
  """
3250
- ...
3251
2955
 
3252
2956
  class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
3253
2957
  bl_category: typing.Any
@@ -3264,7 +2968,6 @@ class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
3264
2968
  :return: The RNA type or default when not found.
3265
2969
  :rtype: bpy.types.Struct
3266
2970
  """
3267
- ...
3268
2971
 
3269
2972
  def bl_rna_get_subclass_py(self) -> typing.Any:
3270
2973
  """
@@ -3272,14 +2975,12 @@ class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
3272
2975
  :return: The class or default when not found.
3273
2976
  :rtype: typing.Any
3274
2977
  """
3275
- ...
3276
2978
 
3277
2979
  def draw(self, context):
3278
2980
  """
3279
2981
 
3280
2982
  :param context:
3281
2983
  """
3282
- ...
3283
2984
 
3284
2985
  @classmethod
3285
2986
  def poll(cls, context):
@@ -3287,7 +2988,6 @@ class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
3287
2988
 
3288
2989
  :param context:
3289
2990
  """
3290
- ...
3291
2991
 
3292
2992
  class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
3293
2993
  bl_category: typing.Any
@@ -3305,7 +3005,6 @@ class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
3305
3005
  :return: The RNA type or default when not found.
3306
3006
  :rtype: bpy.types.Struct
3307
3007
  """
3308
- ...
3309
3008
 
3310
3009
  def bl_rna_get_subclass_py(self) -> typing.Any:
3311
3010
  """
@@ -3313,14 +3012,12 @@ class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
3313
3012
  :return: The class or default when not found.
3314
3013
  :rtype: typing.Any
3315
3014
  """
3316
- ...
3317
3015
 
3318
3016
  def draw(self, context):
3319
3017
  """
3320
3018
 
3321
3019
  :param context:
3322
3020
  """
3323
- ...
3324
3021
 
3325
3022
  class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3326
3023
  bl_category: typing.Any
@@ -3338,7 +3035,6 @@ class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3338
3035
  :return: The RNA type or default when not found.
3339
3036
  :rtype: bpy.types.Struct
3340
3037
  """
3341
- ...
3342
3038
 
3343
3039
  def bl_rna_get_subclass_py(self) -> typing.Any:
3344
3040
  """
@@ -3346,14 +3042,12 @@ class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3346
3042
  :return: The class or default when not found.
3347
3043
  :rtype: typing.Any
3348
3044
  """
3349
- ...
3350
3045
 
3351
3046
  def draw(self, context):
3352
3047
  """
3353
3048
 
3354
3049
  :param context:
3355
3050
  """
3356
- ...
3357
3051
 
3358
3052
  @classmethod
3359
3053
  def poll(cls, context):
@@ -3361,7 +3055,6 @@ class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3361
3055
 
3362
3056
  :param context:
3363
3057
  """
3364
- ...
3365
3058
 
3366
3059
  class View3DPaintBrushPanel(View3DPaintPanel):
3367
3060
  bl_category: typing.Any
@@ -3374,7 +3067,6 @@ class View3DPaintBrushPanel(View3DPaintPanel):
3374
3067
 
3375
3068
  :param context:
3376
3069
  """
3377
- ...
3378
3070
 
3379
3071
  class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPanel):
3380
3072
  bl_category: typing.Any
@@ -3393,7 +3085,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPane
3393
3085
  :return: The RNA type or default when not found.
3394
3086
  :rtype: bpy.types.Struct
3395
3087
  """
3396
- ...
3397
3088
 
3398
3089
  def bl_rna_get_subclass_py(self) -> typing.Any:
3399
3090
  """
@@ -3401,21 +3092,18 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPane
3401
3092
  :return: The class or default when not found.
3402
3093
  :rtype: typing.Any
3403
3094
  """
3404
- ...
3405
3095
 
3406
3096
  def draw(self, context):
3407
3097
  """
3408
3098
 
3409
3099
  :param context:
3410
3100
  """
3411
- ...
3412
3101
 
3413
3102
  def draw_header(self, context):
3414
3103
  """
3415
3104
 
3416
3105
  :param context:
3417
3106
  """
3418
- ...
3419
3107
 
3420
3108
  @classmethod
3421
3109
  def poll(cls, context):
@@ -3423,7 +3111,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPane
3423
3111
 
3424
3112
  :param context:
3425
3113
  """
3426
- ...
3427
3114
 
3428
3115
  class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3429
3116
  bl_category: typing.Any
@@ -3443,7 +3130,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3443
3130
  :return: The RNA type or default when not found.
3444
3131
  :rtype: bpy.types.Struct
3445
3132
  """
3446
- ...
3447
3133
 
3448
3134
  def bl_rna_get_subclass_py(self) -> typing.Any:
3449
3135
  """
@@ -3451,14 +3137,12 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3451
3137
  :return: The class or default when not found.
3452
3138
  :rtype: typing.Any
3453
3139
  """
3454
- ...
3455
3140
 
3456
3141
  def draw(self, _context):
3457
3142
  """
3458
3143
 
3459
3144
  :param _context:
3460
3145
  """
3461
- ...
3462
3146
 
3463
3147
  @classmethod
3464
3148
  def poll(cls, context):
@@ -3466,7 +3150,6 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3466
3150
 
3467
3151
  :param context:
3468
3152
  """
3469
- ...
3470
3153
 
3471
3154
  class VIEW3D_PT_tools_grease_pencil_paint_appearance(
3472
3155
  bpy.types.Panel,
@@ -3490,7 +3173,6 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
3490
3173
  :return: The RNA type or default when not found.
3491
3174
  :rtype: bpy.types.Struct
3492
3175
  """
3493
- ...
3494
3176
 
3495
3177
  def bl_rna_get_subclass_py(self) -> typing.Any:
3496
3178
  """
@@ -3498,7 +3180,6 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
3498
3180
  :return: The class or default when not found.
3499
3181
  :rtype: typing.Any
3500
3182
  """
3501
- ...
3502
3183
 
3503
3184
  class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
3504
3185
  bpy.types.Panel,
@@ -3521,7 +3202,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
3521
3202
  :return: The RNA type or default when not found.
3522
3203
  :rtype: bpy.types.Struct
3523
3204
  """
3524
- ...
3525
3205
 
3526
3206
  def bl_rna_get_subclass_py(self) -> typing.Any:
3527
3207
  """
@@ -3529,7 +3209,6 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
3529
3209
  :return: The class or default when not found.
3530
3210
  :rtype: typing.Any
3531
3211
  """
3532
- ...
3533
3212
 
3534
3213
  class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DPanel):
3535
3214
  bl_category: typing.Any
@@ -3548,7 +3227,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DP
3548
3227
  :return: The RNA type or default when not found.
3549
3228
  :rtype: bpy.types.Struct
3550
3229
  """
3551
- ...
3552
3230
 
3553
3231
  def bl_rna_get_subclass_py(self) -> typing.Any:
3554
3232
  """
@@ -3556,21 +3234,18 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DP
3556
3234
  :return: The class or default when not found.
3557
3235
  :rtype: typing.Any
3558
3236
  """
3559
- ...
3560
3237
 
3561
3238
  def draw(self, context):
3562
3239
  """
3563
3240
 
3564
3241
  :param context:
3565
3242
  """
3566
- ...
3567
3243
 
3568
3244
  def draw_header(self, context):
3569
3245
  """
3570
3246
 
3571
3247
  :param context:
3572
3248
  """
3573
- ...
3574
3249
 
3575
3250
  @classmethod
3576
3251
  def poll(cls, context):
@@ -3578,7 +3253,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DP
3578
3253
 
3579
3254
  :param context:
3580
3255
  """
3581
- ...
3582
3256
 
3583
3257
  class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel):
3584
3258
  bl_category: typing.Any
@@ -3598,7 +3272,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel
3598
3272
  :return: The RNA type or default when not found.
3599
3273
  :rtype: bpy.types.Struct
3600
3274
  """
3601
- ...
3602
3275
 
3603
3276
  def bl_rna_get_subclass_py(self) -> typing.Any:
3604
3277
  """
@@ -3606,14 +3279,12 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel
3606
3279
  :return: The class or default when not found.
3607
3280
  :rtype: typing.Any
3608
3281
  """
3609
- ...
3610
3282
 
3611
3283
  def draw(self, _context):
3612
3284
  """
3613
3285
 
3614
3286
  :param _context:
3615
3287
  """
3616
- ...
3617
3288
 
3618
3289
  @classmethod
3619
3290
  def poll(cls, context):
@@ -3621,7 +3292,6 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel
3621
3292
 
3622
3293
  :param context:
3623
3294
  """
3624
- ...
3625
3295
 
3626
3296
  class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
3627
3297
  bpy.types.Panel,
@@ -3644,7 +3314,6 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
3644
3314
  :return: The RNA type or default when not found.
3645
3315
  :rtype: bpy.types.Struct
3646
3316
  """
3647
- ...
3648
3317
 
3649
3318
  def bl_rna_get_subclass_py(self) -> typing.Any:
3650
3319
  """
@@ -3652,7 +3321,6 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
3652
3321
  :return: The class or default when not found.
3653
3322
  :rtype: typing.Any
3654
3323
  """
3655
- ...
3656
3324
 
3657
3325
  class VIEW3D_PT_tools_grease_pencil_weight_appearance(
3658
3326
  bpy.types.Panel,
@@ -3675,7 +3343,6 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
3675
3343
  :return: The RNA type or default when not found.
3676
3344
  :rtype: bpy.types.Struct
3677
3345
  """
3678
- ...
3679
3346
 
3680
3347
  def bl_rna_get_subclass_py(self) -> typing.Any:
3681
3348
  """
@@ -3683,7 +3350,6 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
3683
3350
  :return: The class or default when not found.
3684
3351
  :rtype: typing.Any
3685
3352
  """
3686
- ...
3687
3353
 
3688
3354
  class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3689
3355
  bl_category: typing.Any
@@ -3700,7 +3366,6 @@ class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3700
3366
  :return: The RNA type or default when not found.
3701
3367
  :rtype: bpy.types.Struct
3702
3368
  """
3703
- ...
3704
3369
 
3705
3370
  def bl_rna_get_subclass_py(self) -> typing.Any:
3706
3371
  """
@@ -3708,14 +3373,12 @@ class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3708
3373
  :return: The class or default when not found.
3709
3374
  :rtype: typing.Any
3710
3375
  """
3711
- ...
3712
3376
 
3713
3377
  def draw(self, context):
3714
3378
  """
3715
3379
 
3716
3380
  :param context:
3717
3381
  """
3718
- ...
3719
3382
 
3720
3383
  @classmethod
3721
3384
  def poll(cls, context):
@@ -3723,7 +3386,6 @@ class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3723
3386
 
3724
3387
  :param context:
3725
3388
  """
3726
- ...
3727
3389
 
3728
3390
  class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushPanel):
3729
3391
  bl_category: typing.Any
@@ -3743,7 +3405,6 @@ class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushP
3743
3405
  :return: The RNA type or default when not found.
3744
3406
  :rtype: bpy.types.Struct
3745
3407
  """
3746
- ...
3747
3408
 
3748
3409
  def bl_rna_get_subclass_py(self) -> typing.Any:
3749
3410
  """
@@ -3751,14 +3412,12 @@ class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushP
3751
3412
  :return: The class or default when not found.
3752
3413
  :rtype: typing.Any
3753
3414
  """
3754
- ...
3755
3415
 
3756
3416
  def draw(self, context):
3757
3417
  """
3758
3418
 
3759
3419
  :param context:
3760
3420
  """
3761
- ...
3762
3421
 
3763
3422
  @classmethod
3764
3423
  def poll(cls, context):
@@ -3766,7 +3425,6 @@ class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushP
3766
3425
 
3767
3426
  :param context:
3768
3427
  """
3769
- ...
3770
3428
 
3771
3429
  def draw_vpaint_symmetry(layout, vpaint, obj): ...
3772
3430
  def is_not_gpencil_edit_mode(context): ...