fake-bpy-module 20240517__py3-none-any.whl → 20240519__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 (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -2,19 +2,13 @@ import typing
2
2
  import bpy.types
3
3
  import bpy_types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  class MaterialFreestyleButtonsPanel:
8
- """ """
9
-
10
9
  bl_context: typing.Any
11
- """ """
12
-
13
10
  bl_region_type: typing.Any
14
- """ """
15
-
16
11
  bl_space_type: typing.Any
17
- """ """
18
12
 
19
13
  def poll(self, context):
20
14
  """
@@ -24,16 +18,9 @@ class MaterialFreestyleButtonsPanel:
24
18
  ...
25
19
 
26
20
  class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
27
- """ """
28
-
29
21
  bl_label: typing.Any
30
- """ """
31
-
32
22
  bl_rna: typing.Any
33
- """ """
34
-
35
23
  id_data: typing.Any
36
- """ """
37
24
 
38
25
  def append(self, draw_func):
39
26
  """Append a draw function to this menu,
@@ -138,10 +125,7 @@ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
138
125
  """
139
126
  ...
140
127
 
141
- def is_extended(self):
142
- """ """
143
- ...
144
-
128
+ def is_extended(self): ...
145
129
  def is_property_hidden(self) -> bool:
146
130
  """Check if a property is hidden.
147
131
 
@@ -304,16 +288,9 @@ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
304
288
  ...
305
289
 
306
290
  class RenderFreestyleButtonsPanel:
307
- """ """
308
-
309
291
  bl_context: typing.Any
310
- """ """
311
-
312
292
  bl_region_type: typing.Any
313
- """ """
314
-
315
293
  bl_space_type: typing.Any
316
- """ """
317
294
 
318
295
  def poll(self, context):
319
296
  """
@@ -323,19 +300,10 @@ class RenderFreestyleButtonsPanel:
323
300
  ...
324
301
 
325
302
  class ViewLayerFreestyleButtonsPanel:
326
- """ """
327
-
328
303
  bl_context: typing.Any
329
- """ """
330
-
331
304
  bl_order: typing.Any
332
- """ """
333
-
334
305
  bl_region_type: typing.Any
335
- """ """
336
-
337
306
  bl_space_type: typing.Any
338
- """ """
339
307
 
340
308
  def poll(self, context):
341
309
  """
@@ -345,13 +313,8 @@ class ViewLayerFreestyleButtonsPanel:
345
313
  ...
346
314
 
347
315
  class VIEWLAYER_UL_linesets(bpy_types.UIList, bpy_types._GenericUI):
348
- """ """
349
-
350
316
  bl_rna: typing.Any
351
- """ """
352
-
353
317
  id_data: typing.Any
354
- """ """
355
318
 
356
319
  def append(self, draw_func):
357
320
  """Append a draw function to this menu,
@@ -445,10 +408,7 @@ class VIEWLAYER_UL_linesets(bpy_types.UIList, bpy_types._GenericUI):
445
408
  """
446
409
  ...
447
410
 
448
- def is_extended(self):
449
- """ """
450
- ...
451
-
411
+ def is_extended(self): ...
452
412
  def is_property_hidden(self) -> bool:
453
413
  """Check if a property is hidden.
454
414
 
@@ -579,31 +539,14 @@ class VIEWLAYER_UL_linesets(bpy_types.UIList, bpy_types._GenericUI):
579
539
  class MATERIAL_PT_freestyle_line(
580
540
  bpy_types.Panel, MaterialFreestyleButtonsPanel, bpy_types._GenericUI
581
541
  ):
582
- """ """
583
-
584
542
  COMPAT_ENGINES: typing.Any
585
- """ """
586
-
587
543
  bl_context: typing.Any
588
- """ """
589
-
590
544
  bl_label: typing.Any
591
- """ """
592
-
593
545
  bl_options: typing.Any
594
- """ """
595
-
596
546
  bl_region_type: typing.Any
597
- """ """
598
-
599
547
  bl_rna: typing.Any
600
- """ """
601
-
602
548
  bl_space_type: typing.Any
603
- """ """
604
-
605
549
  id_data: typing.Any
606
- """ """
607
550
 
608
551
  def append(self, draw_func):
609
552
  """Append a draw function to this menu,
@@ -688,10 +631,7 @@ class MATERIAL_PT_freestyle_line(
688
631
  """
689
632
  ...
690
633
 
691
- def is_extended(self):
692
- """ """
693
- ...
694
-
634
+ def is_extended(self): ...
695
635
  def is_property_hidden(self) -> bool:
696
636
  """Check if a property is hidden.
697
637
 
@@ -829,34 +769,15 @@ class MATERIAL_PT_freestyle_line(
829
769
  class RENDER_PT_freestyle(
830
770
  bpy_types.Panel, RenderFreestyleButtonsPanel, bpy_types._GenericUI
831
771
  ):
832
- """ """
833
-
834
772
  COMPAT_ENGINES: typing.Any
835
- """ """
836
-
837
773
  bl_context: typing.Any
838
- """ """
839
-
840
774
  bl_label: typing.Any
841
- """ """
842
-
843
775
  bl_options: typing.Any
844
- """ """
845
-
846
776
  bl_order: typing.Any
847
- """ """
848
-
849
777
  bl_region_type: typing.Any
850
- """ """
851
-
852
778
  bl_rna: typing.Any
853
- """ """
854
-
855
779
  bl_space_type: typing.Any
856
- """ """
857
-
858
780
  id_data: typing.Any
859
- """ """
860
781
 
861
782
  def append(self, draw_func):
862
783
  """Append a draw function to this menu,
@@ -948,10 +869,7 @@ class RENDER_PT_freestyle(
948
869
  """
949
870
  ...
950
871
 
951
- def is_extended(self):
952
- """ """
953
- ...
954
-
872
+ def is_extended(self): ...
955
873
  def is_property_hidden(self) -> bool:
956
874
  """Check if a property is hidden.
957
875
 
@@ -1089,31 +1007,14 @@ class RENDER_PT_freestyle(
1089
1007
  class VIEWLAYER_PT_freestyle(
1090
1008
  bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
1091
1009
  ):
1092
- """ """
1093
-
1094
1010
  COMPAT_ENGINES: typing.Any
1095
- """ """
1096
-
1097
1011
  bl_context: typing.Any
1098
- """ """
1099
-
1100
1012
  bl_label: typing.Any
1101
- """ """
1102
-
1103
1013
  bl_order: typing.Any
1104
- """ """
1105
-
1106
1014
  bl_region_type: typing.Any
1107
- """ """
1108
-
1109
1015
  bl_rna: typing.Any
1110
- """ """
1111
-
1112
1016
  bl_space_type: typing.Any
1113
- """ """
1114
-
1115
1017
  id_data: typing.Any
1116
- """ """
1117
1018
 
1118
1019
  def append(self, draw_func):
1119
1020
  """Append a draw function to this menu,
@@ -1205,10 +1106,7 @@ class VIEWLAYER_PT_freestyle(
1205
1106
  """
1206
1107
  ...
1207
1108
 
1208
- def is_extended(self):
1209
- """ """
1210
- ...
1211
-
1109
+ def is_extended(self): ...
1212
1110
  def is_property_hidden(self) -> bool:
1213
1111
  """Check if a property is hidden.
1214
1112
 
@@ -1346,34 +1244,15 @@ class VIEWLAYER_PT_freestyle(
1346
1244
  class VIEWLAYER_PT_freestyle_edge_detection(
1347
1245
  bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
1348
1246
  ):
1349
- """ """
1350
-
1351
1247
  COMPAT_ENGINES: typing.Any
1352
- """ """
1353
-
1354
1248
  bl_context: typing.Any
1355
- """ """
1356
-
1357
1249
  bl_label: typing.Any
1358
- """ """
1359
-
1360
1250
  bl_order: typing.Any
1361
- """ """
1362
-
1363
1251
  bl_parent_id: typing.Any
1364
- """ """
1365
-
1366
1252
  bl_region_type: typing.Any
1367
- """ """
1368
-
1369
1253
  bl_rna: typing.Any
1370
- """ """
1371
-
1372
1254
  bl_space_type: typing.Any
1373
- """ """
1374
-
1375
1255
  id_data: typing.Any
1376
- """ """
1377
1256
 
1378
1257
  def append(self, draw_func):
1379
1258
  """Append a draw function to this menu,
@@ -1458,10 +1337,7 @@ class VIEWLAYER_PT_freestyle_edge_detection(
1458
1337
  """
1459
1338
  ...
1460
1339
 
1461
- def is_extended(self):
1462
- """ """
1463
- ...
1464
-
1340
+ def is_extended(self): ...
1465
1341
  def is_property_hidden(self) -> bool:
1466
1342
  """Check if a property is hidden.
1467
1343
 
@@ -1599,34 +1475,15 @@ class VIEWLAYER_PT_freestyle_edge_detection(
1599
1475
  class VIEWLAYER_PT_freestyle_style_modules(
1600
1476
  bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
1601
1477
  ):
1602
- """ """
1603
-
1604
1478
  COMPAT_ENGINES: typing.Any
1605
- """ """
1606
-
1607
1479
  bl_context: typing.Any
1608
- """ """
1609
-
1610
1480
  bl_label: typing.Any
1611
- """ """
1612
-
1613
1481
  bl_order: typing.Any
1614
- """ """
1615
-
1616
1482
  bl_parent_id: typing.Any
1617
- """ """
1618
-
1619
1483
  bl_region_type: typing.Any
1620
- """ """
1621
-
1622
1484
  bl_rna: typing.Any
1623
- """ """
1624
-
1625
1485
  bl_space_type: typing.Any
1626
- """ """
1627
-
1628
1486
  id_data: typing.Any
1629
- """ """
1630
1487
 
1631
1488
  def append(self, draw_func):
1632
1489
  """Append a draw function to this menu,
@@ -1711,10 +1568,7 @@ class VIEWLAYER_PT_freestyle_style_modules(
1711
1568
  """
1712
1569
  ...
1713
1570
 
1714
- def is_extended(self):
1715
- """ """
1716
- ...
1717
-
1571
+ def is_extended(self): ...
1718
1572
  def is_property_hidden(self) -> bool:
1719
1573
  """Check if a property is hidden.
1720
1574
 
@@ -1850,19 +1704,10 @@ class VIEWLAYER_PT_freestyle_style_modules(
1850
1704
  ...
1851
1705
 
1852
1706
  class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
1853
- """ """
1854
-
1855
1707
  bl_context: typing.Any
1856
- """ """
1857
-
1858
1708
  bl_order: typing.Any
1859
- """ """
1860
-
1861
1709
  bl_region_type: typing.Any
1862
- """ """
1863
-
1864
1710
  bl_space_type: typing.Any
1865
- """ """
1866
1711
 
1867
1712
  def poll(self, context):
1868
1713
  """
@@ -1877,31 +1722,14 @@ class VIEWLAYER_PT_freestyle_lineset(
1877
1722
  ViewLayerFreestyleButtonsPanel,
1878
1723
  bpy_types._GenericUI,
1879
1724
  ):
1880
- """ """
1881
-
1882
1725
  COMPAT_ENGINES: typing.Any
1883
- """ """
1884
-
1885
1726
  bl_context: typing.Any
1886
- """ """
1887
-
1888
1727
  bl_label: typing.Any
1889
- """ """
1890
-
1891
1728
  bl_order: typing.Any
1892
- """ """
1893
-
1894
1729
  bl_region_type: typing.Any
1895
- """ """
1896
-
1897
1730
  bl_rna: typing.Any
1898
- """ """
1899
-
1900
1731
  bl_space_type: typing.Any
1901
- """ """
1902
-
1903
1732
  id_data: typing.Any
1904
- """ """
1905
1733
 
1906
1734
  def append(self, draw_func):
1907
1735
  """Append a draw function to this menu,
@@ -1995,10 +1823,7 @@ class VIEWLAYER_PT_freestyle_lineset(
1995
1823
  """
1996
1824
  ...
1997
1825
 
1998
- def is_extended(self):
1999
- """ """
2000
- ...
2001
-
1826
+ def is_extended(self): ...
2002
1827
  def is_property_hidden(self) -> bool:
2003
1828
  """Check if a property is hidden.
2004
1829
 
@@ -2136,22 +1961,11 @@ class VIEWLAYER_PT_freestyle_lineset(
2136
1961
  class ViewLayerFreestyleLineStyle(
2137
1962
  ViewLayerFreestyleEditorButtonsPanel, ViewLayerFreestyleButtonsPanel
2138
1963
  ):
2139
- """ """
2140
-
2141
1964
  COMPAT_ENGINES: typing.Any
2142
- """ """
2143
-
2144
1965
  bl_context: typing.Any
2145
- """ """
2146
-
2147
1966
  bl_order: typing.Any
2148
- """ """
2149
-
2150
1967
  bl_region_type: typing.Any
2151
- """ """
2152
-
2153
1968
  bl_space_type: typing.Any
2154
- """ """
2155
1969
 
2156
1970
  def poll(self, context):
2157
1971
  """
@@ -2167,37 +1981,16 @@ class VIEWLAYER_PT_freestyle_lineset_collection(
2167
1981
  ViewLayerFreestyleButtonsPanel,
2168
1982
  bpy_types._GenericUI,
2169
1983
  ):
2170
- """ """
2171
-
2172
1984
  COMPAT_ENGINES: typing.Any
2173
- """ """
2174
-
2175
1985
  bl_context: typing.Any
2176
- """ """
2177
-
2178
1986
  bl_label: typing.Any
2179
- """ """
2180
-
2181
1987
  bl_options: typing.Any
2182
- """ """
2183
-
2184
1988
  bl_order: typing.Any
2185
- """ """
2186
-
2187
1989
  bl_parent_id: typing.Any
2188
- """ """
2189
-
2190
1990
  bl_region_type: typing.Any
2191
- """ """
2192
-
2193
1991
  bl_rna: typing.Any
2194
- """ """
2195
-
2196
1992
  bl_space_type: typing.Any
2197
- """ """
2198
-
2199
1993
  id_data: typing.Any
2200
- """ """
2201
1994
 
2202
1995
  def append(self, draw_func):
2203
1996
  """Append a draw function to this menu,
@@ -2289,10 +2082,7 @@ class VIEWLAYER_PT_freestyle_lineset_collection(
2289
2082
  """
2290
2083
  ...
2291
2084
 
2292
- def is_extended(self):
2293
- """ """
2294
- ...
2295
-
2085
+ def is_extended(self): ...
2296
2086
  def is_property_hidden(self) -> bool:
2297
2087
  """Check if a property is hidden.
2298
2088
 
@@ -2434,34 +2224,15 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(
2434
2224
  ViewLayerFreestyleButtonsPanel,
2435
2225
  bpy_types._GenericUI,
2436
2226
  ):
2437
- """ """
2438
-
2439
2227
  COMPAT_ENGINES: typing.Any
2440
- """ """
2441
-
2442
2228
  bl_context: typing.Any
2443
- """ """
2444
-
2445
2229
  bl_label: typing.Any
2446
- """ """
2447
-
2448
2230
  bl_order: typing.Any
2449
- """ """
2450
-
2451
2231
  bl_parent_id: typing.Any
2452
- """ """
2453
-
2454
2232
  bl_region_type: typing.Any
2455
- """ """
2456
-
2457
2233
  bl_rna: typing.Any
2458
- """ """
2459
-
2460
2234
  bl_space_type: typing.Any
2461
- """ """
2462
-
2463
2235
  id_data: typing.Any
2464
- """ """
2465
2236
 
2466
2237
  def append(self, draw_func):
2467
2238
  """Append a draw function to this menu,
@@ -2562,10 +2333,7 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(
2562
2333
  """
2563
2334
  ...
2564
2335
 
2565
- def is_extended(self):
2566
- """ """
2567
- ...
2568
-
2336
+ def is_extended(self): ...
2569
2337
  def is_property_hidden(self) -> bool:
2570
2338
  """Check if a property is hidden.
2571
2339
 
@@ -2707,37 +2475,16 @@ class VIEWLAYER_PT_freestyle_lineset_facemarks(
2707
2475
  ViewLayerFreestyleButtonsPanel,
2708
2476
  bpy_types._GenericUI,
2709
2477
  ):
2710
- """ """
2711
-
2712
2478
  COMPAT_ENGINES: typing.Any
2713
- """ """
2714
-
2715
2479
  bl_context: typing.Any
2716
- """ """
2717
-
2718
2480
  bl_label: typing.Any
2719
- """ """
2720
-
2721
2481
  bl_options: typing.Any
2722
- """ """
2723
-
2724
2482
  bl_order: typing.Any
2725
- """ """
2726
-
2727
2483
  bl_parent_id: typing.Any
2728
- """ """
2729
-
2730
2484
  bl_region_type: typing.Any
2731
- """ """
2732
-
2733
2485
  bl_rna: typing.Any
2734
- """ """
2735
-
2736
2486
  bl_space_type: typing.Any
2737
- """ """
2738
-
2739
2487
  id_data: typing.Any
2740
- """ """
2741
2488
 
2742
2489
  def append(self, draw_func):
2743
2490
  """Append a draw function to this menu,
@@ -2829,10 +2576,7 @@ class VIEWLAYER_PT_freestyle_lineset_facemarks(
2829
2576
  """
2830
2577
  ...
2831
2578
 
2832
- def is_extended(self):
2833
- """ """
2834
- ...
2835
-
2579
+ def is_extended(self): ...
2836
2580
  def is_property_hidden(self) -> bool:
2837
2581
  """Check if a property is hidden.
2838
2582
 
@@ -2974,34 +2718,15 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(
2974
2718
  ViewLayerFreestyleButtonsPanel,
2975
2719
  bpy_types._GenericUI,
2976
2720
  ):
2977
- """ """
2978
-
2979
2721
  COMPAT_ENGINES: typing.Any
2980
- """ """
2981
-
2982
2722
  bl_context: typing.Any
2983
- """ """
2984
-
2985
2723
  bl_label: typing.Any
2986
- """ """
2987
-
2988
2724
  bl_order: typing.Any
2989
- """ """
2990
-
2991
2725
  bl_parent_id: typing.Any
2992
- """ """
2993
-
2994
2726
  bl_region_type: typing.Any
2995
- """ """
2996
-
2997
2727
  bl_rna: typing.Any
2998
- """ """
2999
-
3000
2728
  bl_space_type: typing.Any
3001
- """ """
3002
-
3003
2729
  id_data: typing.Any
3004
- """ """
3005
2730
 
3006
2731
  def append(self, draw_func):
3007
2732
  """Append a draw function to this menu,
@@ -3093,10 +2818,7 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(
3093
2818
  """
3094
2819
  ...
3095
2820
 
3096
- def is_extended(self):
3097
- """ """
3098
- ...
3099
-
2821
+ def is_extended(self): ...
3100
2822
  def is_property_hidden(self) -> bool:
3101
2823
  """Check if a property is hidden.
3102
2824
 
@@ -3238,34 +2960,15 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(
3238
2960
  ViewLayerFreestyleButtonsPanel,
3239
2961
  bpy_types._GenericUI,
3240
2962
  ):
3241
- """ """
3242
-
3243
2963
  COMPAT_ENGINES: typing.Any
3244
- """ """
3245
-
3246
2964
  bl_context: typing.Any
3247
- """ """
3248
-
3249
2965
  bl_label: typing.Any
3250
- """ """
3251
-
3252
2966
  bl_options: typing.Any
3253
- """ """
3254
-
3255
2967
  bl_order: typing.Any
3256
- """ """
3257
-
3258
2968
  bl_region_type: typing.Any
3259
- """ """
3260
-
3261
2969
  bl_rna: typing.Any
3262
- """ """
3263
-
3264
2970
  bl_space_type: typing.Any
3265
- """ """
3266
-
3267
2971
  id_data: typing.Any
3268
- """ """
3269
2972
 
3270
2973
  def append(self, draw_func):
3271
2974
  """Append a draw function to this menu,
@@ -3358,10 +3061,7 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(
3358
3061
  """
3359
3062
  ...
3360
3063
 
3361
- def is_extended(self):
3362
- """ """
3363
- ...
3364
-
3064
+ def is_extended(self): ...
3365
3065
  def is_property_hidden(self) -> bool:
3366
3066
  """Check if a property is hidden.
3367
3067
 
@@ -3503,34 +3203,15 @@ class VIEWLAYER_PT_freestyle_linestyle_color(
3503
3203
  ViewLayerFreestyleButtonsPanel,
3504
3204
  bpy_types._GenericUI,
3505
3205
  ):
3506
- """ """
3507
-
3508
3206
  COMPAT_ENGINES: typing.Any
3509
- """ """
3510
-
3511
3207
  bl_context: typing.Any
3512
- """ """
3513
-
3514
3208
  bl_label: typing.Any
3515
- """ """
3516
-
3517
3209
  bl_options: typing.Any
3518
- """ """
3519
-
3520
3210
  bl_order: typing.Any
3521
- """ """
3522
-
3523
3211
  bl_region_type: typing.Any
3524
- """ """
3525
-
3526
3212
  bl_rna: typing.Any
3527
- """ """
3528
-
3529
3213
  bl_space_type: typing.Any
3530
- """ """
3531
-
3532
3214
  id_data: typing.Any
3533
- """ """
3534
3215
 
3535
3216
  def append(self, draw_func):
3536
3217
  """Append a draw function to this menu,
@@ -3623,10 +3304,7 @@ class VIEWLAYER_PT_freestyle_linestyle_color(
3623
3304
  """
3624
3305
  ...
3625
3306
 
3626
- def is_extended(self):
3627
- """ """
3628
- ...
3629
-
3307
+ def is_extended(self): ...
3630
3308
  def is_property_hidden(self) -> bool:
3631
3309
  """Check if a property is hidden.
3632
3310
 
@@ -3768,34 +3446,15 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(
3768
3446
  ViewLayerFreestyleButtonsPanel,
3769
3447
  bpy_types._GenericUI,
3770
3448
  ):
3771
- """ """
3772
-
3773
3449
  COMPAT_ENGINES: typing.Any
3774
- """ """
3775
-
3776
3450
  bl_context: typing.Any
3777
- """ """
3778
-
3779
3451
  bl_label: typing.Any
3780
- """ """
3781
-
3782
3452
  bl_options: typing.Any
3783
- """ """
3784
-
3785
3453
  bl_order: typing.Any
3786
- """ """
3787
-
3788
3454
  bl_region_type: typing.Any
3789
- """ """
3790
-
3791
3455
  bl_rna: typing.Any
3792
- """ """
3793
-
3794
3456
  bl_space_type: typing.Any
3795
- """ """
3796
-
3797
3457
  id_data: typing.Any
3798
- """ """
3799
3458
 
3800
3459
  def append(self, draw_func):
3801
3460
  """Append a draw function to this menu,
@@ -3888,10 +3547,7 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(
3888
3547
  """
3889
3548
  ...
3890
3549
 
3891
- def is_extended(self):
3892
- """ """
3893
- ...
3894
-
3550
+ def is_extended(self): ...
3895
3551
  def is_property_hidden(self) -> bool:
3896
3552
  """Check if a property is hidden.
3897
3553
 
@@ -4033,34 +3689,15 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(
4033
3689
  ViewLayerFreestyleButtonsPanel,
4034
3690
  bpy_types._GenericUI,
4035
3691
  ):
4036
- """ """
4037
-
4038
3692
  COMPAT_ENGINES: typing.Any
4039
- """ """
4040
-
4041
3693
  bl_context: typing.Any
4042
- """ """
4043
-
4044
3694
  bl_label: typing.Any
4045
- """ """
4046
-
4047
3695
  bl_options: typing.Any
4048
- """ """
4049
-
4050
3696
  bl_order: typing.Any
4051
- """ """
4052
-
4053
3697
  bl_region_type: typing.Any
4054
- """ """
4055
-
4056
3698
  bl_rna: typing.Any
4057
- """ """
4058
-
4059
3699
  bl_space_type: typing.Any
4060
- """ """
4061
-
4062
3700
  id_data: typing.Any
4063
- """ """
4064
3701
 
4065
3702
  def append(self, draw_func):
4066
3703
  """Append a draw function to this menu,
@@ -4145,10 +3782,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(
4145
3782
  """
4146
3783
  ...
4147
3784
 
4148
- def is_extended(self):
4149
- """ """
4150
- ...
4151
-
3785
+ def is_extended(self): ...
4152
3786
  def is_property_hidden(self) -> bool:
4153
3787
  """Check if a property is hidden.
4154
3788
 
@@ -4290,34 +3924,15 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(
4290
3924
  ViewLayerFreestyleButtonsPanel,
4291
3925
  bpy_types._GenericUI,
4292
3926
  ):
4293
- """ """
4294
-
4295
3927
  COMPAT_ENGINES: typing.Any
4296
- """ """
4297
-
4298
3928
  bl_context: typing.Any
4299
- """ """
4300
-
4301
3929
  bl_label: typing.Any
4302
- """ """
4303
-
4304
3930
  bl_options: typing.Any
4305
- """ """
4306
-
4307
3931
  bl_order: typing.Any
4308
- """ """
4309
-
4310
3932
  bl_region_type: typing.Any
4311
- """ """
4312
-
4313
3933
  bl_rna: typing.Any
4314
- """ """
4315
-
4316
3934
  bl_space_type: typing.Any
4317
- """ """
4318
-
4319
3935
  id_data: typing.Any
4320
- """ """
4321
3936
 
4322
3937
  def append(self, draw_func):
4323
3938
  """Append a draw function to this menu,
@@ -4402,10 +4017,7 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(
4402
4017
  """
4403
4018
  ...
4404
4019
 
4405
- def is_extended(self):
4406
- """ """
4407
- ...
4408
-
4020
+ def is_extended(self): ...
4409
4021
  def is_property_hidden(self) -> bool:
4410
4022
  """Check if a property is hidden.
4411
4023
 
@@ -4547,34 +4159,15 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(
4547
4159
  ViewLayerFreestyleButtonsPanel,
4548
4160
  bpy_types._GenericUI,
4549
4161
  ):
4550
- """ """
4551
-
4552
4162
  COMPAT_ENGINES: typing.Any
4553
- """ """
4554
-
4555
4163
  bl_context: typing.Any
4556
- """ """
4557
-
4558
4164
  bl_label: typing.Any
4559
- """ """
4560
-
4561
4165
  bl_options: typing.Any
4562
- """ """
4563
-
4564
4166
  bl_order: typing.Any
4565
- """ """
4566
-
4567
4167
  bl_region_type: typing.Any
4568
- """ """
4569
-
4570
4168
  bl_rna: typing.Any
4571
- """ """
4572
-
4573
4169
  bl_space_type: typing.Any
4574
- """ """
4575
-
4576
4170
  id_data: typing.Any
4577
- """ """
4578
4171
 
4579
4172
  def append(self, draw_func):
4580
4173
  """Append a draw function to this menu,
@@ -4667,10 +4260,7 @@ class VIEWLAYER_PT_freestyle_linestyle_thickness(
4667
4260
  """
4668
4261
  ...
4669
4262
 
4670
- def is_extended(self):
4671
- """ """
4672
- ...
4673
-
4263
+ def is_extended(self): ...
4674
4264
  def is_property_hidden(self) -> bool:
4675
4265
  """Check if a property is hidden.
4676
4266
 
@@ -4810,25 +4400,12 @@ class ViewLayerFreestyleLinestyleStrokesSubPanel(
4810
4400
  ViewLayerFreestyleLineStyle,
4811
4401
  ViewLayerFreestyleButtonsPanel,
4812
4402
  ):
4813
- """ """
4814
-
4815
4403
  COMPAT_ENGINES: typing.Any
4816
- """ """
4817
-
4818
4404
  bl_context: typing.Any
4819
- """ """
4820
-
4821
4405
  bl_order: typing.Any
4822
- """ """
4823
-
4824
4406
  bl_parent_id: typing.Any
4825
- """ """
4826
-
4827
4407
  bl_region_type: typing.Any
4828
- """ """
4829
-
4830
4408
  bl_space_type: typing.Any
4831
- """ """
4832
4409
 
4833
4410
  def poll(self, context):
4834
4411
  """
@@ -4845,34 +4422,15 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
4845
4422
  ViewLayerFreestyleButtonsPanel,
4846
4423
  bpy_types._GenericUI,
4847
4424
  ):
4848
- """ """
4849
-
4850
4425
  COMPAT_ENGINES: typing.Any
4851
- """ """
4852
-
4853
4426
  bl_context: typing.Any
4854
- """ """
4855
-
4856
4427
  bl_label: typing.Any
4857
- """ """
4858
-
4859
4428
  bl_order: typing.Any
4860
- """ """
4861
-
4862
4429
  bl_parent_id: typing.Any
4863
- """ """
4864
-
4865
4430
  bl_region_type: typing.Any
4866
- """ """
4867
-
4868
4431
  bl_rna: typing.Any
4869
- """ """
4870
-
4871
4432
  bl_space_type: typing.Any
4872
- """ """
4873
-
4874
4433
  id_data: typing.Any
4875
- """ """
4876
4434
 
4877
4435
  def append(self, draw_func):
4878
4436
  """Append a draw function to this menu,
@@ -4964,10 +4522,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
4964
4522
  """
4965
4523
  ...
4966
4524
 
4967
- def is_extended(self):
4968
- """ """
4969
- ...
4970
-
4525
+ def is_extended(self): ...
4971
4526
  def is_property_hidden(self) -> bool:
4972
4527
  """Check if a property is hidden.
4973
4528
 
@@ -5110,37 +4665,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
5110
4665
  ViewLayerFreestyleButtonsPanel,
5111
4666
  bpy_types._GenericUI,
5112
4667
  ):
5113
- """ """
5114
-
5115
4668
  COMPAT_ENGINES: typing.Any
5116
- """ """
5117
-
5118
4669
  bl_context: typing.Any
5119
- """ """
5120
-
5121
4670
  bl_label: typing.Any
5122
- """ """
5123
-
5124
4671
  bl_options: typing.Any
5125
- """ """
5126
-
5127
4672
  bl_order: typing.Any
5128
- """ """
5129
-
5130
4673
  bl_parent_id: typing.Any
5131
- """ """
5132
-
5133
4674
  bl_region_type: typing.Any
5134
- """ """
5135
-
5136
4675
  bl_rna: typing.Any
5137
- """ """
5138
-
5139
4676
  bl_space_type: typing.Any
5140
- """ """
5141
-
5142
4677
  id_data: typing.Any
5143
- """ """
5144
4678
 
5145
4679
  def append(self, draw_func):
5146
4680
  """Append a draw function to this menu,
@@ -5232,10 +4766,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
5232
4766
  """
5233
4767
  ...
5234
4768
 
5235
- def is_extended(self):
5236
- """ """
5237
- ...
5238
-
4769
+ def is_extended(self): ...
5239
4770
  def is_property_hidden(self) -> bool:
5240
4771
  """Check if a property is hidden.
5241
4772
 
@@ -5378,37 +4909,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
5378
4909
  ViewLayerFreestyleButtonsPanel,
5379
4910
  bpy_types._GenericUI,
5380
4911
  ):
5381
- """ """
5382
-
5383
4912
  COMPAT_ENGINES: typing.Any
5384
- """ """
5385
-
5386
4913
  bl_context: typing.Any
5387
- """ """
5388
-
5389
4914
  bl_label: typing.Any
5390
- """ """
5391
-
5392
4915
  bl_options: typing.Any
5393
- """ """
5394
-
5395
4916
  bl_order: typing.Any
5396
- """ """
5397
-
5398
4917
  bl_parent_id: typing.Any
5399
- """ """
5400
-
5401
4918
  bl_region_type: typing.Any
5402
- """ """
5403
-
5404
4919
  bl_rna: typing.Any
5405
- """ """
5406
-
5407
4920
  bl_space_type: typing.Any
5408
- """ """
5409
-
5410
4921
  id_data: typing.Any
5411
- """ """
5412
4922
 
5413
4923
  def append(self, draw_func):
5414
4924
  """Append a draw function to this menu,
@@ -5493,10 +5003,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
5493
5003
  """
5494
5004
  ...
5495
5005
 
5496
- def is_extended(self):
5497
- """ """
5498
- ...
5499
-
5006
+ def is_extended(self): ...
5500
5007
  def is_property_hidden(self) -> bool:
5501
5008
  """Check if a property is hidden.
5502
5009
 
@@ -5639,37 +5146,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
5639
5146
  ViewLayerFreestyleButtonsPanel,
5640
5147
  bpy_types._GenericUI,
5641
5148
  ):
5642
- """ """
5643
-
5644
5149
  COMPAT_ENGINES: typing.Any
5645
- """ """
5646
-
5647
5150
  bl_context: typing.Any
5648
- """ """
5649
-
5650
5151
  bl_label: typing.Any
5651
- """ """
5652
-
5653
5152
  bl_options: typing.Any
5654
- """ """
5655
-
5656
5153
  bl_order: typing.Any
5657
- """ """
5658
-
5659
5154
  bl_parent_id: typing.Any
5660
- """ """
5661
-
5662
5155
  bl_region_type: typing.Any
5663
- """ """
5664
-
5665
5156
  bl_rna: typing.Any
5666
- """ """
5667
-
5668
5157
  bl_space_type: typing.Any
5669
- """ """
5670
-
5671
5158
  id_data: typing.Any
5672
- """ """
5673
5159
 
5674
5160
  def append(self, draw_func):
5675
5161
  """Append a draw function to this menu,
@@ -5761,10 +5247,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
5761
5247
  """
5762
5248
  ...
5763
5249
 
5764
- def is_extended(self):
5765
- """ """
5766
- ...
5767
-
5250
+ def is_extended(self): ...
5768
5251
  def is_property_hidden(self) -> bool:
5769
5252
  """Check if a property is hidden.
5770
5253
 
@@ -5907,37 +5390,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
5907
5390
  ViewLayerFreestyleButtonsPanel,
5908
5391
  bpy_types._GenericUI,
5909
5392
  ):
5910
- """ """
5911
-
5912
5393
  COMPAT_ENGINES: typing.Any
5913
- """ """
5914
-
5915
5394
  bl_context: typing.Any
5916
- """ """
5917
-
5918
5395
  bl_label: typing.Any
5919
- """ """
5920
-
5921
5396
  bl_options: typing.Any
5922
- """ """
5923
-
5924
5397
  bl_order: typing.Any
5925
- """ """
5926
-
5927
5398
  bl_parent_id: typing.Any
5928
- """ """
5929
-
5930
5399
  bl_region_type: typing.Any
5931
- """ """
5932
-
5933
5400
  bl_rna: typing.Any
5934
- """ """
5935
-
5936
5401
  bl_space_type: typing.Any
5937
- """ """
5938
-
5939
5402
  id_data: typing.Any
5940
- """ """
5941
5403
 
5942
5404
  def append(self, draw_func):
5943
5405
  """Append a draw function to this menu,
@@ -6022,10 +5484,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
6022
5484
  """
6023
5485
  ...
6024
5486
 
6025
- def is_extended(self):
6026
- """ """
6027
- ...
6028
-
5487
+ def is_extended(self): ...
6029
5488
  def is_property_hidden(self) -> bool:
6030
5489
  """Check if a property is hidden.
6031
5490
 
@@ -6168,37 +5627,16 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
6168
5627
  ViewLayerFreestyleButtonsPanel,
6169
5628
  bpy_types._GenericUI,
6170
5629
  ):
6171
- """ """
6172
-
6173
5630
  COMPAT_ENGINES: typing.Any
6174
- """ """
6175
-
6176
5631
  bl_context: typing.Any
6177
- """ """
6178
-
6179
5632
  bl_label: typing.Any
6180
- """ """
6181
-
6182
5633
  bl_options: typing.Any
6183
- """ """
6184
-
6185
5634
  bl_order: typing.Any
6186
- """ """
6187
-
6188
5635
  bl_parent_id: typing.Any
6189
- """ """
6190
-
6191
5636
  bl_region_type: typing.Any
6192
- """ """
6193
-
6194
5637
  bl_rna: typing.Any
6195
- """ """
6196
-
6197
5638
  bl_space_type: typing.Any
6198
- """ """
6199
-
6200
5639
  id_data: typing.Any
6201
- """ """
6202
5640
 
6203
5641
  def append(self, draw_func):
6204
5642
  """Append a draw function to this menu,
@@ -6290,10 +5728,7 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
6290
5728
  """
6291
5729
  ...
6292
5730
 
6293
- def is_extended(self):
6294
- """ """
6295
- ...
6296
-
5731
+ def is_extended(self): ...
6297
5732
  def is_property_hidden(self) -> bool:
6298
5733
  """Check if a property is hidden.
6299
5734
 
@@ -6428,27 +5863,8 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
6428
5863
  """
6429
5864
  ...
6430
5865
 
6431
- def draw_modifier_box_error(box, _modifier, message):
6432
- """ """
6433
-
6434
- ...
6435
-
6436
- def draw_modifier_box_header(box, modifier):
6437
- """ """
6438
-
6439
- ...
6440
-
6441
- def draw_modifier_color_ramp_common(box, modifier, has_range):
6442
- """ """
6443
-
6444
- ...
6445
-
6446
- def draw_modifier_common(box, modifier):
6447
- """ """
6448
-
6449
- ...
6450
-
6451
- def draw_modifier_curve_common(box, modifier, has_range, has_value):
6452
- """ """
6453
-
6454
- ...
5866
+ def draw_modifier_box_error(box, _modifier, message): ...
5867
+ def draw_modifier_box_header(box, modifier): ...
5868
+ def draw_modifier_color_ramp_common(box, modifier, has_range): ...
5869
+ def draw_modifier_common(box, modifier): ...
5870
+ def draw_modifier_curve_common(box, modifier, has_range, has_value): ...