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
@@ -4,22 +4,14 @@ import bpy.types
4
4
  import bpy_types
5
5
  import rna_prop_ui
6
6
 
7
- GenericType = typing.TypeVar("GenericType")
7
+ GenericType1 = typing.TypeVar("GenericType1")
8
+ GenericType2 = typing.TypeVar("GenericType2")
8
9
 
9
10
  class PARTICLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
10
- """ """
11
-
12
11
  COMPAT_ENGINES: typing.Any
13
- """ """
14
-
15
12
  bl_label: typing.Any
16
- """ """
17
-
18
13
  bl_rna: typing.Any
19
- """ """
20
-
21
14
  id_data: typing.Any
22
- """ """
23
15
 
24
16
  def append(self, draw_func):
25
17
  """Append a draw function to this menu,
@@ -124,10 +116,7 @@ class PARTICLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
124
116
  """
125
117
  ...
126
118
 
127
- def is_extended(self):
128
- """ """
129
- ...
130
-
119
+ def is_extended(self): ...
131
120
  def is_property_hidden(self) -> bool:
132
121
  """Check if a property is hidden.
133
122
 
@@ -290,16 +279,9 @@ class PARTICLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
290
279
  ...
291
280
 
292
281
  class ParticleButtonsPanel:
293
- """ """
294
-
295
282
  bl_context: typing.Any
296
- """ """
297
-
298
283
  bl_region_type: typing.Any
299
- """ """
300
-
301
284
  bl_space_type: typing.Any
302
- """ """
303
285
 
304
286
  def poll(self, context):
305
287
  """
@@ -311,34 +293,15 @@ class ParticleButtonsPanel:
311
293
  class PARTICLE_PT_hair_dynamics_presets(
312
294
  bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
313
295
  ):
314
- """ """
315
-
316
296
  COMPAT_ENGINES: typing.Any
317
- """ """
318
-
319
297
  bl_label: typing.Any
320
- """ """
321
-
322
298
  bl_region_type: typing.Any
323
- """ """
324
-
325
299
  bl_rna: typing.Any
326
- """ """
327
-
328
300
  bl_space_type: typing.Any
329
- """ """
330
-
331
301
  id_data: typing.Any
332
- """ """
333
-
334
302
  preset_add_operator: typing.Any
335
- """ """
336
-
337
303
  preset_operator: typing.Any
338
- """ """
339
-
340
304
  preset_subdir: typing.Any
341
- """ """
342
305
 
343
306
  def append(self, draw_func):
344
307
  """Append a draw function to this menu,
@@ -438,10 +401,7 @@ class PARTICLE_PT_hair_dynamics_presets(
438
401
  """
439
402
  ...
440
403
 
441
- def is_extended(self):
442
- """ """
443
- ...
444
-
404
+ def is_extended(self): ...
445
405
  def is_property_hidden(self) -> bool:
446
406
  """Check if a property is hidden.
447
407
 
@@ -604,13 +564,8 @@ class PARTICLE_PT_hair_dynamics_presets(
604
564
  ...
605
565
 
606
566
  class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
607
- """ """
608
-
609
567
  bl_rna: typing.Any
610
- """ """
611
-
612
568
  id_data: typing.Any
613
- """ """
614
569
 
615
570
  def append(self, draw_func):
616
571
  """Append a draw function to this menu,
@@ -714,10 +669,7 @@ class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
714
669
  """
715
670
  ...
716
671
 
717
- def is_extended(self):
718
- """ """
719
- ...
720
-
672
+ def is_extended(self): ...
721
673
  def is_property_hidden(self) -> bool:
722
674
  """Check if a property is hidden.
723
675
 
@@ -848,34 +800,15 @@ class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
848
800
  class PARTICLE_PT_boidbrain(
849
801
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
850
802
  ):
851
- """ """
852
-
853
803
  COMPAT_ENGINES: typing.Any
854
- """ """
855
-
856
804
  bl_context: typing.Any
857
- """ """
858
-
859
805
  bl_label: typing.Any
860
- """ """
861
-
862
806
  bl_options: typing.Any
863
- """ """
864
-
865
807
  bl_parent_id: typing.Any
866
- """ """
867
-
868
808
  bl_region_type: typing.Any
869
- """ """
870
-
871
809
  bl_rna: typing.Any
872
- """ """
873
-
874
810
  bl_space_type: typing.Any
875
- """ """
876
-
877
811
  id_data: typing.Any
878
- """ """
879
812
 
880
813
  def append(self, draw_func):
881
814
  """Append a draw function to this menu,
@@ -960,10 +893,7 @@ class PARTICLE_PT_boidbrain(
960
893
  """
961
894
  ...
962
895
 
963
- def is_extended(self):
964
- """ """
965
- ...
966
-
896
+ def is_extended(self): ...
967
897
  def is_property_hidden(self) -> bool:
968
898
  """Check if a property is hidden.
969
899
 
@@ -1099,31 +1029,14 @@ class PARTICLE_PT_boidbrain(
1099
1029
  ...
1100
1030
 
1101
1031
  class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
1102
- """ """
1103
-
1104
1032
  COMPAT_ENGINES: typing.Any
1105
- """ """
1106
-
1107
1033
  bl_context: typing.Any
1108
- """ """
1109
-
1110
1034
  bl_label: typing.Any
1111
- """ """
1112
-
1113
1035
  bl_options: typing.Any
1114
- """ """
1115
-
1116
1036
  bl_region_type: typing.Any
1117
- """ """
1118
-
1119
1037
  bl_rna: typing.Any
1120
- """ """
1121
-
1122
1038
  bl_space_type: typing.Any
1123
- """ """
1124
-
1125
1039
  id_data: typing.Any
1126
- """ """
1127
1040
 
1128
1041
  def append(self, draw_func):
1129
1042
  """Append a draw function to this menu,
@@ -1208,10 +1121,7 @@ class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generi
1208
1121
  """
1209
1122
  ...
1210
1123
 
1211
- def is_extended(self):
1212
- """ """
1213
- ...
1214
-
1124
+ def is_extended(self): ...
1215
1125
  def is_property_hidden(self) -> bool:
1216
1126
  """Check if a property is hidden.
1217
1127
 
@@ -1347,34 +1257,15 @@ class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generi
1347
1257
  ...
1348
1258
 
1349
1259
  class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
1350
- """ """
1351
-
1352
1260
  COMPAT_ENGINES: typing.Any
1353
- """ """
1354
-
1355
1261
  bl_context: typing.Any
1356
- """ """
1357
-
1358
1262
  bl_label: typing.Any
1359
- """ """
1360
-
1361
1263
  bl_options: typing.Any
1362
- """ """
1363
-
1364
1264
  bl_region_type: typing.Any
1365
- """ """
1366
-
1367
1265
  bl_rna: typing.Any
1368
- """ """
1369
-
1370
1266
  bl_space_type: typing.Any
1371
- """ """
1372
-
1373
1267
  bl_translation_context: typing.Any
1374
- """ """
1375
-
1376
1268
  id_data: typing.Any
1377
- """ """
1378
1269
 
1379
1270
  def append(self, draw_func):
1380
1271
  """Append a draw function to this menu,
@@ -1459,10 +1350,7 @@ class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
1459
1350
  """
1460
1351
  ...
1461
1352
 
1462
- def is_extended(self):
1463
- """ """
1464
- ...
1465
-
1353
+ def is_extended(self): ...
1466
1354
  def is_property_hidden(self) -> bool:
1467
1355
  """Check if a property is hidden.
1468
1356
 
@@ -1600,34 +1488,15 @@ class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
1600
1488
  class PARTICLE_PT_children_clumping(
1601
1489
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
1602
1490
  ):
1603
- """ """
1604
-
1605
1491
  COMPAT_ENGINES: typing.Any
1606
- """ """
1607
-
1608
1492
  bl_context: typing.Any
1609
- """ """
1610
-
1611
1493
  bl_label: typing.Any
1612
- """ """
1613
-
1614
1494
  bl_options: typing.Any
1615
- """ """
1616
-
1617
1495
  bl_parent_id: typing.Any
1618
- """ """
1619
-
1620
1496
  bl_region_type: typing.Any
1621
- """ """
1622
-
1623
1497
  bl_rna: typing.Any
1624
- """ """
1625
-
1626
1498
  bl_space_type: typing.Any
1627
- """ """
1628
-
1629
1499
  id_data: typing.Any
1630
- """ """
1631
1500
 
1632
1501
  def append(self, draw_func):
1633
1502
  """Append a draw function to this menu,
