fake-bpy-module 20240915__py3-none-any.whl → 20240917__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1230 -31631
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +5 -45
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
@@ -6,8 +6,8 @@ import bl_ui.utils
6
6
  import bpy.types
7
7
  import rna_prop_ui
8
8
 
9
- GenericType1 = typing.TypeVar("GenericType1")
10
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
11
11
 
12
12
  class PARTICLE_MT_context_menu(bpy.types.Menu):
13
13
  COMPAT_ENGINES: typing.Any
@@ -21,7 +21,6 @@ class PARTICLE_MT_context_menu(bpy.types.Menu):
21
21
  :return: The RNA type or default when not found.
22
22
  :rtype: bpy.types.Struct
23
23
  """
24
- ...
25
24
 
26
25
  def bl_rna_get_subclass_py(self) -> typing.Any:
27
26
  """
@@ -29,14 +28,12 @@ class PARTICLE_MT_context_menu(bpy.types.Menu):
29
28
  :return: The class or default when not found.
30
29
  :rtype: typing.Any
31
30
  """
32
- ...
33
31
 
34
32
  def draw(self, context):
35
33
  """
36
34
 
37
35
  :param context:
38
36
  """
39
- ...
40
37
 
41
38
  class PARTICLE_PT_animation(
42
39
  rna_prop_ui.PropertyPanel,
@@ -64,7 +61,6 @@ class PARTICLE_PT_animation(
64
61
  :return: The RNA type or default when not found.
65
62
  :rtype: bpy.types.Struct
66
63
  """
67
- ...
68
64
 
69
65
  def bl_rna_get_subclass_py(self) -> typing.Any:
70
66
  """
@@ -72,7 +68,6 @@ class PARTICLE_PT_animation(
72
68
  :return: The class or default when not found.
73
69
  :rtype: typing.Any
74
70
  """
75
- ...
76
71
 
77
72
  class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
78
73
  COMPAT_ENGINES: typing.Any
@@ -91,7 +86,6 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
91
86
  :return: The RNA type or default when not found.
92
87
  :rtype: bpy.types.Struct
93
88
  """
94
- ...
95
89
 
96
90
  def bl_rna_get_subclass_py(self) -> typing.Any:
97
91
  """
@@ -99,14 +93,12 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
99
93
  :return: The class or default when not found.
100
94
  :rtype: typing.Any
101
95
  """
102
- ...
103
96
 
104
97
  def draw(self, context):
105
98
  """
106
99
 
107
100
  :param context:
108
101
  """
109
- ...
110
102
 
111
103
  @classmethod
112
104
  def poll(cls, context):
@@ -114,7 +106,6 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
114
106
 
115
107
  :param context:
116
108
  """
117
- ...
118
109
 
119
110
  class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
120
111
  COMPAT_ENGINES: typing.Any
@@ -132,7 +123,6 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
132
123
  :return: The RNA type or default when not found.
133
124
  :rtype: bpy.types.Struct
134
125
  """
135
- ...
136
126
 
137
127
  def bl_rna_get_subclass_py(self) -> typing.Any:
138
128
  """
@@ -140,14 +130,12 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
140
130
  :return: The class or default when not found.
141
131
  :rtype: typing.Any
142
132
  """
143
- ...
144
133
 
145
134
  def draw(self, context):
146
135
  """
147
136
 
148
137
  :param context:
149
138
  """
150
- ...
151
139
 
152
140
  @classmethod
153
141
  def poll(cls, context):
@@ -155,7 +143,6 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
155
143
 
156
144
  :param context:
157
145
  """
158
- ...
159
146
 
160
147
  class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
161
148
  COMPAT_ENGINES: typing.Any
@@ -174,7 +161,6 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
174
161
  :return: The RNA type or default when not found.
175
162
  :rtype: bpy.types.Struct
176
163
  """
177
- ...
178
164
 
179
165
  def bl_rna_get_subclass_py(self) -> typing.Any:
180
166
  """
@@ -182,14 +168,12 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
182
168
  :return: The class or default when not found.
183
169
  :rtype: typing.Any
184
170
  """
185
- ...
186
171
 
187
172
  def draw(self, context):
188
173
  """
189
174
 
190
175
  :param context:
191
176
  """
192
- ...
193
177
 
194
178
  @classmethod
195
179
  def poll(cls, context):
@@ -197,7 +181,6 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
197
181
 
198
182
  :param context:
199
183
  """
200
- ...
201
184
 
202
185
  class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
203
186
  COMPAT_ENGINES: typing.Any
@@ -216,7 +199,6 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
216
199
  :return: The RNA type or default when not found.
217
200
  :rtype: bpy.types.Struct
218
201
  """
219
- ...
220
202
 
221
203
  def bl_rna_get_subclass_py(self) -> typing.Any:
222
204
  """
@@ -224,14 +206,12 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
224
206
  :return: The class or default when not found.
225
207
  :rtype: typing.Any
226
208
  """
227
- ...
228
209
 
229
210
  def draw(self, context):
230
211
  """
231
212
 
232
213
  :param context:
233
214
  """
234
- ...
235
215
 
236
216
  @classmethod
237
217
  def poll(cls, context):
@@ -239,7 +219,6 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
239
219
 
240
220
  :param context:
241
221
  """
242
- ...
243
222
 
244
223
  class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel):
245
224
  COMPAT_ENGINES: typing.Any
@@ -258,7 +237,6 @@ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel)
258
237
  :return: The RNA type or default when not found.
259
238
  :rtype: bpy.types.Struct
260
239
  """
261
- ...
262
240
 
263
241
  def bl_rna_get_subclass_py(self) -> typing.Any:
264
242
  """
@@ -266,21 +244,18 @@ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel)
266
244
  :return: The class or default when not found.
267
245
  :rtype: typing.Any
268
246
  """
269
- ...
270
247
 
271
248
  def draw(self, context):
272
249
  """
273
250
 
274
251
  :param context:
275
252
  """
276
- ...
277
253
 
278
254
  def draw_header(self, context):
279
255
  """
280
256
 
281
257
  :param context:
