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
@@ -3,34 +3,18 @@ import bl_ui.utils
3
3
  import bpy.types
4
4
  import bpy_types
5
5
 
6
- GenericType = typing.TypeVar("GenericType")
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
7
8
 
8
9
  class FLUID_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI):
9
- """ """
10
-
11
10
  bl_label: typing.Any
12
- """ """
13
-
14
11
  bl_region_type: typing.Any
15
- """ """
16
-
17
12
  bl_rna: typing.Any
18
- """ """
19
-
20
13
  bl_space_type: typing.Any
21
- """ """
22
-
23
14
  id_data: typing.Any
24
- """ """
25
-
26
15
  preset_add_operator: typing.Any
27
- """ """
28
-
29
16
  preset_operator: typing.Any
30
- """ """
31
-
32
17
  preset_subdir: typing.Any
33
- """ """
34
18
 
35
19
  def append(self, draw_func):
36
20
  """Append a draw function to this menu,
@@ -130,10 +114,7 @@ class FLUID_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gene
130
114
  """
131
115
  ...
132
116
 
133
- def is_extended(self):
134
- """ """
135
- ...
136
-
117
+ def is_extended(self): ...
137
118
  def is_property_hidden(self) -> bool:
138
119
  """Check if a property is hidden.
139
120
 
@@ -296,16 +277,9 @@ class FLUID_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gene
296
277
  ...
297
278
 
298
279
  class PhysicButtonsPanel:
299
- """ """
300
-
301
280
  bl_context: typing.Any
302
- """ """
303
-
304
281
  bl_region_type: typing.Any
305
- """ """
306
-
307
282
  bl_space_type: typing.Any
308
- """ """
309
283
 
310
284
  def check_domain_has_unbaked_guide(self, domain):
311
285
  """
@@ -366,34 +340,15 @@ class PhysicButtonsPanel:
366
340
  class PHYSICS_PT_adaptive_domain(
367
341
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
368
342
  ):
369
- """ """
370
-
371
343
  COMPAT_ENGINES: typing.Any
372
- """ """
373
-
374
344
  bl_context: typing.Any
375
- """ """
376
-
377
345
  bl_label: typing.Any
378
- """ """
379
-
380
346
  bl_options: typing.Any
381
- """ """
382
-
383
347
  bl_parent_id: typing.Any
384
- """ """
385
-
386
348
  bl_region_type: typing.Any
387
- """ """
388
-
389
349
  bl_rna: typing.Any
390
- """ """
391
-
392
350
  bl_space_type: typing.Any
393
- """ """
394
-
395
351
  id_data: typing.Any
396
- """ """
397
352
 
398
353
  def append(self, draw_func):
399
354
  """Append a draw function to this menu,
@@ -492,10 +447,7 @@ class PHYSICS_PT_adaptive_domain(
492
447
  """
493
448
  ...
494
449
 
495
- def is_extended(self):
496
- """ """
497
- ...
498
-
450
+ def is_extended(self): ...
499
451
  def is_property_hidden(self) -> bool:
500
452
  """Check if a property is hidden.
501
453
 
@@ -680,31 +632,14 @@ class PHYSICS_PT_adaptive_domain(
680
632
  ...
681
633
 
682
634
  class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
683
- """ """
684
-
685
635
  COMPAT_ENGINES: typing.Any
686
- """ """
687
-
688
636
  bl_context: typing.Any
689
- """ """
690
-
691
637
  bl_label: typing.Any
692
- """ """
693
-
694
638
  bl_parent_id: typing.Any
695
- """ """
696
-
697
639
  bl_region_type: typing.Any
698
- """ """
699
-
700
640
  bl_rna: typing.Any
701
- """ """
702
-
703
641
  bl_space_type: typing.Any
704
- """ """
705
-
706
642
  id_data: typing.Any
707
- """ """
708
643
 
709
644
  def append(self, draw_func):
710
645
  """Append a draw function to this menu,
@@ -796,10 +731,7 @@ class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generic
796
731
  """
797
732
  ...
798
733
 
799
- def is_extended(self):
800
- """ """
801
- ...
802
-
734
+ def is_extended(self): ...
803
735
  def is_property_hidden(self) -> bool:
804
736
  """Check if a property is hidden.
805
737
 
@@ -984,31 +916,14 @@ class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generic
984
916
  ...
985
917
 
986
918
  class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
987
- """ """
988
-
989
919
  COMPAT_ENGINES: typing.Any
990
- """ """
991
-
992
920
  bl_context: typing.Any
993
- """ """
994
-
995
921
  bl_label: typing.Any
996
- """ """
997
-
998
922
  bl_parent_id: typing.Any
999
- """ """
1000
-
1001
923
  bl_region_type: typing.Any
1002
- """ """
1003
-
1004
924
  bl_rna: typing.Any