@@ -1712,10 +1581,7 @@ class PARTICLE_PT_children_clumping(
1712
1581
  """
1713
1582
  ...
1714
1583
 
1715
- def is_extended(self):
1716
- """ """
1717
- ...
1718
-
1584
+ def is_extended(self): ...
1719
1585
  def is_property_hidden(self) -> bool:
1720
1586
  """Check if a property is hidden.
1721
1587
 
@@ -1853,34 +1719,15 @@ class PARTICLE_PT_children_clumping(
1853
1719
  class PARTICLE_PT_children_clumping_noise(
1854
1720
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
1855
1721
  ):
1856
- """ """
1857
-
1858
1722
  COMPAT_ENGINES: typing.Any
1859
- """ """
1860
-
1861
1723
  bl_context: typing.Any
1862
- """ """
1863
-
1864
1724
  bl_label: typing.Any
1865
- """ """
1866
-
1867
1725
  bl_options: typing.Any
1868
- """ """
1869
-
1870
1726
  bl_parent_id: typing.Any
1871
- """ """
1872
-
1873
1727
  bl_region_type: typing.Any
1874
- """ """
1875
-
1876
1728
  bl_rna: typing.Any
1877
- """ """
1878
-
1879
1729
  bl_space_type: typing.Any
1880
- """ """
1881
-
1882
1730
  id_data: typing.Any
1883
- """ """
1884
1731
 
1885
1732
  def append(self, draw_func):
1886
1733
  """Append a draw function to this menu,
@@ -1972,10 +1819,7 @@ class PARTICLE_PT_children_clumping_noise(
1972
1819
  """
1973
1820
  ...
1974
1821
 
1975
- def is_extended(self):
1976
- """ """
1977
- ...
1978
-
1822
+ def is_extended(self): ...
1979
1823
  def is_property_hidden(self) -> bool:
1980
1824
  """Check if a property is hidden.
1981
1825
 
@@ -2113,34 +1957,15 @@ class PARTICLE_PT_children_clumping_noise(
2113
1957
  class PARTICLE_PT_children_kink(
2114
1958
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
2115
1959
  ):
2116
- """ """
2117
-
2118
1960
  COMPAT_ENGINES: typing.Any
2119
- """ """
2120
-
2121
1961
  bl_context: typing.Any
2122
- """ """
2123
-
2124
1962
  bl_label: typing.Any
2125
- """ """
2126
-
2127
1963
  bl_options: typing.Any
2128
- """ """
2129
-
2130
1964
  bl_parent_id: typing.Any
2131
- """ """
2132
-
2133
1965
  bl_region_type: typing.Any
2134
- """ """
2135
-
2136
1966
  bl_rna: typing.Any
2137
- """ """
2138
-
2139
1967
  bl_space_type: typing.Any
2140
- """ """
2141
-
2142
1968
  id_data: typing.Any
2143
- """ """
2144
1969
 
2145
1970
  def append(self, draw_func):
2146
1971
  """Append a draw function to this menu,
@@ -2225,10 +2050,7 @@ class PARTICLE_PT_children_kink(
2225
2050
  """
2226
2051
  ...
2227
2052
 
2228
- def is_extended(self):
2229
- """ """
2230
- ...
2231
-
2053
+ def is_extended(self): ...
2232
2054
  def is_property_hidden(self) -> bool:
2233
2055
  """Check if a property is hidden.
2234
2056
 
@@ -2366,34 +2188,15 @@ class PARTICLE_PT_children_kink(
2366
2188
  class PARTICLE_PT_children_parting(
2367
2189
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
2368
2190
  ):
2369
- """ """
2370
-
2371
2191
  COMPAT_ENGINES: typing.Any
2372
- """ """
2373
-
2374
2192
  bl_context: typing.Any
2375
- """ """
2376
-
2377
2193
  bl_label: typing.Any
2378
- """ """
2379
-
2380
2194
  bl_options: typing.Any
2381
- """ """
2382
-
2383
2195
  bl_parent_id: typing.Any
2384
- """ """
2385
-
2386
2196
  bl_region_type: typing.Any
2387
- """ """
2388
-
2389
2197
  bl_rna: typing.Any
2390
- """ """
2391
-
2392
2198
  bl_space_type: typing.Any
2393
- """ """
2394
-
2395
2199
  id_data: typing.Any
2396
- """ """
2397
2200
 
2398
2201
  def append(self, draw_func):
2399
2202
  """Append a draw function to this menu,
@@ -2478,10 +2281,7 @@ class PARTICLE_PT_children_parting(
2478
2281
  """
2479
2282
  ...
2480
2283
 
2481
- def is_extended(self):
2482
- """ """
2483
- ...
2484
-
2284
+ def is_extended(self): ...
2485
2285
  def is_property_hidden(self) -> bool:
2486
2286
  """Check if a property is hidden.
2487
2287
 
@@ -2619,37 +2419,16 @@ class PARTICLE_PT_children_parting(
2619
2419
  class PARTICLE_PT_children_roughness(
2620
2420
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
2621
2421
  ):
2622
- """ """
2623
-
2624
2422
  COMPAT_ENGINES: typing.Any
2625
- """ """
2626
-
2627
2423
  bl_context: typing.Any
2628
- """ """
2629
-
2630
2424
  bl_label: typing.Any
2631
- """ """
2632
-
2633
2425
  bl_options: typing.Any
2634
- """ """
2635
-
2636
2426
  bl_parent_id: typing.Any
2637
- """ """
2638
-
2639
2427
  bl_region_type: typing.Any
2640
- """ """
2641
-
2642
2428
  bl_rna: typing.Any
2643
- """ """
2644
-
2645
2429
  bl_space_type: typing.Any
2646
- """ """
2647
-
2648
2430
  bl_translation_context: typing.Any
2649
- """ """
2650
-
2651
2431
  id_data: typing.Any
2652
- """ """
2653
2432
 
2654
2433
  def append(self, draw_func):
2655
2434
  """Append a draw function to this menu,
@@ -2734,10 +2513,7 @@ class PARTICLE_PT_children_roughness(
2734
2513
  """
2735
2514
  ...
2736
2515
 
2737
- def is_extended(self):
2738
- """ """
2739
- ...
2740
-
2516
+ def is_extended(self): ...
2741
2517
  def is_property_hidden(self) -> bool:
2742
2518
  """Check if a property is hidden.
2743
2519
 
@@ -2875,31 +2651,14 @@ class PARTICLE_PT_children_roughness(
2875
2651
  class PARTICLE_PT_context_particles(
2876
2652
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
2877
2653
  ):
2878
- """ """
2879
-
2880
2654
  COMPAT_ENGINES: typing.Any
2881
- """ """
2882
-
2883
2655
  bl_context: typing.Any
2884
- """ """
2885
-
2886
2656
  bl_label: typing.Any
2887
- """ """
2888
-
2889
2657
  bl_options: typing.Any
2890
- """ """
2891
-
2892
2658
  bl_region_type: typing.Any
2893
- """ """
2894
-
2895
2659
  bl_rna: typing.Any
2896
- """ """
2897
-
2898
2660
  bl_space_type: typing.Any
2899
- """ """
2900
-
2901
2661
  id_data: typing.Any
2902
- """ """
2903
2662
 
2904
2663
  def append(self, draw_func):
2905
2664
  """Append a draw function to this menu,
@@ -2984,10 +2743,7 @@ class PARTICLE_PT_context_particles(
2984
2743
  """
2985
2744
  ...
2986
2745
 
2987
- def is_extended(self):
2988
- """ """
2989
- ...
2990
-
2746
+ def is_extended(self): ...
2991
2747
  def is_property_hidden(self) -> bool:
2992
2748
  """Check if a property is hidden.
2993
2749
 
@@ -3133,31 +2889,14 @@ class PARTICLE_PT_custom_props(
3133
2889
  """
3134
2890
 
3135
2891
  COMPAT_ENGINES: typing.Any
3136
- """ """
3137
-
3138
2892
  bl_context: typing.Any
3139
- """ """
3140
-
3141
2893
  bl_label: typing.Any
3142
- """ """
3143
-
3144
2894
  bl_options: typing.Any
3145
- """ """
3146
-
3147
2895
  bl_order: typing.Any
3148
- """ """
3149
-
3150
2896
  bl_region_type: typing.Any
3151
- """ """
3152
-
3153
2897
  bl_rna: typing.Any
3154
- """ """
3155
-
3156
2898
  bl_space_type: typing.Any
3157
- """ """
3158
-
3159
2899
  id_data: typing.Any
3160
- """ """
3161
2900
 
3162
2901
  def append(self, draw_func):
3163
2902
  """Append a draw function to this menu,
@@ -3242,10 +2981,7 @@ class PARTICLE_PT_custom_props(
3242
2981
  """
3243
2982
  ...
3244
2983
 
3245
- def is_extended(self):
3246
- """ """
3247
- ...
3248
-
2984
+ def is_extended(self): ...
3249
2985
  def is_property_hidden(self) -> bool:
3250
2986
  """Check if a property is hidden.
3251
2987
 
@@ -3381,31 +3117,14 @@ class PARTICLE_PT_custom_props(
3381
3117
  ...
3382
3118
 
3383
3119
  class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
3384
- """ """
3385
-
3386
3120
  COMPAT_ENGINES: typing.Any
3387
- """ """
3388
-
3389
3121
  bl_context: typing.Any
3390
- """ """
3391
-
3392
3122
  bl_label: typing.Any
3393
- """ """
3394
-
3395
3123
  bl_options: typing.Any
3396
- """ """
3397
-
3398
3124
  bl_region_type: typing.Any
3399
- """ """
3400
-
3401
3125
  bl_rna: typing.Any
3402
- """ """
3403
-
3404
3126
  bl_space_type: typing.Any
3405
- """ """
3406
-
3407
3127
  id_data: typing.Any
3408
- """ """
3409
3128
 
3410
3129
  def append(self, draw_func):
3411
3130
  """Append a draw function to this menu,
@@ -3490,10 +3209,7 @@ class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generic
3490
3209
  """
3491
3210
  ...
3492
3211
 
3493
- def is_extended(self):
3494
- """ """
3495
- ...
3496
-
3212
+ def is_extended(self): ...
3497
3213
  def is_property_hidden(self) -> bool:
3498
3214
  """Check if a property is hidden.
3499
3215
 
@@ -3629,31 +3345,14 @@ class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generic
3629
3345
  ...
3630
3346
 
3631
3347
  class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
3632
- """ """
3633
-
3634
3348
  COMPAT_ENGINES: typing.Any
3635
- """ """
3636
-
3637
3349
  bl_context: typing.Any
3638
- """ """
3639
-
3640
3350
  bl_label: typing.Any
3641
- """ """
3642
-
3643
3351
  bl_region_type: typing.Any
3644
- """ """
3645
-
3646
3352
  bl_rna: typing.Any
3647
- """ """
3648
-
3649
3353
  bl_space_type: typing.Any
3650
- """ """
3651
-
3652
3354
  bl_translation_context: typing.Any
3653
- """ """
3654
-
3655
3355
  id_data: typing.Any
3656
- """ """
3657
3356
 
3658
3357
  def append(self, draw_func):
3659
3358
  """Append a draw function to this menu,
@@ -3738,10 +3437,7 @@ class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
3738
3437
  """
3739
3438
  ...
3740
3439
 
3741
- def is_extended(self):
3742
- """ """
3743
- ...
3744
-
3440
+ def is_extended(self): ...
3745
3441
  def is_property_hidden(self) -> bool:
3746
3442
  """Check if a property is hidden.
3747
3443
 
@@ -3879,34 +3575,15 @@ class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
3879
3575
  class PARTICLE_PT_emission_source(
3880
3576
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
3881
3577
  ):
3882
- """ """
3883
-
3884
3578
  COMPAT_ENGINES: typing.Any
3885
- """ """
3886
-
3887
3579
  bl_context: typing.Any
3888
- """ """
3889
-
3890
3580
  bl_label: typing.Any
3891
- """ """
3892
-
3893
3581
  bl_options: typing.Any
3894
- """ """
3895
-
3896
3582
  bl_parent_id: typing.Any
3897
- """ """
3898
-
3899
3583
  bl_region_type: typing.Any
3900
- """ """
3901
-
3902
3584
  bl_rna: typing.Any
3903
- """ """
3904
-
3905
3585
  bl_space_type: typing.Any
3906
- """ """
3907
-
3908
3586
  id_data: typing.Any
3909
- """ """
3910
3587
 
3911
3588
  def append(self, draw_func):
3912
3589
  """Append a draw function to this menu,
@@ -3991,10 +3668,7 @@ class PARTICLE_PT_emission_source(
3991
3668
  """
3992
3669
  ...
3993
3670
 
3994
- def is_extended(self):
3995
- """ """
3996
- ...
3997
-
3671
+ def is_extended(self): ...
3998
3672
  def is_property_hidden(self) -> bool:
3999
3673
  """Check if a property is hidden.
4000
3674
 
@@ -4132,31 +3806,14 @@ class PARTICLE_PT_emission_source(
4132
3806
  class PARTICLE_PT_field_weights(
4133
3807
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4134
3808
  ):
4135
- """ """
4136
-
4137
3809
  COMPAT_ENGINES: typing.Any
4138
- """ """
4139
-
4140
3810
  bl_context: typing.Any
4141
- """ """
4142
-
4143
3811
  bl_label: typing.Any
4144
- """ """
4145
-
4146
3812
  bl_options: typing.Any
4147
- """ """
4148
-
4149
3813
  bl_region_type: typing.Any
4150
- """ """
4151
-
4152
3814
  bl_rna: typing.Any
4153
- """ """
4154
-
4155
3815
  bl_space_type: typing.Any
4156
- """ """
4157
-
4158
3816
  id_data: typing.Any
4159
- """ """
4160
3817
 
4161
3818
  def append(self, draw_func):
4162
3819
  """Append a draw function to this menu,
@@ -4241,10 +3898,7 @@ class PARTICLE_PT_field_weights(
4241
3898
  """
4242
3899
  ...
4243
3900
 
4244
- def is_extended(self):
4245
- """ """
4246
- ...
4247
-
3901
+ def is_extended(self): ...
4248
3902
  def is_property_hidden(self) -> bool:
4249
3903
  """Check if a property is hidden.
4250
3904
 
@@ -4382,31 +4036,14 @@ class PARTICLE_PT_field_weights(
4382
4036
  class PARTICLE_PT_force_fields(
4383
4037
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4384
4038
  ):
4385
- """ """
4386
-
4387
4039
  COMPAT_ENGINES: typing.Any
4388
- """ """
4389
-
4390
4040
  bl_context: typing.Any
4391
- """ """
4392
-
4393
4041
  bl_label: typing.Any
4394
- """ """
4395
-
4396
4042
  bl_options: typing.Any
4397
- """ """
4398
-
4399
4043
  bl_region_type: typing.Any
4400
- """ """
4401
-
4402
4044
  bl_rna: typing.Any
4403
- """ """
4404
-
4405
4045
  bl_space_type: typing.Any
4406
- """ """
4407
-
4408
4046
  id_data: typing.Any
4409
- """ """
4410
4047
 
4411
4048
  def append(self, draw_func):
4412
4049
  """Append a draw function to this menu,
@@ -4491,10 +4128,7 @@ class PARTICLE_PT_force_fields(
4491
4128
  """
4492
4129
  ...
4493
4130
 
4494
- def is_extended(self):
4495
- """ """
4496
- ...
4497
-
4131
+ def is_extended(self): ...
4498
4132
  def is_property_hidden(self) -> bool:
4499
4133
  """Check if a property is hidden.
4500
4134
 
@@ -4632,31 +4266,14 @@ class PARTICLE_PT_force_fields(
4632
4266
  class PARTICLE_PT_force_fields_type1(
4633
4267
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4634
4268
  ):
4635
- """ """
4636
-
4637
4269
  COMPAT_ENGINES: typing.Any
4638
- """ """
4639
-
4640
4270
  bl_context: typing.Any
4641
- """ """
4642
-
4643
4271
  bl_label: typing.Any
4644
- """ """
4645
-
4646
4272
  bl_parent_id: typing.Any
4647
- """ """
4648
-
4649
4273
  bl_region_type: typing.Any
4650
- """ """
4651
-
4652
4274
  bl_rna: typing.Any
4653
- """ """
4654
-
4655
4275
  bl_space_type: typing.Any
4656
- """ """
4657
-
4658
4276
  id_data: typing.Any
4659
- """ """
4660
4277
 
4661
4278
  def append(self, draw_func):
4662
4279
  """Append a draw function to this menu,
@@ -4741,10 +4358,7 @@ class PARTICLE_PT_force_fields_type1(
4741
4358
  """
4742
4359
  ...
4743
4360
 
4744
- def is_extended(self):
4745
- """ """
4746
- ...
4747
-
4361
+ def is_extended(self): ...
4748
4362
  def is_property_hidden(self) -> bool:
4749
4363
  """Check if a property is hidden.
4750
4364
 
@@ -4882,34 +4496,15 @@ class PARTICLE_PT_force_fields_type1(
4882
4496
  class PARTICLE_PT_force_fields_type1_falloff(
4883
4497
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4884
4498
  ):
4885
- """ """
4886
-
4887
4499
  COMPAT_ENGINES: typing.Any
4888
- """ """
4889
-
4890
4500
  bl_context: typing.Any
4891
- """ """
4892
-
4893
4501
  bl_label: typing.Any
4894
- """ """
4895
-
4896
4502
  bl_options: typing.Any
4897
- """ """
4898
-
4899
4503
  bl_parent_id: typing.Any
4900
- """ """
4901
-
4902
4504
  bl_region_type: typing.Any
4903
- """ """
4904
-
4905
4505
  bl_rna: typing.Any
4906
- """ """
4907
-
4908
4506
  bl_space_type: typing.Any
4909
- """ """
4910
-
4911
4507
  id_data: typing.Any
4912
- """ """
4913
4508
 
4914
4509
  def append(self, draw_func):
4915
4510
  """Append a draw function to this menu,
@@ -4994,10 +4589,7 @@ class PARTICLE_PT_force_fields_type1_falloff(
4994
4589
  """
4995
4590
  ...
4996
4591
 
4997
- def is_extended(self):
4998
- """ """
4999
- ...
5000
-
4592
+ def is_extended(self): ...
5001
4593
  def is_property_hidden(self) -> bool:
5002
4594
  """Check if a property is hidden.
5003
4595
 
@@ -5135,31 +4727,14 @@ class PARTICLE_PT_force_fields_type1_falloff(
5135
4727
  class PARTICLE_PT_force_fields_type2(
5136
4728
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
5137
4729
  ):
5138
- """ """
5139
-
5140
4730
  COMPAT_ENGINES: typing.Any
5141
- """ """
5142
-
5143
4731
  bl_context: typing.Any
5144
- """ """
5145
-
5146
4732
  bl_label: typing.Any
5147
- """ """
5148
-
5149
4733
  bl_parent_id: typing.Any
5150
- """ """
5151
-
5152
4734
  bl_region_type: typing.Any
5153
- """ """
5154
-
5155
4735
  bl_rna: typing.Any
5156
- """ """
5157
-
5158
4736
  bl_space_type: typing.Any
5159
- """ """
5160
-
5161
4737
  id_data: typing.Any
5162
- """ """
5163
4738
 
5164
4739
  def append(self, draw_func):
5165
4740
  """Append a draw function to this menu,
@@ -5244,10 +4819,7 @@ class PARTICLE_PT_force_fields_type2(
5244
4819
  """
5245
4820
  ...
5246
4821
 
5247
- def is_extended(self):
5248
- """ """
5249
- ...
5250
-
4822
+ def is_extended(self): ...
5251
4823
  def is_property_hidden(self) -> bool:
5252
4824
  """Check if a property is hidden.
5253
4825
 
@@ -5385,34 +4957,15 @@ class PARTICLE_PT_force_fields_type2(
5385
4957
  class PARTICLE_PT_force_fields_type2_falloff(
5386
4958
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
5387
4959
  ):
5388
- """ """
5389
-
5390
4960
  COMPAT_ENGINES: typing.Any
5391
- """ """
5392
-
5393
4961
  bl_context: typing.Any
5394
- """ """
5395
-
5396
4962
  bl_label: typing.Any
5397
- """ """
5398
-
5399
4963
  bl_options: typing.Any
5400
- """ """
5401
-
5402
4964
  bl_parent_id: typing.Any
5403
- """ """
5404
-
5405
4965
  bl_region_type: typing.Any
5406
- """ """
5407
-
5408
4966
  bl_rna: typing.Any
5409
- """ """
5410
-
5411
4967
  bl_space_type: typing.Any
5412
- """ """
5413
-
5414
4968
  id_data: typing.Any
5415
- """ """
5416
4969
 
5417
4970
  def append(self, draw_func):
5418
4971
  """Append a draw function to this menu,
@@ -5497,10 +5050,7 @@ class PARTICLE_PT_force_fields_type2_falloff(
5497
5050
  """
5498
5051
  ...
5499
5052
 
5500
- def is_extended(self):
5501
- """ """
5502
- ...
5503
-
5053
+ def is_extended(self): ...
5504
5054
  def is_property_hidden(self) -> bool:
5505
5055
  """Check if a property is hidden.
5506
5056
 
@@ -5638,31 +5188,14 @@ class PARTICLE_PT_force_fields_type2_falloff(
5638
5188
  class PARTICLE_PT_hair_dynamics(
5639
5189
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
5640
5190
  ):
5641
- """ """
5642
-
5643
5191
  COMPAT_ENGINES: typing.Any
5644
- """ """
5645
-
5646
5192
  bl_context: typing.Any
5647
- """ """
5648
-
5649
5193
  bl_label: typing.Any
5650
- """ """
5651
-
5652
5194
  bl_options: typing.Any
5653
- """ """
5654
-
5655
5195
  bl_region_type: typing.Any
5656
- """ """
5657
-
5658
5196
  bl_rna: typing.Any
5659
- """ """
5660
-
5661
5197
  bl_space_type: typing.Any
5662
- """ """
5663
-
5664
5198
  id_data: typing.Any
5665
- """ """
5666
5199
 
5667
5200
  def append(self, draw_func):
5668
5201
  """Append a draw function to this menu,
@@ -5761,10 +5294,7 @@ class PARTICLE_PT_hair_dynamics(
5761
5294
  """
5762
5295
  ...
5763
5296
 
5764
- def is_extended(self):
5765
- """ """
5766
- ...
5767
-
5297
+ def is_extended(self): ...
5768
5298
  def is_property_hidden(self) -> bool:
5769
5299
  """Check if a property is hidden.
5770
5300
 
@@ -5902,34 +5432,15 @@ class PARTICLE_PT_hair_dynamics(
5902
5432
  class PARTICLE_PT_hair_dynamics_collision(
5903
5433
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
5904
5434
  ):
5905
- """ """
5906
-
5907
5435
  COMPAT_ENGINES: typing.Any
5908
- """ """
5909
-
5910
5436
  bl_context: typing.Any
5911
- """ """
5912
-
5913
5437
  bl_label: typing.Any
5914
- """ """
5915
-
5916
5438
  bl_options: typing.Any
5917
- """ """
5918
-
5919
5439
  bl_parent_id: typing.Any
5920
- """ """
5921
-
5922
5440
  bl_region_type: typing.Any
5923
- """ """
5924
-
5925
5441
  bl_rna: typing.Any
5926
- """ """
5927
-
5928
5442
  bl_space_type: typing.Any
5929
- """ """
5930
-
5931
5443
  id_data: typing.Any
5932
- """ """
5933
5444
 
5934
5445
  def append(self, draw_func):
5935
5446
  """Append a draw function to this menu,
@@ -6014,10 +5525,7 @@ class PARTICLE_PT_hair_dynamics_collision(
6014
5525
  """
6015
5526
  ...
6016
5527
 
6017
- def is_extended(self):
6018
- """ """
6019
- ...
6020
-
5528
+ def is_extended(self): ...
6021
5529
  def is_property_hidden(self) -> bool:
6022
5530
  """Check if a property is hidden.
6023
5531
 
@@ -6155,34 +5663,15 @@ class PARTICLE_PT_hair_dynamics_collision(
6155
5663
  class PARTICLE_PT_hair_dynamics_structure(
6156
5664
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
6157
5665
  ):
6158
- """ """
6159
-
6160
5666
  COMPAT_ENGINES: typing.Any
6161
- """ """
6162
-
6163
5667
  bl_context: typing.Any
6164
- """ """
6165
-
6166
5668
  bl_label: typing.Any
6167
- """ """
6168
-
6169
5669
  bl_options: typing.Any
6170
- """ """
6171
-
6172
5670
  bl_parent_id: typing.Any
6173
- """ """
6174
-
6175
5671
  bl_region_type: typing.Any
6176
- """ """
6177
-
6178
5672
  bl_rna: typing.Any
6179
- """ """
6180
-
6181
5673
  bl_space_type: typing.Any
6182
- """ """
6183
-
6184
5674
  id_data: typing.Any
6185
- """ """
6186
5675
 
6187
5676
  def append(self, draw_func):
6188
5677
  """Append a draw function to this menu,
@@ -6267,10 +5756,7 @@ class PARTICLE_PT_hair_dynamics_structure(
6267
5756
  """
6268
5757
  ...
6269
5758
 
6270
- def is_extended(self):
6271
- """ """
6272
- ...
6273
-
5759
+ def is_extended(self): ...
6274
5760
  def is_property_hidden(self) -> bool:
6275
5761
  """Check if a property is hidden.
6276
5762
 
@@ -6408,34 +5894,15 @@ class PARTICLE_PT_hair_dynamics_structure(
6408
5894
  class PARTICLE_PT_hair_dynamics_volume(
6409
5895
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
6410
5896
  ):
6411
- """ """
6412
-
6413
5897
  COMPAT_ENGINES: typing.Any
6414
- """ """
6415
-
6416
5898
  bl_context: typing.Any
6417
- """ """
6418
-
6419
5899
  bl_label: typing.Any
6420
- """ """
6421
-
6422
5900
  bl_options: typing.Any
6423
- """ """
6424
-
6425
5901
  bl_parent_id: typing.Any
6426
- """ """
6427
-
6428
5902
  bl_region_type: typing.Any
6429
- """ """
6430
-
6431
5903
  bl_rna: typing.Any
6432
- """ """
6433
-
6434
5904
  bl_space_type: typing.Any
6435
- """ """
6436
-
6437
5905
  id_data: typing.Any
6438
- """ """
6439
5906
 
6440
5907
  def append(self, draw_func):
6441
5908
  """Append a draw function to this menu,
@@ -6520,10 +5987,7 @@ class PARTICLE_PT_hair_dynamics_volume(
6520
5987
  """
6521
5988
  ...
6522
5989
 
6523
- def is_extended(self):
6524
- """ """
6525
- ...
6526
-
5990
+ def is_extended(self): ...
6527
5991
  def is_property_hidden(self) -> bool:
6528
5992
  """Check if a property is hidden.
6529
5993
 
@@ -6661,31 +6125,14 @@ class PARTICLE_PT_hair_dynamics_volume(
6661
6125
  class PARTICLE_PT_hair_shape(
6662
6126
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
6663
6127
  ):
6664
- """ """
6665
-
6666
6128
  COMPAT_ENGINES: typing.Any
6667
- """ """
6668
-
6669
6129
  bl_context: typing.Any
6670
- """ """
6671
-
6672
6130
  bl_label: typing.Any
6673
- """ """
6674
-
6675
6131
  bl_options: typing.Any
6676
- """ """
6677
-
6678
6132
  bl_region_type: typing.Any
6679
- """ """
6680
-
6681
6133
  bl_rna: typing.Any
6682
- """ """
6683
-
6684
6134
  bl_space_type: typing.Any
6685
- """ """
6686
-
6687
6135
  id_data: typing.Any
6688
- """ """
6689
6136
 
6690
6137
  def append(self, draw_func):
6691
6138
  """Append a draw function to this menu,
@@ -6770,10 +6217,7 @@ class PARTICLE_PT_hair_shape(
6770
6217
  """
6771
6218
  ...
6772
6219
 
6773
- def is_extended(self):
6774
- """ """
6775
- ...
6776
-
6220
+ def is_extended(self): ...
6777
6221
  def is_property_hidden(self) -> bool:
6778
6222
  """Check if a property is hidden.
6779
6223
 
@@ -6909,31 +6353,14 @@ class PARTICLE_PT_hair_shape(
6909
6353
  ...
6910
6354
 
6911
6355
  class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
6912
- """ """
6913
-
6914
6356
  COMPAT_ENGINES: typing.Any
6915
- """ """
6916
-
6917
6357
  bl_context: typing.Any
6918
- """ """
6919
-
6920
6358
  bl_label: typing.Any
6921
- """ """
6922
-
6923
6359
  bl_options: typing.Any
6924
- """ """
6925
-
6926
6360
  bl_region_type: typing.Any
6927
- """ """
6928
-
6929
6361
  bl_rna: typing.Any
6930
- """ """
6931
-
6932
6362
  bl_space_type: typing.Any
6933
- """ """
6934
-
6935
6363
  id_data: typing.Any
6936
- """ """
6937
6364
 
6938
6365
  def append(self, draw_func):
6939
6366
  """Append a draw function to this menu,
@@ -7018,10 +6445,7 @@ class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gene
7018
6445
  """
7019
6446
  ...
7020
6447
 
7021
- def is_extended(self):
7022
- """ """
7023
- ...
7024
-
6448
+ def is_extended(self): ...
7025
6449
  def is_property_hidden(self) -> bool:
7026
6450
  """Check if a property is hidden.
7027
6451
 
@@ -7159,34 +6583,15 @@ class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gene
7159
6583
  class PARTICLE_PT_physics_boids_battle(
7160
6584
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7161
6585
  ):
7162
- """ """
7163
-
7164
6586
  COMPAT_ENGINES: typing.Any
7165
- """ """
7166
-
7167
6587
  bl_context: typing.Any
7168
- """ """
7169
-
7170
6588
  bl_label: typing.Any
7171
- """ """
7172
-
7173
6589
  bl_options: typing.Any
7174
- """ """
7175
-
7176
6590
  bl_parent_id: typing.Any
7177
- """ """
7178
-
7179
6591
  bl_region_type: typing.Any
7180
- """ """
7181
-
7182
6592
  bl_rna: typing.Any
7183
- """ """
7184
-
7185
6593
  bl_space_type: typing.Any
7186
- """ """
7187
-
7188
6594
  id_data: typing.Any
7189
- """ """
7190
6595
 
7191
6596
  def append(self, draw_func):
7192
6597
  """Append a draw function to this menu,
@@ -7271,10 +6676,7 @@ class PARTICLE_PT_physics_boids_battle(
7271
6676
  """
7272
6677
  ...
7273
6678
 
7274
- def is_extended(self):
7275
- """ """
7276
- ...
7277
-
6679
+ def is_extended(self): ...
7278
6680
  def is_property_hidden(self) -> bool:
7279
6681
  """Check if a property is hidden.
7280
6682
 
@@ -7412,34 +6814,15 @@ class PARTICLE_PT_physics_boids_battle(
7412
6814
  class PARTICLE_PT_physics_boids_misc(
7413
6815
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7414
6816
  ):
7415
- """ """
7416
-
7417
6817
  COMPAT_ENGINES: typing.Any
7418
- """ """
7419
-
7420
6818
  bl_context: typing.Any
7421
- """ """
7422
-
7423
6819
  bl_label: typing.Any
7424
- """ """
7425
-
7426
6820
  bl_options: typing.Any
7427
- """ """
7428
-
7429
6821
  bl_parent_id: typing.Any
7430
- """ """
7431
-
7432
6822
  bl_region_type: typing.Any
7433
- """ """
7434
-
7435
6823
  bl_rna: typing.Any
7436
- """ """
7437
-
7438
6824
  bl_space_type: typing.Any
7439
- """ """
7440
-
7441
6825
  id_data: typing.Any
7442
- """ """
7443
6826
 
7444
6827
  def append(self, draw_func):
7445
6828
  """Append a draw function to this menu,
@@ -7524,10 +6907,7 @@ class PARTICLE_PT_physics_boids_misc(
7524
6907
  """
7525
6908
  ...
7526
6909
 
7527
- def is_extended(self):
7528
- """ """
7529
- ...
7530
-
6910
+ def is_extended(self): ...
7531
6911
  def is_property_hidden(self) -> bool:
7532
6912
  """Check if a property is hidden.
7533
6913
 
@@ -7665,34 +7045,15 @@ class PARTICLE_PT_physics_boids_misc(
7665
7045
  class PARTICLE_PT_physics_boids_movement(
7666
7046
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7667
7047
  ):
7668
- """ """
7669
-
7670
7048
  COMPAT_ENGINES: typing.Any
7671
- """ """
7672
-
7673
7049
  bl_context: typing.Any
7674
- """ """
7675
-
7676
7050
  bl_label: typing.Any
7677
- """ """
7678
-
7679
7051
  bl_options: typing.Any
7680
- """ """
7681
-
7682
7052
  bl_parent_id: typing.Any
7683
- """ """
7684
-
7685
7053
  bl_region_type: typing.Any
7686
- """ """
7687
-
7688
7054
  bl_rna: typing.Any
7689
- """ """
7690
-
7691
7055
  bl_space_type: typing.Any
7692
- """ """
7693
-
7694
7056
  id_data: typing.Any
7695
- """ """
7696
7057
 
7697
7058
  def append(self, draw_func):
7698
7059
  """Append a draw function to this menu,
@@ -7777,10 +7138,7 @@ class PARTICLE_PT_physics_boids_movement(
7777
7138
  """
7778
7139
  ...
7779
7140
 
7780
- def is_extended(self):
7781
- """ """
7782
- ...
7783
-
7141
+ def is_extended(self): ...
7784
7142
  def is_property_hidden(self) -> bool:
7785
7143
  """Check if a property is hidden.
7786
7144
 
@@ -7918,34 +7276,15 @@ class PARTICLE_PT_physics_boids_movement(
7918
7276
  class PARTICLE_PT_physics_deflection(
7919
7277
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7920
7278
  ):
7921
- """ """
7922
-
7923
7279
  COMPAT_ENGINES: typing.Any
7924
- """ """
7925
-
7926
7280
  bl_context: typing.Any
7927
- """ """
7928
-
7929
7281
  bl_label: typing.Any
7930
- """ """
7931
-
7932
7282
  bl_options: typing.Any
7933
- """ """
7934
-
7935
7283
  bl_parent_id: typing.Any
7936
- """ """
7937
-
7938
7284
  bl_region_type: typing.Any
7939
- """ """
7940
-
7941
7285
  bl_rna: typing.Any
7942
- """ """
7943
-
7944
7286
  bl_space_type: typing.Any
7945
- """ """
7946
-
7947
7287
  id_data: typing.Any
7948
- """ """
7949
7288
 
7950
7289
  def append(self, draw_func):
7951
7290
  """Append a draw function to this menu,
@@ -8030,10 +7369,7 @@ class PARTICLE_PT_physics_deflection(
8030
7369
  """
8031
7370
  ...
8032
7371
 
8033
- def is_extended(self):
8034
- """ """
8035
- ...
8036
-
7372
+ def is_extended(self): ...
8037
7373
  def is_property_hidden(self) -> bool:
8038
7374
  """Check if a property is hidden.
8039
7375
 
@@ -8171,34 +7507,15 @@ class PARTICLE_PT_physics_deflection(
8171
7507
  class PARTICLE_PT_physics_fluid_advanced(
8172
7508
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
8173
7509
  ):
8174
- """ """
8175
-
8176
7510
  COMPAT_ENGINES: typing.Any
8177
- """ """
8178
-
8179
7511
  bl_context: typing.Any
8180
- """ """
8181
-
8182
7512
  bl_label: typing.Any
8183
- """ """
8184
-
8185
7513
  bl_options: typing.Any
8186
- """ """
8187
-
8188
7514
  bl_parent_id: typing.Any
8189
- """ """
8190
-
8191
7515
  bl_region_type: typing.Any
8192
- """ """
8193
-
8194
7516
  bl_rna: typing.Any
8195
- """ """
8196
-
8197
7517
  bl_space_type: typing.Any
8198
- """ """
8199
-
8200
7518
  id_data: typing.Any
8201
- """ """
8202
7519
 
8203
7520
  def append(self, draw_func):
8204
7521
  """Append a draw function to this menu,
@@ -8283,10 +7600,7 @@ class PARTICLE_PT_physics_fluid_advanced(
8283
7600
  """
8284
7601
  ...
8285
7602
 
8286
- def is_extended(self):
8287
- """ """
8288
- ...
8289
-
7603
+ def is_extended(self): ...
8290
7604
  def is_property_hidden(self) -> bool:
8291
7605
  """Check if a property is hidden.
8292
7606
 
@@ -8424,34 +7738,15 @@ class PARTICLE_PT_physics_fluid_advanced(
8424
7738
  class PARTICLE_PT_physics_fluid_interaction(
8425
7739
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
8426
7740
  ):
8427
- """ """
8428
-
8429
7741
  COMPAT_ENGINES: typing.Any
8430
- """ """
8431
-
8432
7742
  bl_context: typing.Any
8433
- """ """
8434
-
8435
7743
  bl_label: typing.Any
8436
- """ """
8437
-
8438
7744
  bl_options: typing.Any
8439
- """ """
8440
-
8441
7745
  bl_parent_id: typing.Any
8442
- """ """
8443
-
8444
7746
  bl_region_type: typing.Any
8445
- """ """
8446
-
8447
7747
  bl_rna: typing.Any
8448
- """ """
8449
-
8450
7748
  bl_space_type: typing.Any
8451
- """ """
8452
-
8453
7749
  id_data: typing.Any
8454
- """ """
8455
7750
 
8456
7751
  def append(self, draw_func):
8457
7752
  """Append a draw function to this menu,
@@ -8536,10 +7831,7 @@ class PARTICLE_PT_physics_fluid_interaction(
8536
7831
  """
8537
7832
  ...
8538
7833
 
8539
- def is_extended(self):
8540
- """ """
8541
- ...
8542
-
7834
+ def is_extended(self): ...
8543
7835
  def is_property_hidden(self) -> bool:
8544
7836
  """Check if a property is hidden.
8545
7837
 
@@ -8677,34 +7969,15 @@ class PARTICLE_PT_physics_fluid_interaction(
8677
7969
  class PARTICLE_PT_physics_fluid_springs(
8678
7970
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
8679
7971
  ):
8680
- """ """
8681
-
8682
7972
  COMPAT_ENGINES: typing.Any
8683
- """ """
8684
-
8685
7973
  bl_context: typing.Any
8686
- """ """
8687
-
8688
7974
  bl_label: typing.Any
8689
- """ """
8690
-
8691
7975
  bl_options: typing.Any
8692
- """ """
8693
-
8694
7976
  bl_parent_id: typing.Any
8695
- """ """
8696
-
8697
7977
  bl_region_type: typing.Any
8698
- """ """
8699
-
8700
7978
  bl_rna: typing.Any
8701
- """ """
8702
-
8703
7979
  bl_space_type: typing.Any
8704
- """ """
8705
-
8706
7980
  id_data: typing.Any
8707
- """ """
8708
7981
 
8709
7982
  def append(self, draw_func):
8710
7983
  """Append a draw function to this menu,
@@ -8789,10 +8062,7 @@ class PARTICLE_PT_physics_fluid_springs(
8789
8062
  """
8790
8063
  ...
8791
8064
 
8792
- def is_extended(self):
8793
- """ """
8794
- ...
8795
-
8065
+ def is_extended(self): ...
8796
8066
  def is_property_hidden(self) -> bool:
8797
8067
  """Check if a property is hidden.
8798
8068
 
@@ -8930,34 +8200,15 @@ class PARTICLE_PT_physics_fluid_springs(
8930
8200
  class PARTICLE_PT_physics_fluid_springs_advanced(
8931
8201
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
8932
8202
  ):
8933
- """ """
8934
-
8935
8203
  COMPAT_ENGINES: typing.Any
8936
- """ """
8937
-
8938
8204
  bl_context: typing.Any
8939
- """ """
8940
-
8941
8205
  bl_label: typing.Any
8942
- """ """
8943
-
8944
8206
  bl_options: typing.Any
8945
- """ """
8946
-
8947
8207
  bl_parent_id: typing.Any
8948
- """ """
8949
-
8950
8208
  bl_region_type: typing.Any
8951
- """ """
8952
-
8953
8209
  bl_rna: typing.Any
8954
- """ """
8955
-
8956
8210
  bl_space_type: typing.Any
8957
- """ """
8958
-
8959
8211
  id_data: typing.Any
8960
- """ """
8961
8212
 
8962
8213
  def append(self, draw_func):
8963
8214
  """Append a draw function to this menu,
@@ -9042,10 +8293,7 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
9042
8293
  """
9043
8294
  ...
9044
8295
 
9045
- def is_extended(self):
9046
- """ """
9047
- ...
9048
-
8296
+ def is_extended(self): ...
9049
8297
  def is_property_hidden(self) -> bool:
9050
8298
  """Check if a property is hidden.
9051
8299
 
@@ -9183,34 +8431,15 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
9183
8431
  class PARTICLE_PT_physics_fluid_springs_viscoelastic(
9184
8432
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
9185
8433
  ):
9186
- """ """
9187
-
9188
8434
  COMPAT_ENGINES: typing.Any
9189
- """ """
9190
-
9191
8435
  bl_context: typing.Any
9192
- """ """
9193
-
9194
8436
  bl_label: typing.Any
9195
- """ """
9196
-
9197
8437
  bl_options: typing.Any
9198
- """ """
9199
-
9200
8438
  bl_parent_id: typing.Any
9201
- """ """
9202
-
9203
8439
  bl_region_type: typing.Any
9204
- """ """
9205
-
9206
8440
  bl_rna: typing.Any
9207
- """ """
9208
-
9209
8441
  bl_space_type: typing.Any
9210
- """ """
9211
-
9212
8442
  id_data: typing.Any
9213
- """ """
9214
8443
 
9215
8444
  def append(self, draw_func):
9216
8445
  """Append a draw function to this menu,
@@ -9302,10 +8531,7 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
9302
8531
  """
9303
8532
  ...
9304
8533
 
9305
- def is_extended(self):
9306
- """ """
9307
- ...
9308
-
8534
+ def is_extended(self): ...
9309
8535
  def is_property_hidden(self) -> bool:
9310
8536
  """Check if a property is hidden.
9311
8537
 
@@ -9443,31 +8669,14 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
9443
8669
  class PARTICLE_PT_physics_forces(
9444
8670
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
9445
8671
  ):
9446
- """ """
9447
-
9448
8672
  COMPAT_ENGINES: typing.Any
9449
- """ """
9450
-
9451
8673
  bl_context: typing.Any
9452
- """ """
9453
-
9454
8674
  bl_label: typing.Any
9455
- """ """
9456
-
9457
8675
  bl_parent_id: typing.Any
9458
- """ """
9459
-
9460
8676
  bl_region_type: typing.Any
9461
- """ """
9462
-
9463
8677
  bl_rna: typing.Any
9464
- """ """
9465
-
9466
8678
  bl_space_type: typing.Any
9467
- """ """
9468
-
9469
8679
  id_data: typing.Any
9470
- """ """
9471
8680
 
9472
8681
  def append(self, draw_func):
9473
8682
  """Append a draw function to this menu,
@@ -9552,10 +8761,7 @@ class PARTICLE_PT_physics_forces(
9552
8761
  """
9553
8762
  ...
9554
8763
 
9555
- def is_extended(self):
9556
- """ """
9557
- ...
9558
-
8764
+ def is_extended(self): ...
9559
8765
  def is_property_hidden(self) -> bool:
9560
8766
  """Check if a property is hidden.
9561
8767
 
@@ -9693,34 +8899,15 @@ class PARTICLE_PT_physics_forces(
9693
8899
  class PARTICLE_PT_physics_integration(
9694
8900
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
9695
8901
  ):
9696
- """ """
9697
-
9698
8902
  COMPAT_ENGINES: typing.Any
9699
- """ """
9700
-
9701
8903
  bl_context: typing.Any
9702
- """ """
9703
-
9704
8904
  bl_label: typing.Any
9705
- """ """
9706
-
9707
8905
  bl_options: typing.Any
9708
- """ """
9709
-
9710
8906
  bl_parent_id: typing.Any
9711
- """ """
9712
-
9713
8907
  bl_region_type: typing.Any
9714
- """ """
9715
-
9716
8908
  bl_rna: typing.Any
9717
- """ """
9718
-
9719
8909
  bl_space_type: typing.Any
9720
- """ """
9721
-
9722
8910
  id_data: typing.Any
9723
- """ """
9724
8911
 
9725
8912
  def append(self, draw_func):
9726
8913
  """Append a draw function to this menu,
@@ -9805,10 +8992,7 @@ class PARTICLE_PT_physics_integration(
9805
8992
  """
9806
8993
  ...
9807
8994
 
9808
- def is_extended(self):
9809
- """ """
9810
- ...
9811
-
8995
+ def is_extended(self): ...
9812
8996
  def is_property_hidden(self) -> bool:
9813
8997
  """Check if a property is hidden.
9814
8998
 
@@ -9946,34 +9130,15 @@ class PARTICLE_PT_physics_integration(
9946
9130
  class PARTICLE_PT_physics_relations(
9947
9131
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
9948
9132
  ):
9949
- """ """
9950
-
9951
9133
  COMPAT_ENGINES: typing.Any
9952
- """ """
9953
-
9954
9134
  bl_context: typing.Any
9955
- """ """
9956
-
9957
9135
  bl_label: typing.Any
9958
- """ """
9959
-
9960
9136
  bl_options: typing.Any
9961
- """ """
9962
-
9963
9137
  bl_parent_id: typing.Any
9964
- """ """
9965
-
9966
9138
  bl_region_type: typing.Any
9967
- """ """
9968
-
9969
9139
  bl_rna: typing.Any
9970
- """ """
9971
-
9972
9140
  bl_space_type: typing.Any
9973
- """ """
9974
-
9975
9141
  id_data: typing.Any
9976
- """ """
9977
9142
 
9978
9143
  def append(self, draw_func):
9979
9144
  """Append a draw function to this menu,
@@ -10058,10 +9223,7 @@ class PARTICLE_PT_physics_relations(
10058
9223
  """
10059
9224
  ...
10060
9225
 
10061
- def is_extended(self):
10062
- """ """
10063
- ...
10064
-
9226
+ def is_extended(self): ...
10065
9227
  def is_property_hidden(self) -> bool:
10066
9228
  """Check if a property is hidden.
10067
9229
 
@@ -10197,31 +9359,14 @@ class PARTICLE_PT_physics_relations(
10197
9359
  ...
10198
9360
 
10199
9361
  class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
10200
- """ """
10201
-
10202
9362
  COMPAT_ENGINES: typing.Any
10203
- """ """
10204
-
10205
9363
  bl_context: typing.Any
10206
- """ """
10207
-
10208
9364
  bl_label: typing.Any
10209
- """ """
10210
-
10211
9365
  bl_options: typing.Any
10212
- """ """
10213
-
10214
9366
  bl_region_type: typing.Any
10215
- """ """
10216
-
10217
9367
  bl_rna: typing.Any
10218
- """ """
10219
-
10220
9368
  bl_space_type: typing.Any
10221
- """ """
10222
-
10223
9369
  id_data: typing.Any
10224
- """ """
10225
9370
 
10226
9371
  def append(self, draw_func):
10227
9372
  """Append a draw function to this menu,
@@ -10306,10 +9451,7 @@ class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gener
10306
9451
  """
10307
9452
  ...
10308
9453
 
10309
- def is_extended(self):
10310
- """ """
10311
- ...
10312
-
9454
+ def is_extended(self): ...
10313
9455
  def is_property_hidden(self) -> bool:
10314
9456
  """Check if a property is hidden.
10315
9457
 
@@ -10447,31 +9589,14 @@ class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gener
10447
9589
  class PARTICLE_PT_render_collection(
10448
9590
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
10449
9591
  ):
10450
- """ """
10451
-
10452
9592
  COMPAT_ENGINES: typing.Any
10453
- """ """
10454
-
10455
9593
  bl_context: typing.Any
10456
- """ """
10457
-
10458
9594
  bl_label: typing.Any
10459
- """ """
10460
-
10461
9595
  bl_parent_id: typing.Any
10462
- """ """
10463
-
10464
9596
  bl_region_type: typing.Any
10465
- """ """
10466
-
10467
9597
  bl_rna: typing.Any
10468
- """ """
10469
-
10470
9598
  bl_space_type: typing.Any
10471
- """ """
10472
-
10473
9599
  id_data: typing.Any
10474
- """ """
10475
9600
 
10476
9601
  def append(self, draw_func):
10477
9602
  """Append a draw function to this menu,
@@ -10556,10 +9681,7 @@ class PARTICLE_PT_render_collection(
10556
9681
  """
10557
9682
  ...
10558
9683
 
10559
- def is_extended(self):
10560
- """ """
10561
- ...
10562
-
9684
+ def is_extended(self): ...
10563
9685
  def is_property_hidden(self) -> bool:
10564
9686
  """Check if a property is hidden.
10565
9687
 
@@ -10697,34 +9819,15 @@ class PARTICLE_PT_render_collection(
10697
9819
  class PARTICLE_PT_render_collection_use_count(
10698
9820
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
10699
9821
  ):
10700
- """ """
10701
-
10702
9822
  COMPAT_ENGINES: typing.Any
10703
- """ """
10704
-
10705
9823
  bl_context: typing.Any
10706
- """ """
10707
-
10708
9824
  bl_label: typing.Any
10709
- """ """
10710
-
10711
9825
  bl_options: typing.Any
10712
- """ """
10713
-
10714
9826
  bl_parent_id: typing.Any
10715
- """ """
10716
-
10717
9827
  bl_region_type: typing.Any
10718
- """ """
10719
-
10720
9828
  bl_rna: typing.Any
10721
- """ """
10722
-
10723
9829
  bl_space_type: typing.Any
10724
- """ """
10725
-
10726
9830
  id_data: typing.Any
10727
- """ """
10728
9831
 
10729
9832
  def append(self, draw_func):
10730
9833
  """Append a draw function to this menu,
@@ -10816,10 +9919,7 @@ class PARTICLE_PT_render_collection_use_count(
10816
9919
  """
10817
9920
  ...
10818
9921
 
10819
- def is_extended(self):
10820
- """ """
10821
- ...
10822
-
9922
+ def is_extended(self): ...
10823
9923
  def is_property_hidden(self) -> bool:
10824
9924
  """Check if a property is hidden.
10825
9925
 
@@ -10957,34 +10057,15 @@ class PARTICLE_PT_render_collection_use_count(
10957
10057
  class PARTICLE_PT_render_extra(
10958
10058
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
10959
10059
  ):
10960
- """ """
10961
-
10962
10060
  COMPAT_ENGINES: typing.Any
10963
- """ """
10964
-
10965
10061
  bl_context: typing.Any
10966
- """ """
10967
-
10968
10062
  bl_label: typing.Any
10969
- """ """
10970
-
10971
10063
  bl_options: typing.Any
10972
- """ """
10973
-
10974
10064
  bl_parent_id: typing.Any
10975
- """ """
10976
-
10977
10065
  bl_region_type: typing.Any
10978
- """ """
10979
-
10980
10066
  bl_rna: typing.Any
10981
- """ """
10982
-
10983
10067
  bl_space_type: typing.Any
10984
- """ """
10985
-
10986
10068
  id_data: typing.Any
10987
- """ """
10988
10069
 
10989
10070
  def append(self, draw_func):
10990
10071
  """Append a draw function to this menu,
@@ -11069,10 +10150,7 @@ class PARTICLE_PT_render_extra(
11069
10150
  """
11070
10151
  ...
11071
10152
 
11072
- def is_extended(self):
11073
- """ """
11074
- ...
11075
-
10153
+ def is_extended(self): ...
11076
10154
  def is_property_hidden(self) -> bool:
11077
10155
  """Check if a property is hidden.
11078
10156
 
@@ -11210,31 +10288,14 @@ class PARTICLE_PT_render_extra(
11210
10288
  class PARTICLE_PT_render_object(
11211
10289
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
11212
10290
  ):
11213
- """ """
11214
-
11215
10291
  COMPAT_ENGINES: typing.Any
11216
- """ """
11217
-
11218
10292
  bl_context: typing.Any
11219
- """ """
11220
-
11221
10293
  bl_label: typing.Any
11222
- """ """
11223
-
11224
10294
  bl_parent_id: typing.Any
11225
- """ """
11226
-
11227
10295
  bl_region_type: typing.Any
11228
- """ """
11229
-
11230
10296
  bl_rna: typing.Any
11231
- """ """
11232
-
11233
10297
  bl_space_type: typing.Any
11234
- """ """
11235
-
11236
10298
  id_data: typing.Any
11237
- """ """
11238
10299
 
11239
10300
  def append(self, draw_func):
11240
10301
  """Append a draw function to this menu,
@@ -11319,10 +10380,7 @@ class PARTICLE_PT_render_object(
11319
10380
  """
11320
10381
  ...
11321
10382
 
11322
- def is_extended(self):
11323
- """ """
11324
- ...
11325
-
10383
+ def is_extended(self): ...
11326
10384
  def is_property_hidden(self) -> bool:
11327
10385
  """Check if a property is hidden.
11328
10386
 
@@ -11460,31 +10518,14 @@ class PARTICLE_PT_render_object(
11460
10518
  class PARTICLE_PT_render_path(
11461
10519
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
11462
10520
  ):
11463
- """ """
11464
-
11465
10521
  COMPAT_ENGINES: typing.Any
11466
- """ """
11467
-
11468
10522
  bl_context: typing.Any
11469
- """ """
11470
-
11471
10523
  bl_label: typing.Any
11472
- """ """
11473
-
11474
10524
  bl_parent_id: typing.Any
11475
- """ """
11476
-
11477
10525
  bl_region_type: typing.Any
11478
- """ """
11479
-
11480
10526
  bl_rna: typing.Any
11481
- """ """
11482
-
11483
10527
  bl_space_type: typing.Any
11484
- """ """
11485
-
11486
10528
  id_data: typing.Any
11487
- """ """
11488
10529
 
11489
10530
  def append(self, draw_func):
11490
10531
  """Append a draw function to this menu,
@@ -11569,10 +10610,7 @@ class PARTICLE_PT_render_path(
11569
10610
  """
11570
10611
  ...
11571
10612
 
11572
- def is_extended(self):
11573
- """ """
11574
- ...
11575
-
10613
+ def is_extended(self): ...
11576
10614
  def is_property_hidden(self) -> bool:
11577
10615
  """Check if a property is hidden.
11578
10616
 
@@ -11710,34 +10748,15 @@ class PARTICLE_PT_render_path(
11710
10748
  class PARTICLE_PT_render_path_timing(
11711
10749
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
11712
10750
  ):
11713
- """ """
11714
-
11715
10751
  COMPAT_ENGINES: typing.Any
11716
- """ """
11717
-
11718
10752
  bl_context: typing.Any
11719
- """ """
11720
-
11721
10753
  bl_label: typing.Any
11722
- """ """
11723
-
11724
10754
  bl_options: typing.Any
11725
- """ """
11726
-
11727
10755
  bl_parent_id: typing.Any
11728
- """ """
11729
-
11730
10756
  bl_region_type: typing.Any
11731
- """ """
11732
-
11733
10757
  bl_rna: typing.Any
11734
- """ """
11735
-
11736
10758
  bl_space_type: typing.Any
11737
- """ """
11738
-
11739
10759
  id_data: typing.Any
11740
- """ """
11741
10760
 
11742
10761
  def append(self, draw_func):
11743
10762
  """Append a draw function to this menu,
@@ -11822,10 +10841,7 @@ class PARTICLE_PT_render_path_timing(
11822
10841
  """
11823
10842
  ...
11824
10843
 
11825
- def is_extended(self):
11826
- """ """
11827
- ...
11828
-
10844
+ def is_extended(self): ...
11829
10845
  def is_property_hidden(self) -> bool:
11830
10846
  """Check if a property is hidden.
11831
10847
 
@@ -11961,31 +10977,14 @@ class PARTICLE_PT_render_path_timing(
11961
10977
  ...
11962
10978
 
11963
10979
  class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
11964
- """ """
11965
-
11966
10980
  COMPAT_ENGINES: typing.Any
11967
- """ """
11968
-
11969
10981
  bl_context: typing.Any
11970
- """ """
11971
-
11972
10982
  bl_label: typing.Any
11973
- """ """
11974
-
11975
10983
  bl_options: typing.Any
11976
- """ """
11977
-
11978
10984
  bl_region_type: typing.Any
11979
- """ """
11980
-
11981
10985
  bl_rna: typing.Any
11982
- """ """
11983
-
11984
10986
  bl_space_type: typing.Any
11985
- """ """
11986
-
11987
10987
  id_data: typing.Any
11988
- """ """
11989
10988
 
11990
10989
  def append(self, draw_func):
11991
10990
  """Append a draw function to this menu,
@@ -12077,10 +11076,7 @@ class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
12077
11076
  """
12078
11077
  ...
12079
11078
 
12080
- def is_extended(self):
12081
- """ """
12082
- ...
12083
-
11079
+ def is_extended(self): ...
12084
11080
  def is_property_hidden(self) -> bool:
12085
11081
  """Check if a property is hidden.
12086
11082
 
@@ -12218,34 +11214,15 @@ class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
12218
11214
  class PARTICLE_PT_rotation_angular_velocity(
12219
11215
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
12220
11216
  ):
12221
- """ """
12222
-
12223
11217
  COMPAT_ENGINES: typing.Any
12224
- """ """
12225
-
12226
11218
  bl_context: typing.Any
12227
- """ """
12228
-
12229
11219
  bl_label: typing.Any
12230
- """ """
12231
-
12232
11220
  bl_options: typing.Any
12233
- """ """
12234
-
12235
11221
  bl_parent_id: typing.Any
12236
- """ """
12237
-
12238
11222
  bl_region_type: typing.Any
12239
- """ """
12240
-
12241
11223
  bl_rna: typing.Any
12242
- """ """
12243
-
12244
11224
  bl_space_type: typing.Any
12245
- """ """
12246
-
12247
11225
  id_data: typing.Any
12248
- """ """
12249
11226
 
12250
11227
  def append(self, draw_func):
12251
11228
  """Append a draw function to this menu,
@@ -12330,10 +11307,7 @@ class PARTICLE_PT_rotation_angular_velocity(
12330
11307
  """
12331
11308
  ...
12332
11309
 
12333
- def is_extended(self):
12334
- """ """
12335
- ...
12336
-
11310
+ def is_extended(self): ...
12337
11311
  def is_property_hidden(self) -> bool:
12338
11312
  """Check if a property is hidden.
12339
11313
 
@@ -12469,31 +11443,14 @@ class PARTICLE_PT_rotation_angular_velocity(
12469
11443
  ...
12470
11444
 
12471
11445
  class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
12472
- """ """
12473
-
12474
11446
  COMPAT_ENGINES: typing.Any
12475
- """ """
12476
-
12477
11447
  bl_context: typing.Any
12478
- """ """
12479
-
12480
11448
  bl_label: typing.Any
12481
- """ """
12482
-
12483
11449
  bl_options: typing.Any
12484
- """ """
12485
-
12486
11450
  bl_region_type: typing.Any
12487
- """ """
12488
-
12489
11451
  bl_rna: typing.Any
12490
- """ """
12491
-
12492
11452
  bl_space_type: typing.Any
12493
- """ """
12494
-
12495
11453
  id_data: typing.Any
12496
- """ """
12497
11454
 
12498
11455
  def append(self, draw_func):
12499
11456
  """Append a draw function to this menu,
@@ -12578,10 +11535,7 @@ class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
12578
11535
  """
12579
11536
  ...
12580
11537
 
12581
- def is_extended(self):
12582
- """ """
12583
- ...
12584
-
11538
+ def is_extended(self): ...
12585
11539
  def is_property_hidden(self) -> bool:
12586
11540
  """Check if a property is hidden.
12587
11541
 
@@ -12717,31 +11671,14 @@ class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
12717
11671
  ...
12718
11672
 
12719
11673
  class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
12720
- """ """
12721
-
12722
11674
  COMPAT_ENGINES: typing.Any
12723
- """ """
12724
-
12725
11675
  bl_context: typing.Any
12726
- """ """
12727
-
12728
11676
  bl_label: typing.Any
12729
- """ """
12730
-
12731
11677
  bl_options: typing.Any
12732
- """ """
12733
-
12734
11678
  bl_region_type: typing.Any
12735
- """ """
12736
-
12737
11679
  bl_rna: typing.Any
12738
- """ """
12739
-
12740
11680
  bl_space_type: typing.Any
12741
- """ """
12742
-
12743
11681
  id_data: typing.Any
12744
- """ """
12745
11682
 
12746
11683
  def append(self, draw_func):
12747
11684
  """Append a draw function to this menu,
@@ -12826,10 +11763,7 @@ class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
12826
11763
  """
12827
11764
  ...
12828
11765
 
12829
- def is_extended(self):
12830
- """ """
12831
- ...
12832
-
11766
+ def is_extended(self): ...
12833
11767
  def is_property_hidden(self) -> bool:
12834
11768
  """Check if a property is hidden.
12835
11769
 
@@ -12967,31 +11901,14 @@ class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
12967
11901
  class PARTICLE_PT_vertexgroups(
12968
11902
  bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
12969
11903
  ):
12970
- """ """
12971
-
12972
11904
  COMPAT_ENGINES: typing.Any
12973
- """ """
12974
-
12975
11905
  bl_context: typing.Any
12976
- """ """
12977
-
12978
11906
  bl_label: typing.Any
12979
- """ """
12980
-
12981
11907
  bl_options: typing.Any
12982
- """ """
12983
-
12984
11908
  bl_region_type: typing.Any
12985
- """ """
12986
-
12987
11909
  bl_rna: typing.Any
12988
- """ """
12989
-
12990
11910
  bl_space_type: typing.Any
12991
- """ """
12992
-
12993
11911
  id_data: typing.Any
12994
- """ """
12995
11912
 
12996
11913
  def append(self, draw_func):
12997
11914
  """Append a draw function to this menu,
@@ -13076,10 +11993,7 @@ class PARTICLE_PT_vertexgroups(
13076
11993
  """
13077
11994
  ...
13078
11995
 
13079
- def is_extended(self):
13080
- """ """
13081
- ...
13082
-
11996
+ def is_extended(self): ...
13083
11997
  def is_property_hidden(self) -> bool:
13084
11998
  """Check if a property is hidden.
13085
11999
 
@@ -13214,22 +12128,7 @@ class PARTICLE_PT_vertexgroups(
13214
12128
  """
13215
12129
  ...
13216
12130
 
13217
- def find_modifier(ob, psys):
13218
- """ """
13219
-
13220
- ...
13221
-
13222
- def particle_get_settings(context):
13223
- """ """
13224
-
13225
- ...
13226
-
13227
- def particle_panel_enabled(context, psys):
13228
- """ """
13229
-
13230
- ...
13231
-
13232
- def particle_panel_poll(cls, context):
13233
- """ """
13234
-
13235
- ...
12131
+ def find_modifier(ob, psys): ...
12132
+ def particle_get_settings(context): ...
12133
+ def particle_panel_enabled(context, psys): ...
12134
+ def particle_panel_poll(cls, context): ...