282
258
  """
283
- ...
284
259
 
285
260
  class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
286
261
  COMPAT_ENGINES: typing.Any
@@ -299,7 +274,6 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
299
274
  :return: The RNA type or default when not found.
300
275
  :rtype: bpy.types.Struct
301
276
  """
302
- ...
303
277
 
304
278
  def bl_rna_get_subclass_py(self) -> typing.Any:
305
279
  """
@@ -307,14 +281,12 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
307
281
  :return: The class or default when not found.
308
282
  :rtype: typing.Any
309
283
  """
310
- ...
311
284
 
312
285
  def draw(self, context):
313
286
  """
314
287
 
315
288
  :param context:
316
289
  """
317
- ...
318
290
 
319
291
  @classmethod
320
292
  def poll(cls, context):
@@ -322,7 +294,6 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
322
294
 
323
295
  :param context:
324
296
  """
325
- ...
326
297
 
327
298
  class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
328
299
  COMPAT_ENGINES: typing.Any
@@ -341,7 +312,6 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
341
312
  :return: The RNA type or default when not found.
342
313
  :rtype: bpy.types.Struct
343
314
  """
344
- ...
345
315
 
346
316
  def bl_rna_get_subclass_py(self) -> typing.Any:
347
317
  """
@@ -349,14 +319,12 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
349
319
  :return: The class or default when not found.
350
320
  :rtype: typing.Any
351
321
  """
352
- ...
353
322
 
354
323
  def draw(self, context):
355
324
  """
356
325
 
357
326
  :param context:
358
327
  """
359
- ...
360
328
 
361
329
  @classmethod
362
330
  def poll(cls, context):
@@ -364,7 +332,6 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
364
332
 
365
333
  :param context:
366
334
  """
367
- ...
368
335
 
369
336
  class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
370
337
  COMPAT_ENGINES: typing.Any
@@ -384,7 +351,6 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
384
351
  :return: The RNA type or default when not found.
385
352
  :rtype: bpy.types.Struct
386
353
  """
387
- ...
388
354
 
389
355
  def bl_rna_get_subclass_py(self) -> typing.Any:
390
356
  """
@@ -392,14 +358,12 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
392
358
  :return: The class or default when not found.
393
359
  :rtype: typing.Any
394
360
  """
395
- ...
396
361
 
397
362
  def draw(self, context):
398
363
  """
399
364
 
400
365
  :param context:
401
366
  """
402
- ...
403
367
 
404
368
  @classmethod
405
369
  def poll(cls, context):
@@ -407,7 +371,6 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
407
371
 
408
372
  :param context:
409
373
  """
410
- ...
411
374
 
412
375
  class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
413
376
  COMPAT_ENGINES: typing.Any
@@ -425,7 +388,6 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
425
388
  :return: The RNA type or default when not found.
426
389
  :rtype: bpy.types.Struct
427
390
  """
428
- ...
429
391
 
430
392
  def bl_rna_get_subclass_py(self) -> typing.Any:
431
393
  """
@@ -433,14 +395,12 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
433
395
  :return: The class or default when not found.
434
396
  :rtype: typing.Any
435
397
  """
436
- ...
437
398
 
438
399
  def draw(self, context):
439
400
  """
440
401
 
441
402
  :param context:
442
403
  """
443
- ...
444
404
 
445
405
  @classmethod
446
406
  def poll(cls, context):
@@ -448,7 +408,6 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
448
408
 
449
409
  :param context:
450
410
  """
451
- ...
452
411
 
453
412
  class PARTICLE_PT_custom_props(
454
413
  rna_prop_ui.PropertyPanel, ParticleButtonsPanel, bpy.types.Panel
@@ -473,7 +432,6 @@ class PARTICLE_PT_custom_props(
473
432
  :return: The RNA type or default when not found.
474
433
  :rtype: bpy.types.Struct
475
434
  """
476
- ...
477
435
 
478
436
  def bl_rna_get_subclass_py(self) -> typing.Any:
479
437
  """
@@ -481,7 +439,6 @@ class PARTICLE_PT_custom_props(
481
439
  :return: The class or default when not found.
482
440
  :rtype: typing.Any
483
441
  """
484
- ...
485
442
 
486
443
  class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
487
444
  COMPAT_ENGINES: typing.Any
@@ -499,7 +456,6 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
499
456
  :return: The RNA type or default when not found.
500
457
  :rtype: bpy.types.Struct
501
458
  """
502
- ...
503
459
 
504
460
  def bl_rna_get_subclass_py(self) -> typing.Any:
505
461
  """
@@ -507,14 +463,12 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
507
463
  :return: The class or default when not found.
508
464
  :rtype: typing.Any
509
465
  """
510
- ...
511
466
 
512
467
  def draw(self, context):
513
468
  """
514
469
 
515
470
  :param context:
516
471
  """
517
- ...
518
472
 
519
473
  @classmethod
520
474
  def poll(cls, context):
@@ -522,7 +476,6 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
522
476
 
523
477
  :param context:
524
478
  """
525
- ...
526
479
 
527
480
  class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
528
481
  COMPAT_ENGINES: typing.Any
@@ -540,7 +493,6 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
540
493
  :return: The RNA type or default when not found.
541
494
  :rtype: bpy.types.Struct
542
495
  """
543
- ...
544
496
 
545
497
  def bl_rna_get_subclass_py(self) -> typing.Any:
546
498
  """
@@ -548,14 +500,12 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
548
500
  :return: The class or default when not found.
549
501
  :rtype: typing.Any
550
502
  """
551
- ...
552
503
 
553
504
  def draw(self, context):
554
505
  """
555
506
 
556
507
  :param context:
557
508
  """
558
- ...
559
509
 
560
510
  @classmethod
561
511
  def poll(cls, context):
@@ -563,7 +513,6 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
563
513
 
564
514
  :param context:
565
515
  """
566
- ...
567
516
 
568
517
  class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
569
518
  COMPAT_ENGINES: typing.Any
@@ -582,7 +531,6 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
582
531
  :return: The RNA type or default when not found.
583
532
  :rtype: bpy.types.Struct
584
533
  """
585
- ...
586
534
 
587
535
  def bl_rna_get_subclass_py(self) -> typing.Any:
588
536
  """