1005
- """ """
1006
-
1007
925
  bl_space_type: typing.Any
1008
- """ """
1009
-
1010
926
  id_data: typing.Any
1011
- """ """
1012
927
 
1013
928
  def append(self, draw_func):
1014
929
  """Append a draw function to this menu,
@@ -1100,10 +1015,7 @@ class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1100
1015
  """
1101
1016
  ...
1102
1017
 
1103
- def is_extended(self):
1104
- """ """
1105
- ...
1106
-
1018
+ def is_extended(self): ...
1107
1019
  def is_property_hidden(self) -> bool:
1108
1020
  """Check if a property is hidden.
1109
1021
 
@@ -1288,34 +1200,15 @@ class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1288
1200
  ...
1289
1201
 
1290
1202
  class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
1291
- """ """
1292
-
1293
1203
  COMPAT_ENGINES: typing.Any
1294
- """ """
1295
-
1296
1204
  bl_context: typing.Any
1297
- """ """
1298
-
1299
1205
  bl_label: typing.Any
1300
- """ """
1301
-
1302
1206
  bl_options: typing.Any
1303
- """ """
1304
-
1305
1207
  bl_parent_id: typing.Any
1306
- """ """
1307
-
1308
1208
  bl_region_type: typing.Any
1309
- """ """
1310
-
1311
1209
  bl_rna: typing.Any
1312
- """ """
1313
-
1314
1210
  bl_space_type: typing.Any
1315
- """ """
1316
-
1317
1211
  id_data: typing.Any
1318
- """ """
1319
1212
 
1320
1213
  def append(self, draw_func):
1321
1214
  """Append a draw function to this menu,
@@ -1407,10 +1300,7 @@ class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
1407
1300
  """
1408
1301
  ...
1409
1302
 
1410
- def is_extended(self):
1411
- """ """
1412
- ...
1413
-
1303
+ def is_extended(self): ...
1414
1304
  def is_property_hidden(self) -> bool:
1415
1305
  """Check if a property is hidden.
1416
1306
 
@@ -1595,34 +1485,15 @@ class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
1595
1485
  ...
1596
1486
 
1597
1487
  class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
1598
- """ """
1599
-
1600
1488
  COMPAT_ENGINES: typing.Any
1601
- """ """
1602
-
1603
1489
  bl_context: typing.Any
1604
- """ """
1605
-
1606
1490
  bl_label: typing.Any
1607
- """ """
1608
-
1609
1491
  bl_options: typing.Any
1610
- """ """
1611
-
1612
1492
  bl_parent_id: typing.Any
1613
- """ """
1614
-
1615
1493
  bl_region_type: typing.Any
1616
- """ """
1617
-
1618
1494
  bl_rna: typing.Any
1619
- """ """
1620
-
1621
1495
  bl_space_type: typing.Any
1622
- """ """
1623
-
1624
1496
  id_data: typing.Any
1625
- """ """
1626
1497
 
1627
1498
  def append(self, draw_func):
1628
1499
  """Append a draw function to this menu,
@@ -1728,10 +1599,7 @@ class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
1728
1599
  """
1729
1600
  ...
1730
1601
 
1731
- def is_extended(self):
1732
- """ """
1733
- ...
1734
-
1602
+ def is_extended(self): ...
1735
1603
  def is_property_hidden(self) -> bool:
1736
1604
  """Check if a property is hidden.
1737
1605
 
@@ -1916,34 +1784,15 @@ class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
1916
1784
  ...
1917
1785
 
1918
1786
  class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
1919
- """ """
1920
-
1921
1787
  COMPAT_ENGINES: typing.Any
1922
- """ """
1923
-
1924
1788
  bl_context: typing.Any
1925
- """ """
1926
-
1927
1789
  bl_label: typing.Any
1928
- """ """
1929
-
1930
1790
  bl_options: typing.Any
1931
- """ """
1932
-
1933
1791
  bl_parent_id: typing.Any
1934
- """ """
1935
-
1936
1792
  bl_region_type: typing.Any
1937
- """ """
1938
-
1939
1793
  bl_rna: typing.Any
1940
- """ """
1941
-
1942
1794
  bl_space_type: typing.Any
1943
- """ """
1944
-
1945
1795
  id_data: typing.Any
1946
- """ """
1947
1796
 
1948
1797
  def append(self, draw_func):
1949
1798
  """Append a draw function to this menu,
@@ -2035,10 +1884,7 @@ class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
2035
1884
  """
2036
1885
  ...
2037
1886
 
2038
- def is_extended(self):
2039
- """ """
2040
- ...
2041
-
1887
+ def is_extended(self): ...
2042
1888
  def is_property_hidden(self) -> bool:
2043
1889
  """Check if a property is hidden.
2044
1890
 
@@ -2225,34 +2071,15 @@ class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
2225
2071
  class PHYSICS_PT_field_weights(
2226
2072
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2227
2073
  ):
2228
- """ """
2229
-
2230
2074
  COMPAT_ENGINES: typing.Any
2231
- """ """
2232
-
2233
2075
  bl_context: typing.Any
2234
- """ """
2235
-
2236
2076
  bl_label: typing.Any
2237
- """ """
2238
-
2239
2077
  bl_options: typing.Any
2240
- """ """
2241
-
2242
2078
  bl_parent_id: typing.Any
2243
- """ """
2244
-
2245
2079
  bl_region_type: typing.Any
2246
- """ """
2247
-
2248
2080
  bl_rna: typing.Any
2249
- """ """
2250
-
2251
2081
  bl_space_type: typing.Any
2252
- """ """
2253
-
2254
2082
  id_data: typing.Any
2255
- """ """
2256
2083
 
2257
2084
  def append(self, draw_func):
2258
2085
  """Append a draw function to this menu,
@@ -2344,10 +2171,7 @@ class PHYSICS_PT_field_weights(
2344
2171
  """
2345
2172
  ...
2346
2173
 
2347
- def is_extended(self):
2348
- """ """
2349
- ...
2350
-
2174
+ def is_extended(self): ...
2351
2175
  def is_property_hidden(self) -> bool:
2352
2176
  """Check if a property is hidden.
2353
2177
 
@@ -2532,34 +2356,15 @@ class PHYSICS_PT_field_weights(
2532
2356
  ...
2533
2357
 
2534
2358
  class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
2535
- """ """
2536
-
2537
2359
  COMPAT_ENGINES: typing.Any
2538
- """ """
2539
-
2540
2360
  bl_context: typing.Any
2541
- """ """
2542
-
2543
2361
  bl_label: typing.Any
2544
- """ """
2545
-
2546
2362
  bl_options: typing.Any
2547
- """ """
2548
-
2549
2363
  bl_parent_id: typing.Any
2550
- """ """
2551
-
2552
2364
  bl_region_type: typing.Any
2553
- """ """
2554
-
2555
2365
  bl_rna: typing.Any
2556
- """ """
2557
-
2558
2366
  bl_space_type: typing.Any
2559
- """ """
2560
-
2561
2367
  id_data: typing.Any
2562
- """ """
2563
2368
 
2564
2369
  def append(self, draw_func):
2565
2370
  """Append a draw function to this menu,
@@ -2651,10 +2456,7 @@ class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
2651
2456
  """
2652
2457
  ...
2653
2458
 
2654
- def is_extended(self):
2655
- """ """
2656
- ...
2657
-
2459
+ def is_extended(self): ...
2658
2460
  def is_property_hidden(self) -> bool:
2659
2461
  """Check if a property is hidden.
2660
2462
 
@@ -2841,31 +2643,14 @@ class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
2841
2643
  class PHYSICS_PT_flow_initial_velocity(
2842
2644
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2843
2645
  ):
2844
- """ """
2845
-
2846
2646
  COMPAT_ENGINES: typing.Any
2847
- """ """
2848
-
2849
2647
  bl_context: typing.Any
2850
- """ """
2851
-
2852
2648
  bl_label: typing.Any
2853
- """ """
2854
-
2855
2649
  bl_parent_id: typing.Any
2856
- """ """
2857
-
2858
2650
  bl_region_type: typing.Any
2859
- """ """
2860
-
2861
2651
  bl_rna: typing.Any
2862
- """ """
2863
-
2864
2652
  bl_space_type: typing.Any
2865
- """ """
2866
-
2867
2653
  id_data: typing.Any
2868
- """ """
2869
2654
 
2870
2655
  def append(self, draw_func):
2871
2656
  """Append a draw function to this menu,
@@ -2964,10 +2749,7 @@ class PHYSICS_PT_flow_initial_velocity(
2964
2749
  """
2965
2750
  ...
2966
2751
 
2967
- def is_extended(self):
2968
- """ """
2969
- ...
2970
-
2752
+ def is_extended(self): ...
2971
2753
  def is_property_hidden(self) -> bool:
2972
2754
  """Check if a property is hidden.
2973
2755
 
@@ -3152,34 +2934,15 @@ class PHYSICS_PT_flow_initial_velocity(
3152
2934
  ...
3153
2935
 
3154
2936
  class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
3155
- """ """
3156
-
3157
2937
  COMPAT_ENGINES: typing.Any
3158
- """ """
3159
-
3160
2938
  bl_context: typing.Any
3161
- """ """
3162
-
3163
2939
  bl_label: typing.Any
3164
- """ """
3165
-
3166
2940
  bl_options: typing.Any
3167
- """ """
3168
-
3169
2941
  bl_parent_id: typing.Any
3170
- """ """
3171
-
3172
2942
  bl_region_type: typing.Any
3173
- """ """
3174
-
3175
2943
  bl_rna: typing.Any
3176
- """ """
3177
-
3178
2944
  bl_space_type: typing.Any
3179
- """ """
3180
-
3181
2945
  id_data: typing.Any
3182
- """ """
3183
2946
 
3184
2947
  def append(self, draw_func):
3185
2948
  """Append a draw function to this menu,