@@ -590,14 +538,12 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
590
538
  :return: The class or default when not found.
591
539
  :rtype: typing.Any
592
540
  """
593
- ...
594
541
 
595
542
  def draw(self, context):
596
543
  """
597
544
 
598
545
  :param context:
599
546
  """
600
- ...
601
547
 
602
548
  class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
603
549
  COMPAT_ENGINES: typing.Any
@@ -615,7 +561,6 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
615
561
  :return: The RNA type or default when not found.
616
562
  :rtype: bpy.types.Struct
617
563
  """
618
- ...
619
564
 
620
565
  def bl_rna_get_subclass_py(self) -> typing.Any:
621
566
  """
@@ -623,14 +568,12 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
623
568
  :return: The class or default when not found.
624
569
  :rtype: typing.Any
625
570
  """
626
- ...
627
571
 
628
572
  def draw(self, context):
629
573
  """
630
574
 
631
575
  :param context:
632
576
  """
633
- ...
634
577
 
635
578
  @classmethod
636
579
  def poll(cls, context):
@@ -638,7 +581,6 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
638
581
 
639
582
  :param context:
640
583
  """
641
- ...
642
584
 
643
585
  class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
644
586
  COMPAT_ENGINES: typing.Any
@@ -656,7 +598,6 @@ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
656
598
  :return: The RNA type or default when not found.
657
599
  :rtype: bpy.types.Struct
658
600
  """
659
- ...
660
601
 
661
602
  def bl_rna_get_subclass_py(self) -> typing.Any:
662
603
  """
@@ -664,14 +605,12 @@ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
664
605
  :return: The class or default when not found.
665
606
  :rtype: typing.Any
666
607
  """
667
- ...
668
608
 
669
609
  def draw(self, context):
670
610
  """
671
611
 
672
612
  :param context:
673
613
  """
674
- ...
675
614
 
676
615
  class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
677
616
  COMPAT_ENGINES: typing.Any
@@ -689,7 +628,6 @@ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
689
628
  :return: The RNA type or default when not found.
690
629
  :rtype: bpy.types.Struct
691
630
  """
692
- ...
693
631
 
694
632
  def bl_rna_get_subclass_py(self) -> typing.Any:
695
633
  """
@@ -697,14 +635,12 @@ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
697
635
  :return: The class or default when not found.
698
636
  :rtype: typing.Any
699
637
  """
700
- ...
701
638
 
702
639
  def draw(self, context):
703
640
  """
704
641
 
705
642
  :param context:
706
643
  """
707
- ...
708
644
 
709
645
  class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Panel):
710
646
  COMPAT_ENGINES: typing.Any
@@ -723,7 +659,6 @@ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Pan
723
659
  :return: The RNA type or default when not found.
724
660
  :rtype: bpy.types.Struct
725
661
  """
726
- ...
727
662
 
728
663
  def bl_rna_get_subclass_py(self) -> typing.Any:
729
664
  """
@@ -731,14 +666,12 @@ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Pan
731
666
  :return: The class or default when not found.
732
667
  :rtype: typing.Any
733
668
  """
734
- ...
735
669
 
736
670
  def draw(self, context):
737
671
  """
738
672
 
739
673
  :param context:
740
674
  """
741
- ...
742
675
 
743
676
  class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
744
677
  COMPAT_ENGINES: typing.Any
@@ -756,7 +689,6 @@ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
756
689
  :return: The RNA type or default when not found.
757
690
  :rtype: bpy.types.Struct
758
691
  """
759
- ...
760
692
 
761
693
  def bl_rna_get_subclass_py(self) -> typing.Any:
762
694
  """
@@ -764,14 +696,12 @@ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
764
696
  :return: The class or default when not found.
765
697
  :rtype: typing.Any
766
698
  """
767
- ...
768
699
 
769
700
  def draw(self, context):
770
701
  """
771
702
 
772
703
  :param context:
773
704
  """
774
- ...
775
705
 
776
706
  class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Panel):
777
707
  COMPAT_ENGINES: typing.Any
@@ -790,7 +720,6 @@ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Pan
790
720
  :return: The RNA type or default when not found.
791
721
  :rtype: bpy.types.Struct
792
722
  """
793
- ...
794
723
 
795
724
  def bl_rna_get_subclass_py(self) -> typing.Any:
796
725
  """
@@ -798,14 +727,12 @@ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Pan
798
727
  :return: The class or default when not found.
799
728
  :rtype: typing.Any
800
729
  """
801
- ...
802
730
 
803
731
  def draw(self, context):
804
732
  """
805
733
 
806
734
  :param context:
807
735
  """
808
- ...
809
736
 
810
737
  class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
811
738
  COMPAT_ENGINES: typing.Any
@@ -823,7 +750,6 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
823
750
  :return: The RNA type or default when not found.
824
751
  :rtype: bpy.types.Struct
825
752
  """
826
- ...
827
753
 
828
754
  def bl_rna_get_subclass_py(self) -> typing.Any:
829
755
  """
@@ -831,28 +757,24 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
831
757
  :return: The class or default when not found.
832
758
  :rtype: typing.Any
833
759
  """
834
- ...
835
760
 
836
761
  def draw(self, context):
837
762
  """
838
763
 
839
764
  :param context:
840
765
  """
841
- ...
842
766
 
843
767
  def draw_header(self, context):
844
768
  """
845
769
 
846
770
  :param context:
847
771
  """
848
- ...
849
772
 
850
773
  def draw_header_preset(self, context):
851
774
  """
852
775
 
853
776
  :param context:
854
777
  """
855
- ...
856
778
 
857
779
  @classmethod
858
780
  def poll(cls, context):
@@ -860,7 +782,6 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
860
782
 
861
783
  :param context:
862
784
  """
863
- ...
864
785
 
865
786
  class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel):
866
787
  COMPAT_ENGINES: typing.Any
@@ -879,7 +800,6 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel)
879
800
  :return: The RNA type or default when not found.
880
801
  :rtype: bpy.types.Struct
881
802
  """
882
- ...
883
803
 
884
804
  def bl_rna_get_subclass_py(self) -> typing.Any:
885
805
  """