@@ -3271,10 +3034,7 @@ class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
3271
3034
  """
3272
3035
  ...
3273
3036
 
3274
- def is_extended(self):
3275
- """ """
3276
- ...
3277
-
3037
+ def is_extended(self): ...
3278
3038
  def is_property_hidden(self) -> bool:
3279
3039
  """Check if a property is hidden.
3280
3040
 
@@ -3461,34 +3221,15 @@ class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
3461
3221
  class PHYSICS_PT_flow_texture(
3462
3222
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3463
3223
  ):
3464
- """ """
3465
-
3466
3224
  COMPAT_ENGINES: typing.Any
3467
- """ """
3468
-
3469
3225
  bl_context: typing.Any
3470
- """ """
3471
-
3472
3226
  bl_label: typing.Any
3473
- """ """
3474
-
3475
3227
  bl_options: typing.Any
3476
- """ """
3477
-
3478
3228
  bl_parent_id: typing.Any
3479
- """ """
3480
-
3481
3229
  bl_region_type: typing.Any
3482
- """ """
3483
-
3484
3230
  bl_rna: typing.Any
3485
- """ """
3486
-
3487
3231
  bl_space_type: typing.Any
3488
- """ """
3489
-
3490
3232
  id_data: typing.Any
3491
- """ """
3492
3233
 
3493
3234
  def append(self, draw_func):
3494
3235
  """Append a draw function to this menu,
@@ -3587,10 +3328,7 @@ class PHYSICS_PT_flow_texture(
3587
3328
  """
3588
3329
  ...
3589
3330
 
3590
- def is_extended(self):
3591
- """ """
3592
- ...
3593
-
3331
+ def is_extended(self): ...
3594
3332
  def is_property_hidden(self) -> bool:
3595
3333
  """Check if a property is hidden.
3596
3334
 
@@ -3775,28 +3513,13 @@ class PHYSICS_PT_flow_texture(
3775
3513
  ...
3776
3514
 
3777
3515
  class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
3778
- """ """
3779
-
3780
3516
  COMPAT_ENGINES: typing.Any
3781
- """ """
3782
-
3783
3517
  bl_context: typing.Any
3784
- """ """
3785
-
3786
3518
  bl_label: typing.Any
3787
- """ """
3788
-
3789
3519
  bl_region_type: typing.Any
3790
- """ """
3791
-
3792
3520
  bl_rna: typing.Any
3793
- """ """
3794
-
3795
3521
  bl_space_type: typing.Any
3796
- """ """
3797
-
3798
3522
  id_data: typing.Any
3799
- """ """
3800
3523
 
3801
3524
  def append(self, draw_func):
3802
3525
  """Append a draw function to this menu,
@@ -3888,10 +3611,7 @@ class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3888
3611
  """
3889
3612
  ...
3890
3613
 
3891
- def is_extended(self):
3892
- """ """
3893
- ...
3894
-
3614
+ def is_extended(self): ...
3895
3615
  def is_property_hidden(self) -> bool:
3896
3616
  """Check if a property is hidden.
3897
3617
 
@@ -4078,34 +3798,15 @@ class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4078
3798
  class PHYSICS_PT_fluid_domain_render(
4079
3799
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4080
3800
  ):
4081
- """ """
4082
-
4083
3801
  COMPAT_ENGINES: typing.Any
4084
- """ """
4085
-
4086
3802
  bl_context: typing.Any
4087
- """ """
4088
-
4089
3803
  bl_label: typing.Any
4090
- """ """
4091
-
4092
3804
  bl_options: typing.Any
4093
- """ """
4094
-
4095
3805
  bl_parent_id: typing.Any
4096
- """ """
4097
-
4098
3806
  bl_region_type: typing.Any
4099
- """ """
4100
-
4101
3807
  bl_rna: typing.Any
4102
- """ """
4103
-
4104
3808
  bl_space_type: typing.Any
4105
- """ """
4106
-
4107
3809
  id_data: typing.Any
4108
- """ """
4109
3810
 
4110
3811
  def append(self, draw_func):
4111
3812
  """Append a draw function to this menu,
@@ -4197,10 +3898,7 @@ class PHYSICS_PT_fluid_domain_render(
4197
3898
  """
4198
3899
  ...
4199
3900
 
4200
- def is_extended(self):
4201
- """ """
4202
- ...
4203
-
3901
+ def is_extended(self): ...
4204
3902
  def is_property_hidden(self) -> bool:
4205
3903
  """Check if a property is hidden.
4206
3904
 
@@ -4385,34 +4083,15 @@ class PHYSICS_PT_fluid_domain_render(
4385
4083
  ...
4386
4084
 
4387
4085
  class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
4388
- """ """
4389
-
4390
4086
  COMPAT_ENGINES: typing.Any
4391
- """ """
4392
-
4393
4087
  bl_context: typing.Any
4394
- """ """
4395
-
4396
4088
  bl_label: typing.Any
4397
- """ """
4398
-
4399
4089
  bl_options: typing.Any
4400
- """ """
4401
-
4402
4090
  bl_parent_id: typing.Any
4403
- """ """
4404
-
4405
4091
  bl_region_type: typing.Any
4406
- """ """
4407
-
4408
4092
  bl_rna: typing.Any
4409
- """ """
4410
-
4411
4093
  bl_space_type: typing.Any
4412
- """ """
4413
-
4414
4094
  id_data: typing.Any
4415
- """ """
4416
4095
 
4417
4096
  def append(self, draw_func):
4418
4097
  """Append a draw function to this menu,
@@ -4511,10 +4190,7 @@ class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4511
4190
  """
4512
4191
  ...
4513
4192
 
4514
- def is_extended(self):
4515
- """ """
4516
- ...
4517
-
4193
+ def is_extended(self): ...
4518
4194
  def is_property_hidden(self) -> bool:
4519
4195
  """Check if a property is hidden.
4520
4196
 
@@ -4699,31 +4375,14 @@ class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4699
4375
  ...
4700
4376
 
4701
4377
  class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
4702
- """ """
4703
-
4704
4378
  COMPAT_ENGINES: typing.Any
4705
- """ """
4706
-
4707
4379
  bl_context: typing.Any
4708
- """ """
4709
-
4710
4380
  bl_label: typing.Any
4711
- """ """
4712
-
4713
4381
  bl_parent_id: typing.Any
4714
- """ """
4715
-
4716
4382
  bl_region_type: typing.Any
4717
- """ """
4718
-
4719
4383
  bl_rna: typing.Any
4720
- """ """
4721
-
4722
4384
  bl_space_type: typing.Any
4723
- """ """
4724
-
4725
4385
  id_data: typing.Any
4726
- """ """
4727
4386
 
4728
4387
  def append(self, draw_func):
4729
4388
  """Append a draw function to this menu,
@@ -4822,10 +4481,7 @@ class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
4822
4481
  """
4823
4482
  ...
4824
4483
 
4825
- def is_extended(self):
4826
- """ """
4827
- ...
4828
-
4484
+ def is_extended(self): ...
4829
4485
  def is_property_hidden(self) -> bool:
4830
4486
  """Check if a property is hidden.
4831
4487
 
@@ -5010,34 +4666,15 @@ class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
5010
4666
  ...
5011
4667
 
5012
4668
  class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
5013
- """ """
5014
-
5015
4669
  COMPAT_ENGINES: typing.Any
5016
- """ """
5017
-
5018
4670
  bl_context: typing.Any
5019
- """ """
5020
-
5021
4671
  bl_label: typing.Any
5022
- """ """
5023
-
5024
4672
  bl_options: typing.Any
5025
- """ """
5026
-
5027
4673
  bl_parent_id: typing.Any
5028
- """ """
5029
-
5030
4674
  bl_region_type: typing.Any
5031
- """ """
5032
-
5033
4675
  bl_rna: typing.Any
5034
- """ """
5035
-
5036
4676
  bl_space_type: typing.Any
5037
- """ """
5038
-
5039
4677
  id_data: typing.Any
5040
- """ """
5041
4678
 
5042
4679
  def append(self, draw_func):
5043
4680
  """Append a draw function to this menu,
@@ -5136,10 +4773,7 @@ class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
5136
4773
  """
5137
4774
  ...
5138
4775
 
5139
- def is_extended(self):
5140
- """ """
5141
- ...
5142
-
4776
+ def is_extended(self): ...
5143
4777
  def is_property_hidden(self) -> bool:
5144
4778
  """Check if a property is hidden.
5145
4779
 
@@ -5324,34 +4958,15 @@ class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
5324
4958
  ...
5325
4959
 
5326
4960
  class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
5327
- """ """
5328
-
5329
4961
  COMPAT_ENGINES: typing.Any
5330
- """ """
5331
-
5332
4962
  bl_context: typing.Any
5333
- """ """
5334
-
5335
4963
  bl_label: typing.Any
5336
- """ """
5337
-
5338
4964
  bl_options: typing.Any
5339
- """ """
5340
-
5341
4965
  bl_parent_id: typing.Any
5342
- """ """
5343
-
5344
4966
  bl_region_type: typing.Any
5345
- """ """
5346
-
5347
4967
  bl_rna: typing.Any
5348
- """ """
5349
-
5350
4968
  bl_space_type: typing.Any
5351
- """ """
5352
-
5353
4969
  id_data: typing.Any
5354
- """ """
5355
4970
 
5356
4971
  def append(self, draw_func):
5357
4972
  """Append a draw function to this menu,
@@ -5450,10 +5065,7 @@ class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5450
5065
  """
5451
5066
  ...
5452
5067
 
5453
- def is_extended(self):
5454
- """ """
5455
- ...
5456
-
5068
+ def is_extended(self): ...
5457
5069
  def is_property_hidden(self) -> bool:
5458
5070
  """Check if a property is hidden.
5459
5071
 
@@ -5638,34 +5250,15 @@ class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5638
5250
  ...
5639
5251
 
5640
5252
  class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
5641
- """ """
5642
-
5643
5253
  COMPAT_ENGINES: typing.Any
5644
- """ """
5645
-
5646
5254
  bl_context: typing.Any
5647
- """ """
5648
-
5649
5255
  bl_label: typing.Any
5650
- """ """
5651
-
5652
5256
  bl_options: typing.Any
5653
- """ """
5654
-
5655
5257
  bl_parent_id: typing.Any
5656
- """ """
5657
-
5658
5258
  bl_region_type: typing.Any
5659
- """ """
5660
-
5661
5259
  bl_rna: typing.Any
5662
- """ """
5663
-
5664
5260
  bl_space_type: typing.Any
5665
- """ """
5666
-
5667
5261
  id_data: typing.Any
5668
- """ """
5669
5262
 
5670
5263
  def append(self, draw_func):
5671
5264
  """Append a draw function to this menu,
@@ -5757,10 +5350,7 @@ class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
5757
5350
  """
5758
5351
  ...
5759
5352
 
5760
- def is_extended(self):
5761
- """ """
5762
- ...
5763
-
5353
+ def is_extended(self): ...
5764
5354
  def is_property_hidden(self) -> bool:
5765
5355
  """Check if a property is hidden.
5766
5356
 
@@ -5945,31 +5535,14 @@ class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
5945
5535
  ...
5946
5536
 
5947
5537
  class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
5948
- """ """
5949
-
5950
5538
  COMPAT_ENGINES: typing.Any
5951
- """ """
5952
-
5953
5539
  bl_context: typing.Any
5954
- """ """
5955
-
5956
5540
  bl_label: typing.Any
5957
- """ """
5958
-
5959
5541
  bl_parent_id: typing.Any
5960
- """ """
5961
-
5962
5542
  bl_region_type: typing.Any
5963
- """ """
5964
-
5965
5543
  bl_rna: typing.Any
5966
- """ """
5967
-
5968
5544
  bl_space_type: typing.Any
5969
- """ """
5970
-
5971
5545
  id_data: typing.Any
5972
- """ """
5973
5546
 
5974
5547
  def append(self, draw_func):
5975
5548
  """Append a draw function to this menu,
@@ -6061,10 +5634,7 @@ class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
6061
5634
  """
6062
5635
  ...
6063
5636
 
6064
- def is_extended(self):
6065
- """ """
6066
- ...
6067
-
5637
+ def is_extended(self): ...
6068
5638
  def is_property_hidden(self) -> bool:
6069
5639
  """Check if a property is hidden.
6070
5640
 
@@ -6249,31 +5819,14 @@ class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
6249
5819
  ...
6250
5820
 
6251
5821
  class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
6252
- """ """
6253
-
6254
5822
  COMPAT_ENGINES: typing.Any
6255
- """ """
6256
-
6257
5823
  bl_context: typing.Any
6258
- """ """
6259
-
6260
5824
  bl_label: typing.Any
6261
- """ """
6262
-
6263
5825
  bl_parent_id: typing.Any
6264
- """ """
6265
-
6266
5826
  bl_region_type: typing.Any
6267
- """ """
6268
-
6269
5827
  bl_rna: typing.Any
6270
- """ """
6271
-
6272
5828
  bl_space_type: typing.Any
6273
- """ """
6274
-
6275
5829
  id_data: typing.Any
6276
- """ """
6277
5830
 
6278
5831
  def append(self, draw_func):
6279
5832
  """Append a draw function to this menu,
@@ -6365,10 +5918,7 @@ class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6365
5918
  """
6366
5919
  ...
6367
5920
 
6368
- def is_extended(self):
6369
- """ """
6370
- ...
6371
-
5921
+ def is_extended(self): ...
6372
5922
  def is_property_hidden(self) -> bool:
6373
5923
  """Check if a property is hidden.
6374
5924
 
@@ -6555,37 +6105,16 @@ class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6555
6105
  class PHYSICS_PT_smoke_dissolve(
6556
6106
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6557
6107
  ):
6558
- """ """
6559
-
6560
6108
  COMPAT_ENGINES: typing.Any
6561
- """ """
6562
-
6563
6109
  bl_context: typing.Any