@@ -887,14 +807,12 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel)
887
807
  :return: The class or default when not found.
888
808
  :rtype: typing.Any
889
809
  """
890
- ...
891
810
 
892
811
  def draw(self, context):
893
812
  """
894
813
 
895
814
  :param context:
896
815
  """
897
- ...
898
816
 
899
817
  @classmethod
900
818
  def poll(cls, context):
@@ -902,7 +820,6 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel)
902
820
 
903
821
  :param context:
904
822
  """
905
- ...
906
823
 
907
824
  class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
908
825
  COMPAT_ENGINES: typing.Any
@@ -921,7 +838,6 @@ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel
921
838
  :return: The RNA type or default when not found.
922
839
  :rtype: bpy.types.Struct
923
840
  """
924
- ...
925
841
 
926
842
  def bl_rna_get_subclass_py(self) -> typing.Any:
927
843
  """
@@ -929,7 +845,6 @@ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel
929
845
  :return: The class or default when not found.
930
846
  :rtype: typing.Any
931
847
  """
932
- ...
933
848
 
934
849
  class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel):
935
850
  COMPAT_ENGINES: typing.Any
@@ -948,7 +863,6 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel)
948
863
  :return: The RNA type or default when not found.
949
864
  :rtype: bpy.types.Struct
950
865
  """
951
- ...
952
866
 
953
867
  def bl_rna_get_subclass_py(self) -> typing.Any:
954
868
  """
@@ -956,14 +870,12 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel)
956
870
  :return: The class or default when not found.
957
871
  :rtype: typing.Any
958
872
  """
959
- ...
960
873
 
961
874
  def draw(self, context):
962
875
  """
963
876
 
964
877
  :param context:
965
878
  """
966
- ...
967
879
 
968
880
  @classmethod
969
881
  def poll(cls, context):
@@ -971,7 +883,6 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel)
971
883
 
972
884
  :param context:
973
885
  """
974
- ...
975
886
 
976
887
  class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
977
888
  COMPAT_ENGINES: typing.Any
@@ -990,7 +901,6 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
990
901
  :return: The RNA type or default when not found.
991
902
  :rtype: bpy.types.Struct
992
903
  """
993
- ...
994
904
 
995
905
  def bl_rna_get_subclass_py(self) -> typing.Any:
996
906
  """
@@ -998,14 +908,12 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
998
908
  :return: The class or default when not found.
999
909
  :rtype: typing.Any
1000
910
  """
1001
- ...
1002
911
 
1003
912
  def draw(self, context):
1004
913
  """
1005
914
 
1006
915
  :param context:
1007
916
  """
1008
- ...
1009
917
 
1010
918
  @classmethod
1011
919
  def poll(cls, context):
@@ -1013,7 +921,6 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
1013
921
 
1014
922
  :param context:
1015
923
  """
1016
- ...
1017
924
 
1018
925
  class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
1019
926
  COMPAT_ENGINES: typing.Any
@@ -1031,7 +938,6 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
1031
938
  :return: The RNA type or default when not found.
1032
939
  :rtype: bpy.types.Struct
1033
940
  """
1034
- ...
1035
941
 
1036
942
  def bl_rna_get_subclass_py(self) -> typing.Any:
1037
943
  """
@@ -1039,14 +945,12 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
1039
945
  :return: The class or default when not found.
1040
946
  :rtype: typing.Any
1041
947
  """
1042
- ...
1043
948
 
1044
949
  def draw(self, context):
1045
950
  """
1046
951
 
1047
952
  :param context:
1048
953
  """
1049
- ...
1050
954
 
1051
955
  @classmethod
1052
956
  def poll(cls, context):
@@ -1054,7 +958,6 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
1054
958
 
1055
959
  :param context:
1056
960
  """
1057
- ...
1058
961
 
1059
962
  class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
1060
963
  COMPAT_ENGINES: typing.Any
@@ -1072,7 +975,6 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
1072
975
  :return: The RNA type or default when not found.
1073
976
  :rtype: bpy.types.Struct
1074
977
  """
1075
- ...
1076
978
 
1077
979
  def bl_rna_get_subclass_py(self) -> typing.Any:
1078
980
  """
@@ -1080,14 +982,12 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
1080
982
  :return: The class or default when not found.
1081
983
  :rtype: typing.Any
1082
984
  """
1083
- ...
1084
985
 
1085
986
  def draw(self, context):
1086
987
  """
1087
988
 
1088
989
  :param context:
1089
990
  """
1090
- ...
1091
991
 
1092
992
  @classmethod
1093
993
  def poll(cls, context):
@@ -1095,7 +995,6 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
1095
995
 
1096
996
  :param context:
1097
997
  """
1098
- ...
1099
998
 
1100
999
  class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
1101
1000
  COMPAT_ENGINES: typing.Any
@@ -1114,7 +1013,6 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
1114
1013
  :return: The RNA type or default when not found.
1115
1014
  :rtype: bpy.types.Struct
1116
1015
  """
1117
- ...
1118
1016
 
1119
1017
  def bl_rna_get_subclass_py(self) -> typing.Any:
1120
1018
  """
@@ -1122,14 +1020,12 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
1122
1020
  :return: The class or default when not found.
1123
1021
  :rtype: typing.Any
1124
1022
  """
1125
- ...
1126
1023
 
1127
1024
  def draw(self, context):
1128
1025
  """
1129
1026
 
1130
1027
  :param context:
1131
1028
  """
1132
- ...
1133
1029
 
1134
1030
  @classmethod
1135
1031
  def poll(cls, context):
@@ -1137,7 +1033,6 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
1137
1033
 
1138
1034
  :param context:
1139
1035
  """
1140
- ...
1141
1036
 
1142
1037
  class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1143
1038
  COMPAT_ENGINES: typing.Any
@@ -1156,7 +1051,6 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1156
1051
  :return: The RNA type or default when not found.
1157
1052
  :rtype: bpy.types.Struct
1158
1053
  """
1159
- ...
1160
1054
 
1161
1055
  def bl_rna_get_subclass_py(self) -> typing.Any:
1162
1056
  """
@@ -1164,14 +1058,12 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1164
1058
  :return: The class or default when not found.
1165
1059
  :rtype: typing.Any
1166
1060
  """
1167
- ...
1168
1061
 
1169
1062
  def draw(self, context):
1170
1063
  """
1171
1064
 
1172
1065
  :param context:
1173
1066
  """
1174
- ...
1175
1067
 
1176
1068
  @classmethod
1177
1069
  def poll(cls, context):
@@ -1179,7 +1071,6 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1179
1071
 
1180
1072
  :param context:
1181
1073
  """
1182
- ...
1183
1074
 
1184
1075
  class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1185
1076
  COMPAT_ENGINES: typing.Any
@@ -1198,7 +1089,6 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1198
1089
  :return: The RNA type or default when not found.
1199
1090
  :rtype: bpy.types.Struct
1200
1091
  """
1201
- ...
1202
1092
 
1203
1093
  def bl_rna_get_subclass_py(self) -> typing.Any:
1204
1094
  """
@@ -1206,14 +1096,12 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1206
1096
  :return: The class or default when not found.
1207
1097
  :rtype: typing.Any
1208
1098
  """
1209
- ...
1210
1099
 
1211
1100
  def draw(self, context):
1212
1101
  """
1213
1102
 
1214
1103
  :param context:
1215
1104
  """
1216
- ...
1217
1105
 
1218
1106
  @classmethod
1219
1107
  def poll(cls, context):
@@ -1221,7 +1109,6 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1221
1109
 
1222
1110
  :param context:
1223
1111
  """
1224
- ...
1225
1112
 
1226
1113
  class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1227
1114
  COMPAT_ENGINES: typing.Any
@@ -1240,7 +1127,6 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1240
1127
  :return: The RNA type or default when not found.
1241
1128
  :rtype: bpy.types.Struct
1242
1129
  """
1243
- ...
1244
1130
 
1245
1131
  def bl_rna_get_subclass_py(self) -> typing.Any:
1246
1132
  """
@@ -1248,14 +1134,12 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1248
1134
  :return: The class or default when not found.
1249
1135
  :rtype: typing.Any
1250
1136
  """
1251
- ...
1252
1137
 
1253
1138
  def draw(self, context):
1254
1139
  """
1255
1140
 
1256
1141
  :param context:
1257
1142
  """
1258
- ...
1259
1143
 
1260
1144
  @classmethod
1261
1145
  def poll(cls, context):
@@ -1263,7 +1147,6 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1263
1147
 
1264
1148
  :param context:
1265
1149
  """
1266
- ...
1267
1150
 
1268
1151
  class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1269
1152
  COMPAT_ENGINES: typing.Any
@@ -1282,7 +1165,6 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1282
1165
  :return: The RNA type or default when not found.
1283
1166
  :rtype: bpy.types.Struct
1284
1167
  """
1285
- ...
1286
1168
 
1287
1169
  def bl_rna_get_subclass_py(self) -> typing.Any:
1288
1170
  """
@@ -1290,14 +1172,12 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1290
1172
  :return: The class or default when not found.
1291
1173
  :rtype: typing.Any
1292
1174
  """
1293
- ...
1294
1175
 
1295
1176
  def draw(self, context):
1296
1177
  """
1297
1178
 
1298
1179
  :param context:
1299
1180
  """
1300
- ...
1301
1181
 
1302
1182
  @classmethod
1303
1183
  def poll(cls, context):
@@ -1305,7 +1185,6 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1305
1185
 
1306
1186
  :param context:
1307
1187
  """
1308
- ...
1309
1188
 
1310
1189
  class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Panel):
1311
1190
  COMPAT_ENGINES: typing.Any
@@ -1324,7 +1203,6 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Pane
1324
1203
  :return: The RNA type or default when not found.
1325
1204
  :rtype: bpy.types.Struct
1326
1205
  """
1327
- ...
1328
1206
 
1329
1207
  def bl_rna_get_subclass_py(self) -> typing.Any:
1330
1208
  """
@@ -1332,14 +1210,12 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Pane
1332
1210
  :return: The class or default when not found.
1333
1211
  :rtype: typing.Any
1334
1212
  """
1335
- ...
1336
1213
 
1337
1214
  def draw(self, context):
1338
1215
  """
1339
1216
 
1340
1217
  :param context:
1341
1218
  """
1342
- ...
1343
1219
 
1344
1220
  @classmethod
1345
1221
  def poll(cls, context):
@@ -1347,7 +1223,6 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Pane
1347
1223
 
1348
1224
  :param context:
1349
1225
  """
1350
- ...
1351
1226
 
1352
1227
  class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1353
1228
  COMPAT_ENGINES: typing.Any
@@ -1366,7 +1241,6 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1366
1241
  :return: The RNA type or default when not found.
1367
1242
  :rtype: bpy.types.Struct
1368
1243
  """
1369
- ...
1370
1244
 
1371
1245
  def bl_rna_get_subclass_py(self) -> typing.Any:
1372
1246
  """
@@ -1374,14 +1248,12 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1374
1248
  :return: The class or default when not found.
1375
1249
  :rtype: typing.Any
1376
1250
  """
1377
- ...
1378
1251
 
1379
1252
  def draw(self, context):
1380
1253
  """
1381
1254
 
1382
1255
  :param context:
1383
1256
  """
1384
- ...
1385
1257
 
1386
1258
  @classmethod
1387
1259
  def poll(cls, context):
@@ -1389,7 +1261,6 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1389
1261
 
1390
1262
  :param context:
1391
1263
  """
1392
- ...
1393
1264
 
1394
1265
  class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types.Panel):
1395
1266
  COMPAT_ENGINES: typing.Any
@@ -1408,7 +1279,6 @@ class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types
1408
1279
  :return: The RNA type or default when not found.
1409
1280
  :rtype: bpy.types.Struct
1410
1281
  """
1411
- ...
1412
1282
 
1413
1283
  def bl_rna_get_subclass_py(self) -> typing.Any:
1414
1284
  """
@@ -1416,14 +1286,12 @@ class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types
1416
1286
  :return: The class or default when not found.
1417
1287
  :rtype: typing.Any
1418
1288
  """
1419
- ...
1420
1289
 
1421
1290
  def draw(self, context):
1422
1291
  """
1423
1292
 
1424
1293
  :param context:
1425
1294
  """
1426
- ...
1427
1295
 
1428
1296
  @classmethod
1429
1297
  def poll(cls, context):
@@ -1431,7 +1299,6 @@ class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types
1431
1299
 
1432
1300
  :param context:
1433
1301
  """
1434
- ...
1435
1302
 
1436
1303
  class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1437
1304
  ParticleButtonsPanel, bpy.types.Panel
@@ -1452,7 +1319,6 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1452
1319
  :return: The RNA type or default when not found.
1453
1320
  :rtype: bpy.types.Struct
1454
1321
  """
1455
- ...
1456
1322
 
1457
1323
  def bl_rna_get_subclass_py(self) -> typing.Any:
1458
1324
  """
@@ -1460,21 +1326,18 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1460
1326
  :return: The class or default when not found.
1461
1327
  :rtype: typing.Any
1462
1328
  """
1463
- ...
1464
1329
 
1465
1330
  def draw(self, context):
1466
1331
  """
1467
1332
 
1468
1333
  :param context:
1469
1334
  """
1470
- ...
1471
1335
 
1472
1336
  def draw_header(self, context):
1473
1337
  """
1474
1338
 
1475
1339
  :param context:
1476
1340
  """
1477
- ...
1478
1341
 
1479
1342
  @classmethod
1480
1343
  def poll(cls, context):
@@ -1482,7 +1345,6 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1482
1345
 
1483
1346
  :param context:
1484
1347
  """
1485
- ...
1486
1348
 
1487
1349
  class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1488
1350
  COMPAT_ENGINES: typing.Any
@@ -1500,7 +1362,6 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1500
1362
  :return: The RNA type or default when not found.
1501
1363
  :rtype: bpy.types.Struct
1502
1364
  """
1503
- ...
1504
1365
 
1505
1366
  def bl_rna_get_subclass_py(self) -> typing.Any:
1506
1367
  """
@@ -1508,14 +1369,12 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1508
1369
  :return: The class or default when not found.
1509
1370
  :rtype: typing.Any
1510
1371
  """
1511
- ...
1512
1372
 
1513
1373
  def draw(self, context):
1514
1374
  """
1515
1375
 
1516
1376
  :param context:
1517
1377
  """
1518
- ...
1519
1378
 
1520
1379
  @classmethod
1521
1380
  def poll(cls, context):
@@ -1523,7 +1382,6 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1523
1382
 
1524
1383
  :param context:
1525
1384
  """
1526
- ...
1527
1385
 
1528
1386
  class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1529
1387
  COMPAT_ENGINES: typing.Any
@@ -1542,7 +1400,6 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1542
1400
  :return: The RNA type or default when not found.
1543
1401
  :rtype: bpy.types.Struct
1544
1402
  """
1545
- ...
1546
1403
 
1547
1404
  def bl_rna_get_subclass_py(self) -> typing.Any:
1548
1405
  """
@@ -1550,14 +1407,12 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1550
1407
  :return: The class or default when not found.
1551
1408
  :rtype: typing.Any
1552
1409
  """
1553
- ...
1554
1410
 
1555
1411
  def draw(self, context):
1556
1412
  """
1557
1413
 
1558
1414
  :param context:
1559
1415
  """
1560
- ...
1561
1416
 
1562
1417
  @classmethod
1563
1418
  def poll(cls, context):
@@ -1565,7 +1420,6 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1565
1420
 
1566
1421
  :param context:
1567
1422
  """
1568
- ...
1569
1423
 
1570
1424
  class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1571
1425
  COMPAT_ENGINES: typing.Any
@@ -1584,7 +1438,6 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1584
1438
  :return: The RNA type or default when not found.
1585
1439
  :rtype: bpy.types.Struct
1586
1440
  """
1587
- ...
1588
1441
 
1589
1442
  def bl_rna_get_subclass_py(self) -> typing.Any:
1590
1443
  """
@@ -1592,14 +1445,12 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1592
1445
  :return: The class or default when not found.
1593
1446
  :rtype: typing.Any
1594
1447
  """
1595
- ...
1596
1448
 
1597
1449
  def draw(self, context):
1598
1450
  """
1599
1451
 
1600
1452
  :param context:
1601
1453
  """
1602
- ...
1603
1454
 
1604
1455
  @classmethod
1605
1456
  def poll(cls, context):
@@ -1607,7 +1458,6 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1607
1458
 
1608
1459
  :param context:
1609
1460
  """
1610
- ...
1611
1461
 
1612
1462
  class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1613
1463
  COMPAT_ENGINES: typing.Any
@@ -1625,7 +1475,6 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1625
1475
  :return: The RNA type or default when not found.
1626
1476
  :rtype: bpy.types.Struct
1627
1477
  """
1628
- ...
1629
1478
 
1630
1479
  def bl_rna_get_subclass_py(self) -> typing.Any:
1631
1480
  """
@@ -1633,14 +1482,12 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1633
1482
  :return: The class or default when not found.
1634
1483
  :rtype: typing.Any
1635
1484
  """
1636
- ...
1637
1485
 
1638
1486
  def draw(self, context):
1639
1487
  """
1640
1488
 
1641
1489
  :param context:
1642
1490
  """
1643
- ...
1644
1491
 
1645
1492
  @classmethod
1646
1493
  def poll(cls, context):
@@ -1648,7 +1495,6 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1648
1495
 
1649
1496
  :param context:
1650
1497
  """
1651
- ...
1652
1498
 
1653
1499
  class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1654
1500
  COMPAT_ENGINES: typing.Any
@@ -1666,7 +1512,6 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1666
1512
  :return: The RNA type or default when not found.
1667
1513
  :rtype: bpy.types.Struct
1668
1514
  """
1669
- ...
1670
1515
 
1671
1516
  def bl_rna_get_subclass_py(self) -> typing.Any:
1672
1517
  """
@@ -1674,14 +1519,12 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1674
1519
  :return: The class or default when not found.
1675
1520
  :rtype: typing.Any
1676
1521
  """
1677
- ...
1678
1522
 
1679
1523
  def draw(self, context):
1680
1524
  """
1681
1525
 
1682
1526
  :param context:
1683
1527
  """
1684
- ...
1685
1528
 
1686
1529
  @classmethod
1687
1530
  def poll(cls, context):
@@ -1689,7 +1532,6 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1689
1532
 
1690
1533
  :param context:
1691
1534
  """
1692
- ...
1693
1535
 
1694
1536
  class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Panel):
1695
1537
  COMPAT_ENGINES: typing.Any
@@ -1708,7 +1550,6 @@ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Pa
1708
1550
  :return: The RNA type or default when not found.
1709
1551
  :rtype: bpy.types.Struct
1710
1552
  """
1711
- ...
1712
1553
 
1713
1554
  def bl_rna_get_subclass_py(self) -> typing.Any:
1714
1555
  """
@@ -1716,21 +1557,18 @@ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Pa
1716
1557
  :return: The class or default when not found.
1717
1558
  :rtype: typing.Any
1718
1559
  """
1719
- ...
1720
1560
 
1721
1561
  def draw(self, context):
1722
1562
  """
1723
1563
 
1724
1564
  :param context:
1725
1565
  """
1726
- ...
1727
1566
 
1728
1567
  def draw_header(self, context):
1729
1568
  """
1730
1569
 
1731
1570
  :param context:
1732
1571
  """
1733
- ...
1734
1572
 
1735
1573
  @classmethod
1736
1574
  def poll(cls, context):
@@ -1738,7 +1576,6 @@ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Pa
1738
1576
 
1739
1577
  :param context:
1740
1578
  """
1741
- ...
1742
1579
 
1743
1580
  class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1744
1581
  COMPAT_ENGINES: typing.Any
@@ -1757,7 +1594,6 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1757
1594
  :return: The RNA type or default when not found.
1758
1595
  :rtype: bpy.types.Struct
1759
1596
  """
1760
- ...
1761
1597
 
1762
1598
  def bl_rna_get_subclass_py(self) -> typing.Any:
1763
1599
  """
@@ -1765,14 +1601,12 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1765
1601
  :return: The class or default when not found.
1766
1602
  :rtype: typing.Any
1767
1603
  """
1768
- ...
1769
1604
 
1770
1605
  def draw(self, context):
1771
1606
  """
1772
1607
 
1773
1608
  :param context:
1774
1609
  """
1775
- ...
1776
1610
 
1777
1611
  @classmethod
1778
1612
  def poll(cls, context):
@@ -1780,7 +1614,6 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1780
1614
 
1781
1615
  :param context:
1782
1616
  """
1783
- ...
1784
1617
 
1785
1618
  class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1786
1619
  COMPAT_ENGINES: typing.Any
@@ -1798,7 +1631,6 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1798
1631
  :return: The RNA type or default when not found.
1799
1632
  :rtype: bpy.types.Struct
1800
1633
  """
1801
- ...
1802
1634
 
1803
1635
  def bl_rna_get_subclass_py(self) -> typing.Any:
1804
1636
  """
@@ -1806,14 +1638,12 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1806
1638
  :return: The class or default when not found.
1807
1639
  :rtype: typing.Any
1808
1640
  """
1809
- ...
1810
1641
 
1811
1642
  def draw(self, context):
1812
1643
  """
1813
1644
 
1814
1645
  :param context:
1815
1646
  """
1816
- ...
1817
1647
 
1818
1648
  @classmethod
1819
1649
  def poll(cls, context):
@@ -1821,7 +1651,6 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1821
1651
 
1822
1652
  :param context:
1823
1653
  """
1824
- ...
1825
1654
 
1826
1655
  class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1827
1656
  COMPAT_ENGINES: typing.Any
@@ -1839,7 +1668,6 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1839
1668
  :return: The RNA type or default when not found.
1840
1669
  :rtype: bpy.types.Struct
1841
1670
  """
1842
- ...
1843
1671
 
1844
1672
  def bl_rna_get_subclass_py(self) -> typing.Any:
1845
1673
  """
@@ -1847,14 +1675,12 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1847
1675
  :return: The class or default when not found.
1848
1676
  :rtype: typing.Any
1849
1677
  """
1850
- ...
1851
1678
 
1852
1679
  def draw(self, context):
1853
1680
  """
1854
1681
 
1855
1682
  :param context:
1856
1683
  """
1857
- ...
1858
1684
 
1859
1685
  @classmethod
1860
1686
  def poll(cls, context):
@@ -1862,7 +1688,6 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1862
1688
 
1863
1689
  :param context:
1864
1690
  """
1865
- ...
1866
1691
 
1867
1692
  class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1868
1693
  COMPAT_ENGINES: typing.Any
@@ -1881,7 +1706,6 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1881
1706
  :return: The RNA type or default when not found.
1882
1707
  :rtype: bpy.types.Struct
1883
1708
  """
1884
- ...
1885
1709
 
1886
1710
  def bl_rna_get_subclass_py(self) -> typing.Any:
1887
1711
  """
@@ -1889,14 +1713,12 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1889
1713
  :return: The class or default when not found.
1890
1714
  :rtype: typing.Any
1891
1715
  """
1892
- ...
1893
1716
 
1894
1717
  def draw(self, context):
1895
1718
  """
1896
1719
 
1897
1720
  :param context:
1898
1721
  """
1899
- ...
1900
1722
 
1901
1723
  @classmethod
1902
1724
  def poll(cls, context):
@@ -1904,7 +1726,6 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1904
1726
 
1905
1727
  :param context:
1906
1728
  """
1907
- ...
1908
1729
 
1909
1730
  class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1910
1731
  COMPAT_ENGINES: typing.Any
@@ -1922,7 +1743,6 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1922
1743
  :return: The RNA type or default when not found.
1923
1744
  :rtype: bpy.types.Struct
1924
1745
  """
1925
- ...
1926
1746
 
1927
1747
  def bl_rna_get_subclass_py(self) -> typing.Any:
1928
1748
  """
@@ -1930,21 +1750,18 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1930
1750
  :return: The class or default when not found.
1931
1751
  :rtype: typing.Any
1932
1752
  """
1933
- ...
1934
1753
 
1935
1754
  def draw(self, context):
1936
1755
  """
1937
1756
 
1938
1757
  :param context:
1939
1758
  """
1940
- ...
1941
1759
 
1942
1760
  def draw_header(self, context):
1943
1761
  """
1944
1762
 
1945
1763
  :param context:
1946
1764
  """
1947
- ...
1948
1765
 
1949
1766
  @classmethod
1950
1767
  def poll(cls, context):
@@ -1952,7 +1769,6 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1952
1769
 
1953
1770
  :param context:
1954
1771
  """
1955
- ...
1956
1772
 
1957
1773
  class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Panel):
1958
1774
  COMPAT_ENGINES: typing.Any
@@ -1971,7 +1787,6 @@ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Pane
1971
1787
  :return: The RNA type or default when not found.
1972
1788
  :rtype: bpy.types.Struct
1973
1789
  """
1974
- ...
1975
1790
 
1976
1791
  def bl_rna_get_subclass_py(self) -> typing.Any:
1977
1792
  """
@@ -1979,14 +1794,12 @@ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Pane
1979
1794
  :return: The class or default when not found.
1980
1795
  :rtype: typing.Any
1981
1796
  """
1982
- ...
1983
1797
 
1984
1798
  def draw(self, context):
1985
1799
  """
1986
1800
 
1987
1801
  :param context:
1988
1802
  """
1989
- ...
1990
1803
 
1991
1804
  class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
1992
1805
  COMPAT_ENGINES: typing.Any
@@ -2004,7 +1817,6 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
2004
1817
  :return: The RNA type or default when not found.
2005
1818
  :rtype: bpy.types.Struct
2006
1819
  """
2007
- ...
2008
1820
 
2009
1821
  def bl_rna_get_subclass_py(self) -> typing.Any:
2010
1822
  """
@@ -2012,14 +1824,12 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
2012
1824
  :return: The class or default when not found.
2013
1825
  :rtype: typing.Any
2014
1826
  """
2015
- ...
2016
1827
 
2017
1828
  def draw(self, context):
2018
1829
  """
2019
1830
 
2020
1831
  :param context:
2021
1832
  """
2022
- ...
2023
1833
 
2024
1834
  @classmethod
2025
1835
  def poll(cls, context):
@@ -2027,7 +1837,6 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
2027
1837
 
2028
1838
  :param context:
2029
1839
  """
2030
- ...
2031
1840
 
2032
1841
  class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
2033
1842
  COMPAT_ENGINES: typing.Any
@@ -2045,7 +1854,6 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
2045
1854
  :return: The RNA type or default when not found.
2046
1855
  :rtype: bpy.types.Struct
2047
1856
  """
2048
- ...
2049
1857
 
2050
1858
  def bl_rna_get_subclass_py(self) -> typing.Any:
2051
1859
  """
@@ -2053,14 +1861,12 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
2053
1861
  :return: The class or default when not found.
2054
1862
  :rtype: typing.Any
2055
1863
  """
2056
- ...
2057
1864
 
2058
1865
  def draw(self, context):
2059
1866
  """
2060
1867
 
2061
1868
  :param context:
2062
1869
  """
2063
- ...
2064
1870
 
2065
1871
  @classmethod
2066
1872
  def poll(cls, context):
@@ -2068,7 +1874,6 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
2068
1874
 
2069
1875
  :param context:
2070
1876
  """
2071
- ...
2072
1877
 
2073
1878
  class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
2074
1879
  COMPAT_ENGINES: typing.Any
@@ -2086,7 +1891,6 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
2086
1891
  :return: The RNA type or default when not found.
2087
1892
  :rtype: bpy.types.Struct
2088
1893
  """
2089
- ...
2090
1894
 
2091
1895
  def bl_rna_get_subclass_py(self) -> typing.Any:
2092
1896
  """
@@ -2094,14 +1898,12 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
2094
1898
  :return: The class or default when not found.
2095
1899
  :rtype: typing.Any
2096
1900
  """
2097
- ...
2098
1901
 
2099
1902
  def draw(self, context):
2100
1903
  """
2101
1904
 
2102
1905
  :param context:
2103
1906
  """
2104
- ...
2105
1907
 
2106
1908
  @classmethod
2107
1909
  def poll(cls, context):
@@ -2109,7 +1911,6 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
2109
1911
 
2110
1912
  :param context:
2111
1913
  """
2112
- ...
2113
1914
 
2114
1915
  class PARTICLE_UL_particle_systems(bpy.types.UIList):
2115
1916
  bl_rna: typing.Any
@@ -2121,7 +1922,6 @@ class PARTICLE_UL_particle_systems(bpy.types.UIList):
2121
1922
  :return: The RNA type or default when not found.
2122
1923
  :rtype: bpy.types.Struct
2123
1924
  """
2124
- ...
2125
1925
 
2126
1926
  def bl_rna_get_subclass_py(self) -> typing.Any:
2127
1927
  """
@@ -2129,7 +1929,6 @@ class PARTICLE_UL_particle_systems(bpy.types.UIList):
2129
1929
  :return: The class or default when not found.
2130
1930
  :rtype: typing.Any
2131
1931
  """
2132
- ...
2133
1932
 
2134
1933
  def draw_item(
2135
1934
  self,
@@ -2155,7 +1954,6 @@ class PARTICLE_UL_particle_systems(bpy.types.UIList):
2155
1954
  :param _index:
2156
1955
  :param _flt_flag:
2157
1956
  """
2158
- ...
2159
1957
 
2160
1958
  class ParticleButtonsPanel:
2161
1959
  bl_context: typing.Any
@@ -2168,7 +1966,6 @@ class ParticleButtonsPanel:
2168
1966
 
2169
1967
  :param context:
2170
1968
  """
2171
- ...
2172
1969
 
2173
1970
  def find_modifier(ob, psys): ...
2174
1971
  def particle_get_settings(context): ...