6564
- """ """
6565
-
6566
6110
  bl_label: typing.Any
6567
- """ """
6568
-
6569
6111
  bl_options: typing.Any
6570
- """ """
6571
-
6572
6112
  bl_parent_id: typing.Any
6573
- """ """
6574
-
6575
6113
  bl_region_type: typing.Any
6576
- """ """
6577
-
6578
6114
  bl_rna: typing.Any
6579
- """ """
6580
-
6581
6115
  bl_space_type: typing.Any
6582
- """ """
6583
-
6584
6116
  bl_translation_context: typing.Any
6585
- """ """
6586
-
6587
6117
  id_data: typing.Any
6588
- """ """
6589
6118
 
6590
6119
  def append(self, draw_func):
6591
6120
  """Append a draw function to this menu,
@@ -6684,10 +6213,7 @@ class PHYSICS_PT_smoke_dissolve(
6684
6213
  """
6685
6214
  ...
6686
6215
 
6687
- def is_extended(self):
6688
- """ """
6689
- ...
6690
-
6216
+ def is_extended(self): ...
6691
6217
  def is_property_hidden(self) -> bool:
6692
6218
  """Check if a property is hidden.
6693
6219
 
@@ -6874,31 +6400,14 @@ class PHYSICS_PT_smoke_dissolve(
6874
6400
  class PHYSICS_PT_viewport_display(
6875
6401
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6876
6402
  ):
6877
- """ """
6878
-
6879
6403
  bl_context: typing.Any
6880
- """ """
6881
-
6882
6404
  bl_label: typing.Any
6883
- """ """
6884
-
6885
6405
  bl_options: typing.Any
6886
- """ """
6887
-
6888
6406
  bl_parent_id: typing.Any
6889
- """ """
6890
-
6891
6407
  bl_region_type: typing.Any
6892
- """ """
6893
-
6894
6408
  bl_rna: typing.Any
6895
- """ """
6896
-
6897
6409
  bl_space_type: typing.Any
6898
- """ """
6899
-
6900
6410
  id_data: typing.Any
6901
- """ """
6902
6411
 
6903
6412
  def append(self, draw_func):
6904
6413
  """Append a draw function to this menu,
@@ -6990,10 +6499,7 @@ class PHYSICS_PT_viewport_display(
6990
6499
  """
6991
6500
  ...
6992
6501
 
6993
- def is_extended(self):
6994
- """ """
6995
- ...
6996
-
6502
+ def is_extended(self): ...
6997
6503
  def is_property_hidden(self) -> bool:
6998
6504
  """Check if a property is hidden.
6999
6505
 
@@ -7180,31 +6686,14 @@ class PHYSICS_PT_viewport_display(
7180
6686
  class PHYSICS_PT_viewport_display_advanced(
7181
6687
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
7182
6688
  ):
7183
- """ """
7184
-
7185
6689
  bl_context: typing.Any
7186
- """ """
7187
-
7188
6690
  bl_label: typing.Any
7189
- """ """
7190
-
7191
6691
  bl_options: typing.Any
7192
- """ """
7193
-
7194
6692
  bl_parent_id: typing.Any
7195
- """ """
7196
-
7197
6693
  bl_region_type: typing.Any
7198
- """ """
7199
-
7200
6694
  bl_rna: typing.Any
7201
- """ """
7202
-
7203
6695
  bl_space_type: typing.Any
7204
- """ """
7205
-
7206
6696
  id_data: typing.Any
7207
- """ """
7208
6697
 
7209
6698
  def append(self, draw_func):
7210
6699
  """Append a draw function to this menu,
@@ -7296,10 +6785,7 @@ class PHYSICS_PT_viewport_display_advanced(
7296
6785
  """
7297
6786
  ...
7298
6787
 
7299
- def is_extended(self):
7300
- """ """
7301
- ...
7302
-
6788
+ def is_extended(self): ...
7303
6789
  def is_property_hidden(self) -> bool:
7304
6790
  """Check if a property is hidden.
7305
6791
 
@@ -7486,31 +6972,14 @@ class PHYSICS_PT_viewport_display_advanced(
7486
6972
  class PHYSICS_PT_viewport_display_color(
7487
6973
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
7488
6974
  ):
7489
- """ """
7490
-
7491
6975
  bl_context: typing.Any
7492
- """ """
7493
-
7494
6976
  bl_label: typing.Any
7495
- """ """
7496
-
7497
6977
  bl_options: typing.Any
7498
- """ """
7499
-
7500
6978
  bl_parent_id: typing.Any
7501
- """ """
7502
-
7503
6979
  bl_region_type: typing.Any
7504
- """ """
7505
-
7506
6980
  bl_rna: typing.Any
7507
- """ """
7508
-
7509
6981
  bl_space_type: typing.Any
7510
- """ """
7511
-
7512
6982
  id_data: typing.Any
7513
- """ """
7514
6983
 
7515
6984
  def append(self, draw_func):
7516
6985
  """Append a draw function to this menu,
@@ -7609,10 +7078,7 @@ class PHYSICS_PT_viewport_display_color(
7609
7078
  """
7610
7079
  ...
7611
7080
 
7612
- def is_extended(self):
7613
- """ """
7614
- ...
7615
-
7081
+ def is_extended(self): ...
7616
7082
  def is_property_hidden(self) -> bool:
7617
7083
  """Check if a property is hidden.
7618
7084
 
@@ -7799,31 +7265,14 @@ class PHYSICS_PT_viewport_display_color(
7799
7265
  class PHYSICS_PT_viewport_display_debug(
7800
7266
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
7801
7267
  ):
7802
- """ """
7803
-
7804
7268
  bl_context: typing.Any
7805
- """ """
7806
-
7807
7269
  bl_label: typing.Any
7808
- """ """
7809
-
7810
7270
  bl_options: typing.Any
7811
- """ """
7812
-
7813
7271
  bl_parent_id: typing.Any
7814
- """ """
7815
-
7816
7272
  bl_region_type: typing.Any
7817
- """ """
7818
-
7819
7273
  bl_rna: typing.Any
7820
- """ """
7821
-
7822
7274
  bl_space_type: typing.Any
7823
- """ """
7824
-
7825
7275
  id_data: typing.Any
7826
- """ """
7827
7276
 
7828
7277
  def append(self, draw_func):
7829
7278
  """Append a draw function to this menu,
@@ -7922,10 +7371,7 @@ class PHYSICS_PT_viewport_display_debug(
7922
7371
  """
7923
7372
  ...
7924
7373
 
7925
- def is_extended(self):
7926
- """ """
7927
- ...
7928
-
7374
+ def is_extended(self): ...
7929
7375
  def is_property_hidden(self) -> bool:
7930
7376
  """Check if a property is hidden.
7931
7377
 
@@ -8112,31 +7558,14 @@ class PHYSICS_PT_viewport_display_debug(
8112
7558
  class PHYSICS_PT_viewport_display_slicing(
8113
7559
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
8114
7560
  ):
8115
- """ """
8116
-
8117
7561
  bl_context: typing.Any
8118
- """ """
8119
-
8120
7562
  bl_label: typing.Any
8121
- """ """
8122
-
8123
7563
  bl_options: typing.Any
8124
- """ """
8125
-
8126
7564
  bl_parent_id: typing.Any
8127
- """ """
8128
-
8129
7565
  bl_region_type: typing.Any
8130
- """ """
8131
-
8132
7566
  bl_rna: typing.Any
8133
- """ """
8134
-
8135
7567
  bl_space_type: typing.Any
8136
- """ """
8137
-
8138
7568
  id_data: typing.Any
8139
- """ """
8140
7569
 
8141
7570
  def append(self, draw_func):
8142
7571
  """Append a draw function to this menu,
@@ -8235,10 +7664,7 @@ class PHYSICS_PT_viewport_display_slicing(
8235
7664
  """
8236
7665
  ...
8237
7666
 
8238
- def is_extended(self):
8239
- """ """
8240
- ...
8241
-
7667
+ def is_extended(self): ...
8242
7668
  def is_property_hidden(self) -> bool:
8243
7669
  """Check if a property is hidden.
8244
7670
 
@@ -8423,34 +7849,15 @@ class PHYSICS_PT_viewport_display_slicing(
8423
7849
  ...
8424
7850
 
8425
7851
  class PHYSICS_PT_viscosity(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
8426
- """ """
8427
-
8428
7852
  COMPAT_ENGINES: typing.Any
8429
- """ """
8430
-
8431
7853
  bl_context: typing.Any
8432
- """ """
8433
-
8434
7854
  bl_label: typing.Any
8435
- """ """
8436
-
8437
7855
  bl_options: typing.Any
8438
- """ """
8439
-
8440
7856
  bl_parent_id: typing.Any
8441
- """ """
8442
-
8443
7857
  bl_region_type: typing.Any
8444
- """ """
8445
-
8446
7858
  bl_rna: typing.Any
8447
- """ """
8448
-
8449
7859
  bl_space_type: typing.Any
8450
- """ """
8451
-
8452
7860
  id_data: typing.Any
8453
- """ """
8454
7861
 
8455
7862
  def append(self, draw_func):
8456
7863
  """Append a draw function to this menu,
@@ -8549,10 +7956,7 @@ class PHYSICS_PT_viscosity(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
8549
7956
  """
8550
7957
  ...
8551
7958
 
8552
- def is_extended(self):
8553
- """ """
8554
- ...
8555
-
7959
+ def is_extended(self): ...
8556
7960
  def is_property_hidden(self) -> bool:
8557
7961
  """Check if a property is hidden.
8558
7962