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
@@ -4,8 +4,8 @@ import typing_extensions
4
4
  import bl_ui.utils
5
5
  import bpy.types
6
6
 
7
- GenericType1 = typing.TypeVar("GenericType1")
8
- GenericType2 = typing.TypeVar("GenericType2")
7
+ _GenericType1 = typing.TypeVar("_GenericType1")
8
+ _GenericType2 = typing.TypeVar("_GenericType2")
9
9
 
10
10
  class FLUID_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
11
11
  bl_label: typing.Any
@@ -23,7 +23,6 @@ class FLUID_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
23
23
  :return: The RNA type or default when not found.
24
24
  :rtype: bpy.types.Struct
25
25
  """
26
- ...
27
26
 
28
27
  def bl_rna_get_subclass_py(self) -> typing.Any:
29
28
  """
@@ -31,7 +30,6 @@ class FLUID_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
31
30
  :return: The class or default when not found.
32
31
  :rtype: typing.Any
33
32
  """
34
- ...
35
33
 
36
34
  class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy.types.Panel):
37
35
  COMPAT_ENGINES: typing.Any
@@ -50,7 +48,6 @@ class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy.types.Panel):
50
48
  :return: The RNA type or default when not found.
51
49
  :rtype: bpy.types.Struct
52
50
  """
53
- ...
54
51
 
55
52
  def bl_rna_get_subclass_py(self) -> typing.Any:
56
53
  """
@@ -58,21 +55,18 @@ class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy.types.Panel):
58
55
  :return: The class or default when not found.
59
56
  :rtype: typing.Any
60
57
  """
61
- ...
62
58
 
63
59
  def draw(self, context):
64
60
  """
65
61
 
66
62
  :param context:
67
63
  """
68
- ...
69
64
 
70
65
  def draw_header(self, context):
71
66
  """
72
67
 
73
68
  :param context:
74
69
  """
75
- ...
76
70
 
77
71
  @classmethod
78
72
  def poll(cls, context):
@@ -80,7 +74,6 @@ class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy.types.Panel):
80
74
 
81
75
  :param context:
82
76
  """
83
- ...
84
77
 
85
78
  class PHYSICS_PT_borders(PhysicButtonsPanel, bpy.types.Panel):
86
79
  COMPAT_ENGINES: typing.Any
@@ -98,7 +91,6 @@ class PHYSICS_PT_borders(PhysicButtonsPanel, bpy.types.Panel):
98
91
  :return: The RNA type or default when not found.
99
92
  :rtype: bpy.types.Struct
100
93
  """
101
- ...
102
94
 
103
95
  def bl_rna_get_subclass_py(self) -> typing.Any:
104
96
  """
@@ -106,14 +98,12 @@ class PHYSICS_PT_borders(PhysicButtonsPanel, bpy.types.Panel):
106
98
  :return: The class or default when not found.
107
99
  :rtype: typing.Any
108
100
  """
109
- ...
110
101
 
111
102
  def draw(self, context):
112
103
  """
113
104
 
114
105
  :param context:
115
106
  """
116
- ...
117
107
 
118
108
  @classmethod
119
109
  def poll(cls, context):
@@ -121,7 +111,6 @@ class PHYSICS_PT_borders(PhysicButtonsPanel, bpy.types.Panel):
121
111
 
122
112
  :param context:
123
113
  """
124
- ...
125
114
 
126
115
  class PHYSICS_PT_cache(PhysicButtonsPanel, bpy.types.Panel):
127
116
  COMPAT_ENGINES: typing.Any
@@ -139,7 +128,6 @@ class PHYSICS_PT_cache(PhysicButtonsPanel, bpy.types.Panel):
139
128
  :return: The RNA type or default when not found.
140
129
  :rtype: bpy.types.Struct
141
130
  """
142
- ...
143
131
 
144
132
  def bl_rna_get_subclass_py(self) -> typing.Any:
145
133
  """
@@ -147,14 +135,12 @@ class PHYSICS_PT_cache(PhysicButtonsPanel, bpy.types.Panel):
147
135
  :return: The class or default when not found.
148
136
  :rtype: typing.Any
149
137
  """
150
- ...
151
138
 
152
139
  def draw(self, context):
153
140
  """
154
141
 
155
142
  :param context:
156
143
  """
157
- ...
158
144
 
159
145
  @classmethod
160
146
  def poll(cls, context):
@@ -162,7 +148,6 @@ class PHYSICS_PT_cache(PhysicButtonsPanel, bpy.types.Panel):
162
148
 
163
149
  :param context:
164
150
  """
165
- ...
166
151
 
167
152
  class PHYSICS_PT_collections(PhysicButtonsPanel, bpy.types.Panel):
168
153
  COMPAT_ENGINES: typing.Any
@@ -181,7 +166,6 @@ class PHYSICS_PT_collections(PhysicButtonsPanel, bpy.types.Panel):
181
166
  :return: The RNA type or default when not found.
182
167
  :rtype: bpy.types.Struct
183
168
  """
184
- ...
185
169
 
186
170
  def bl_rna_get_subclass_py(self) -> typing.Any:
187
171
  """
@@ -189,14 +173,12 @@ class PHYSICS_PT_collections(PhysicButtonsPanel, bpy.types.Panel):
189
173
  :return: The class or default when not found.
190
174
  :rtype: typing.Any
191
175
  """
192
- ...
193
176
 
194
177
  def draw(self, context):
195
178
  """
196
179
 
197
180
  :param context:
198
181
  """
199
- ...
200
182
 
201
183
  @classmethod
202
184
  def poll(cls, context):
@@ -204,7 +186,6 @@ class PHYSICS_PT_collections(PhysicButtonsPanel, bpy.types.Panel):
204
186
 
205
187
  :param context:
206
188
  """
207
- ...
208
189
 
209
190
  class PHYSICS_PT_diffusion(PhysicButtonsPanel, bpy.types.Panel):
210
191
  COMPAT_ENGINES: typing.Any
@@ -223,7 +204,6 @@ class PHYSICS_PT_diffusion(PhysicButtonsPanel, bpy.types.Panel):
223
204
  :return: The RNA type or default when not found.
224
205
  :rtype: bpy.types.Struct
225
206
  """
226
- ...
227
207
 
228
208
  def bl_rna_get_subclass_py(self) -> typing.Any:
229
209
  """
@@ -231,28 +211,24 @@ class PHYSICS_PT_diffusion(PhysicButtonsPanel, bpy.types.Panel):
231
211
  :return: The class or default when not found.
232
212
  :rtype: typing.Any
233
213
  """
234
- ...
235
214
 
236
215
  def draw(self, context):
237
216
  """
238
217
 
239
218
  :param context:
240
219
  """
241
- ...
242
220
 
243
221
  def draw_header(self, context):
244
222
  """
245
223
 
246
224
  :param context:
247
225
  """
248
- ...
249
226
 
250
227
  def draw_header_preset(self, _context):
251
228
  """
252
229
 
253
230
  :param _context:
254
231
  """
255
- ...
256
232
 
257
233
  @classmethod
258
234
  def poll(cls, context):
@@ -260,7 +236,6 @@ class PHYSICS_PT_diffusion(PhysicButtonsPanel, bpy.types.Panel):
260
236
 
261
237
  :param context:
262
238
  """
263
- ...
264
239
 
265
240
  class PHYSICS_PT_export(PhysicButtonsPanel, bpy.types.Panel):
266
241
  COMPAT_ENGINES: typing.Any
@@ -279,7 +254,6 @@ class PHYSICS_PT_export(PhysicButtonsPanel, bpy.types.Panel):
279
254
  :return: The RNA type or default when not found.
280
255
  :rtype: bpy.types.Struct
281
256
  """
282
- ...
283
257
 
284
258
  def bl_rna_get_subclass_py(self) -> typing.Any:
285
259
  """
@@ -287,14 +261,12 @@ class PHYSICS_PT_export(PhysicButtonsPanel, bpy.types.Panel):
287
261
  :return: The class or default when not found.
288
262
  :rtype: typing.Any
289
263
  """
290
- ...
291
264
 
292
265
  def draw(self, context):
293
266
  """
294
267
 
295
268
  :param context:
296
269
  """
297
- ...
298
270
 
299
271
  @classmethod
300
272
  def poll(cls, context):
@@ -302,7 +274,6 @@ class PHYSICS_PT_export(PhysicButtonsPanel, bpy.types.Panel):
302
274
 
303
275
  :param context:
304
276
  """
305
- ...
306
277
 
307
278
  class PHYSICS_PT_field_weights(PhysicButtonsPanel, bpy.types.Panel):
308
279
  COMPAT_ENGINES: typing.Any
@@ -321,7 +292,6 @@ class PHYSICS_PT_field_weights(PhysicButtonsPanel, bpy.types.Panel):
321
292
  :return: The RNA type or default when not found.
322
293
  :rtype: bpy.types.Struct
323
294
  """
324
- ...
325
295
 
326
296
  def bl_rna_get_subclass_py(self) -> typing.Any:
327
297
  """
@@ -329,14 +299,12 @@ class PHYSICS_PT_field_weights(PhysicButtonsPanel, bpy.types.Panel):
329
299
  :return: The class or default when not found.
330
300
  :rtype: typing.Any
331
301
  """
332
- ...
333
302
 
334
303
  def draw(self, context):
335
304
  """
336
305
 
337
306
  :param context:
338
307
  """
339
- ...
340
308
 
341
309
  @classmethod
342
310
  def poll(cls, context):
@@ -344,7 +312,6 @@ class PHYSICS_PT_field_weights(PhysicButtonsPanel, bpy.types.Panel):
344
312
 
345
313
  :param context:
346
314
  """
347
- ...
348
315
 
349
316
  class PHYSICS_PT_fire(PhysicButtonsPanel, bpy.types.Panel):
350
317
  COMPAT_ENGINES: typing.Any
@@ -363,7 +330,6 @@ class PHYSICS_PT_fire(PhysicButtonsPanel, bpy.types.Panel):
363
330
  :return: The RNA type or default when not found.
364
331
  :rtype: bpy.types.Struct
365
332
  """
366
- ...
367
333
 
368
334
  def bl_rna_get_subclass_py(self) -> typing.Any:
369
335
  """
@@ -371,14 +337,12 @@ class PHYSICS_PT_fire(PhysicButtonsPanel, bpy.types.Panel):
371
337
  :return: The class or default when not found.
372
338
  :rtype: typing.Any
373
339
  """
374
- ...
375
340
 
376
341
  def draw(self, context):
377
342
  """
378
343
 
379
344
  :param context:
380
345
  """
381
- ...
382
346
 
383
347
  @classmethod
384
348
  def poll(cls, context):
@@ -386,7 +350,6 @@ class PHYSICS_PT_fire(PhysicButtonsPanel, bpy.types.Panel):
386
350
 
387
351
  :param context:
388
352
  """
389
- ...
390
353
 
391
354
  class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, bpy.types.Panel):
392
355
  COMPAT_ENGINES: typing.Any
@@ -404,7 +367,6 @@ class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, bpy.types.Panel):
404
367
  :return: The RNA type or default when not found.
405
368
  :rtype: bpy.types.Struct
406
369
  """
407
- ...
408
370
 
409
371
  def bl_rna_get_subclass_py(self) -> typing.Any:
410
372
  """
@@ -412,21 +374,18 @@ class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, bpy.types.Panel):
412
374
  :return: The class or default when not found.
413
375
  :rtype: typing.Any
414
376
  """
415
- ...
416
377
 
417
378
  def draw(self, context):
418
379
  """
419
380
 
420
381
  :param context:
421
382
  """
422
- ...
423
383
 
424
384
  def draw_header(self, context):
425
385
  """
426
386
 
427
387
  :param context:
428
388
  """
429
- ...
430
389
 
431
390
  @classmethod
432
391
  def poll(cls, context):
@@ -434,7 +393,6 @@ class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, bpy.types.Panel):
434
393
 
435
394
  :param context:
436
395
  """
437
- ...
438
396
 
439
397
  class PHYSICS_PT_flow_source(PhysicButtonsPanel, bpy.types.Panel):
440
398
  COMPAT_ENGINES: typing.Any
@@ -453,7 +411,6 @@ class PHYSICS_PT_flow_source(PhysicButtonsPanel, bpy.types.Panel):
453
411
  :return: The RNA type or default when not found.
454
412
  :rtype: bpy.types.Struct
455
413
  """
456
- ...
457
414
 
458
415
  def bl_rna_get_subclass_py(self) -> typing.Any:
459
416
  """
@@ -461,14 +418,12 @@ class PHYSICS_PT_flow_source(PhysicButtonsPanel, bpy.types.Panel):
461
418
  :return: The class or default when not found.
462
419
  :rtype: typing.Any
463
420
  """
464
- ...
465
421
 
466
422
  def draw(self, context):
467
423
  """
468
424
 
469
425
  :param context:
470
426
  """
471
- ...
472
427
 
473
428
  @classmethod
474
429
  def poll(cls, context):
@@ -476,7 +431,6 @@ class PHYSICS_PT_flow_source(PhysicButtonsPanel, bpy.types.Panel):
476
431
 
477
432
  :param context:
478
433
  """
479
- ...
480
434
 
481
435
  class PHYSICS_PT_flow_texture(PhysicButtonsPanel, bpy.types.Panel):
482
436
  COMPAT_ENGINES: typing.Any
@@ -495,7 +449,6 @@ class PHYSICS_PT_flow_texture(PhysicButtonsPanel, bpy.types.Panel):
495
449
  :return: The RNA type or default when not found.
496
450
  :rtype: bpy.types.Struct
497
451
  """
498
- ...
499
452
 
500
453
  def bl_rna_get_subclass_py(self) -> typing.Any:
501
454
  """
@@ -503,21 +456,18 @@ class PHYSICS_PT_flow_texture(PhysicButtonsPanel, bpy.types.Panel):
503
456
  :return: The class or default when not found.
504
457
  :rtype: typing.Any
505
458
  """
506
- ...
507
459
 
508
460
  def draw(self, context):
509
461
  """
510
462
 
511
463
  :param context:
512
464
  """
513
- ...
514
465
 
515
466
  def draw_header(self, context):
516
467
  """
517
468
 
518
469
  :param context:
519
470
  """
520
- ...
521
471
 
522
472
  @classmethod
523
473
  def poll(cls, context):
@@ -525,7 +475,6 @@ class PHYSICS_PT_flow_texture(PhysicButtonsPanel, bpy.types.Panel):
525
475
 
526
476
  :param context:
527
477
  """
528
- ...
529
478
 
530
479
  class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy.types.Panel):
531
480
  COMPAT_ENGINES: typing.Any
@@ -542,7 +491,6 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy.types.Panel):
542
491
  :return: The RNA type or default when not found.
543
492
  :rtype: bpy.types.Struct
544
493
  """
545
- ...
546
494
 
547
495
  def bl_rna_get_subclass_py(self) -> typing.Any:
548
496
  """
@@ -550,14 +498,12 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy.types.Panel):
550
498
  :return: The class or default when not found.
551
499
  :rtype: typing.Any
552
500
  """
553
- ...
554
501
 
555
502
  def draw(self, context):
556
503
  """
557
504
 
558
505
  :param context:
559
506
  """
560
- ...
561
507
 
562
508
  @classmethod
563
509
  def poll(cls, context):
@@ -565,7 +511,6 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy.types.Panel):
565
511
 
566
512
  :param context:
567
513
  """
568
- ...
569
514
 
570
515
  class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, bpy.types.Panel):
571
516
  COMPAT_ENGINES: typing.Any
@@ -584,7 +529,6 @@ class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, bpy.types.Panel):
584
529
  :return: The RNA type or default when not found.
585
530
  :rtype: bpy.types.Struct
586
531
  """
587
- ...
588
532
 
589
533
  def bl_rna_get_subclass_py(self) -> typing.Any:
590
534
  """
@@ -592,14 +536,12 @@ class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, bpy.types.Panel):
592
536
  :return: The class or default when not found.
593
537
  :rtype: typing.Any
594
538
  """
595
- ...
596
539
 
597
540
  def draw(self, context):
598
541
  """
599
542
 
600
543
  :param context:
601
544
  """
602
- ...
603
545
 
604
546
  @classmethod
605
547
  def poll(cls, context):
@@ -607,7 +549,6 @@ class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, bpy.types.Panel):
607
549
 
608
550
  :param context:
609
551
  """
610
- ...
611
552
 
612
553
  class PHYSICS_PT_guide(PhysicButtonsPanel, bpy.types.Panel):
613
554
  COMPAT_ENGINES: typing.Any
@@ -626,7 +567,6 @@ class PHYSICS_PT_guide(PhysicButtonsPanel, bpy.types.Panel):
626
567
  :return: The RNA type or default when not found.
627
568
  :rtype: bpy.types.Struct
628
569
  """
629
- ...
630
570
 
631
571
  def bl_rna_get_subclass_py(self) -> typing.Any:
632
572
  """
@@ -634,21 +574,18 @@ class PHYSICS_PT_guide(PhysicButtonsPanel, bpy.types.Panel):
634
574
  :return: The class or default when not found.
635
575
  :rtype: typing.Any
636
576
  """
637
- ...
638
577
 
639
578
  def draw(self, context):
640
579
  """
641
580
 
642
581
  :param context:
643
582
  """
644
- ...
645
583
 
646
584
  def draw_header(self, context):
647
585
  """
648
586
 
649
587
  :param context:
650
588
  """
651
- ...
652
589
 
653
590
  @classmethod
654
591
  def poll(cls, context):
@@ -656,7 +593,6 @@ class PHYSICS_PT_guide(PhysicButtonsPanel, bpy.types.Panel):
656
593
 
657
594
  :param context:
658
595
  """
659
- ...
660
596
 
661
597
  class PHYSICS_PT_liquid(PhysicButtonsPanel, bpy.types.Panel):
662
598
  COMPAT_ENGINES: typing.Any
@@ -674,7 +610,6 @@ class PHYSICS_PT_liquid(PhysicButtonsPanel, bpy.types.Panel):
674
610
  :return: The RNA type or default when not found.
675
611
  :rtype: bpy.types.Struct
676
612
  """
677
- ...
678
613
 
679
614
  def bl_rna_get_subclass_py(self) -> typing.Any:
680
615
  """
@@ -682,21 +617,18 @@ class PHYSICS_PT_liquid(PhysicButtonsPanel, bpy.types.Panel):
682
617
  :return: The class or default when not found.
683
618
  :rtype: typing.Any
684
619
  """
685
- ...
686
620
 
687
621
  def draw(self, context):
688
622
  """
689
623
 
690
624
  :param context:
691
625
  """
692
- ...
693
626
 
694
627
  def draw_header(self, context):
695
628
  """
696
629
 
697
630
  :param context:
698
631
  """
699
- ...
700
632
 
701
633
  @classmethod
702
634
  def poll(cls, context):
@@ -704,7 +636,6 @@ class PHYSICS_PT_liquid(PhysicButtonsPanel, bpy.types.Panel):
704
636
 
705
637
  :param context:
706
638
  """
707
- ...
708
639
 
709
640
  class PHYSICS_PT_mesh(PhysicButtonsPanel, bpy.types.Panel):
710
641
  COMPAT_ENGINES: typing.Any
@@ -723,7 +654,6 @@ class PHYSICS_PT_mesh(PhysicButtonsPanel, bpy.types.Panel):
723
654
  :return: The RNA type or default when not found.
724
655
  :rtype: bpy.types.Struct
725
656
  """
726
- ...
727
657
 
728
658
  def bl_rna_get_subclass_py(self) -> typing.Any:
729
659
  """
@@ -731,21 +661,18 @@ class PHYSICS_PT_mesh(PhysicButtonsPanel, bpy.types.Panel):
731
661
  :return: The class or default when not found.
732
662
  :rtype: typing.Any
733
663
  """
734
- ...
735
664
 
736
665
  def draw(self, context):
737
666
  """
738
667
 
739
668
  :param context:
740
669
  """
741
- ...
742
670
 
743
671
  def draw_header(self, context):
744
672
  """
745
673
 
746
674
  :param context:
747
675
  """
748
- ...
749
676
 
750
677
  @classmethod
751
678
  def poll(cls, context):
@@ -753,7 +680,6 @@ class PHYSICS_PT_mesh(PhysicButtonsPanel, bpy.types.Panel):
753
680
 
754
681
  :param context:
755
682
  """
756
- ...
757
683
 
758
684
  class PHYSICS_PT_noise(PhysicButtonsPanel, bpy.types.Panel):
759
685
  COMPAT_ENGINES: typing.Any
@@ -772,7 +698,6 @@ class PHYSICS_PT_noise(PhysicButtonsPanel, bpy.types.Panel):
772
698
  :return: The RNA type or default when not found.
773
699
  :rtype: bpy.types.Struct
774
700
  """
775
- ...
776
701
 
777
702
  def bl_rna_get_subclass_py(self) -> typing.Any:
778
703
  """
@@ -780,21 +705,18 @@ class PHYSICS_PT_noise(PhysicButtonsPanel, bpy.types.Panel):
780
705
  :return: The class or default when not found.
781
706
  :rtype: typing.Any
782
707
  """
783
- ...
784
708
 
785
709
  def draw(self, context):
786
710
  """
787
711
 
788
712
  :param context:
789
713
  """
790
- ...
791
714
 
792
715
  def draw_header(self, context):
793
716
  """
794
717
 
795
718
  :param context:
796
719
  """
797
- ...
798
720
 
799
721
  @classmethod
800
722
  def poll(cls, context):
@@ -802,7 +724,6 @@ class PHYSICS_PT_noise(PhysicButtonsPanel, bpy.types.Panel):
802
724
 
803
725
  :param context:
804
726
  """
805
- ...
806
727
 
807
728
  class PHYSICS_PT_particles(PhysicButtonsPanel, bpy.types.Panel):
808
729
  COMPAT_ENGINES: typing.Any
@@ -821,7 +742,6 @@ class PHYSICS_PT_particles(PhysicButtonsPanel, bpy.types.Panel):
821
742
  :return: The RNA type or default when not found.
822
743
  :rtype: bpy.types.Struct
823
744
  """
824
- ...
825
745
 
826
746
  def bl_rna_get_subclass_py(self) -> typing.Any:
827
747
  """
@@ -829,14 +749,12 @@ class PHYSICS_PT_particles(PhysicButtonsPanel, bpy.types.Panel):
829
749
  :return: The class or default when not found.
830
750
  :rtype: typing.Any
831
751
  """
832
- ...
833
752
 
834
753
  def draw(self, context):
835
754
  """
836
755
 
837
756
  :param context:
838
757
  """
839
- ...
840
758
 
841
759
  @classmethod
842
760
  def poll(cls, context):
@@ -844,7 +762,6 @@ class PHYSICS_PT_particles(PhysicButtonsPanel, bpy.types.Panel):
844
762
 
845
763
  :param context:
846
764
  """
847
- ...
848
765
 
849
766
  class PHYSICS_PT_settings(PhysicButtonsPanel, bpy.types.Panel):
850
767
  COMPAT_ENGINES: typing.Any
@@ -862,7 +779,6 @@ class PHYSICS_PT_settings(PhysicButtonsPanel, bpy.types.Panel):
862
779
  :return: The RNA type or default when not found.
863
780
  :rtype: bpy.types.Struct
864
781
  """
865
- ...
866
782
 
867
783
  def bl_rna_get_subclass_py(self) -> typing.Any:
868
784
  """
@@ -870,14 +786,12 @@ class PHYSICS_PT_settings(PhysicButtonsPanel, bpy.types.Panel):
870
786
  :return: The class or default when not found.
871
787
  :rtype: typing.Any
872
788
  """
873
- ...
874
789
 
875
790
  def draw(self, context):
876
791
  """
877
792
 
878
793
  :param context:
879
794
  """
880
- ...
881
795
 
882
796
  @classmethod
883
797
  def poll(cls, context):
@@ -885,7 +799,6 @@ class PHYSICS_PT_settings(PhysicButtonsPanel, bpy.types.Panel):
885
799
 
886
800
  :param context:
887
801
  """
888
- ...
889
802
 
890
803
  class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy.types.Panel):
891
804
  COMPAT_ENGINES: typing.Any
@@ -903,7 +816,6 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy.types.Panel):
903
816
  :return: The RNA type or default when not found.
904
817
  :rtype: bpy.types.Struct
905
818
  """
906
- ...
907
819
 
908
820
  def bl_rna_get_subclass_py(self) -> typing.Any:
909
821
  """
@@ -911,14 +823,12 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy.types.Panel):
911
823
  :return: The class or default when not found.
912
824
  :rtype: typing.Any
913
825
  """
914
- ...
915
826
 
916
827
  def draw(self, context):
917
828
  """
918
829
 
919
830
  :param context:
920
831
  """
921
- ...
922
832
 
923
833
  @classmethod
924
834
  def poll(cls, context):
@@ -926,7 +836,6 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy.types.Panel):
926
836
 
927
837
  :param context:
928
838
  """
929
- ...
930
839
 
931
840
  class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, bpy.types.Panel):
932
841
  COMPAT_ENGINES: typing.Any
@@ -946,7 +855,6 @@ class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, bpy.types.Panel):
946
855
  :return: The RNA type or default when not found.
947
856
  :rtype: bpy.types.Struct
948
857
  """
949
- ...
950
858
 
951
859
  def bl_rna_get_subclass_py(self) -> typing.Any:
952
860
  """
@@ -954,21 +862,18 @@ class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, bpy.types.Panel):
954
862
  :return: The class or default when not found.
955
863
  :rtype: typing.Any
956
864
  """
957
- ...
958
865
 
959
866
  def draw(self, context):
960
867
  """
961
868
 
962
869
  :param context:
963
870
  """
964
- ...
965
871
 
966
872
  def draw_header(self, context):
967
873
  """
968
874
 
969
875
  :param context:
970
876
  """
971
- ...
972
877
 
973
878
  @classmethod
974
879
  def poll(cls, context):
@@ -976,7 +881,6 @@ class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, bpy.types.Panel):
976
881
 
977
882
  :param context:
978
883
  """
979
- ...
980
884
 
981
885
  class PHYSICS_PT_viewport_display(PhysicButtonsPanel, bpy.types.Panel):
982
886
  bl_context: typing.Any
@@ -994,7 +898,6 @@ class PHYSICS_PT_viewport_display(PhysicButtonsPanel, bpy.types.Panel):
994
898
  :return: The RNA type or default when not found.
995
899
  :rtype: bpy.types.Struct
996
900
  """
997
- ...
998
901
 
999
902
  def bl_rna_get_subclass_py(self) -> typing.Any:
1000
903
  """
@@ -1002,14 +905,12 @@ class PHYSICS_PT_viewport_display(PhysicButtonsPanel, bpy.types.Panel):
1002
905
  :return: The class or default when not found.
1003
906
  :rtype: typing.Any
1004
907
  """
1005
- ...
1006
908
 
1007
909
  def draw(self, context):
1008
910
  """
1009
911
 
1010
912
  :param context:
1011
913
  """
1012
- ...
1013
914
 
1014
915
  @classmethod
1015
916
  def poll(cls, context):
@@ -1017,7 +918,6 @@ class PHYSICS_PT_viewport_display(PhysicButtonsPanel, bpy.types.Panel):
1017
918
 
1018
919
  :param context:
1019
920
  """
1020
- ...
1021
921
 
1022
922
  class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, bpy.types.Panel):
1023
923
  bl_context: typing.Any
@@ -1035,7 +935,6 @@ class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, bpy.types.Panel):
1035
935
  :return: The RNA type or default when not found.
1036
936
  :rtype: bpy.types.Struct
1037
937
  """
1038
- ...
1039
938
 
1040
939
  def bl_rna_get_subclass_py(self) -> typing.Any:
1041
940
  """
@@ -1043,14 +942,12 @@ class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, bpy.types.Panel):
1043
942
  :return: The class or default when not found.
1044
943
  :rtype: typing.Any
1045
944
  """
1046
- ...
1047
945
 
1048
946
  def draw(self, context):
1049
947
  """
1050
948
 
1051
949
  :param context:
1052
950
  """
1053
- ...
1054
951
 
1055
952
  @classmethod
1056
953
  def poll(cls, context):
@@ -1058,7 +955,6 @@ class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, bpy.types.Panel):
1058
955
 
1059
956
  :param context:
1060
957
  """
1061
- ...
1062
958
 
1063
959
  class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, bpy.types.Panel):
1064
960
  bl_context: typing.Any
@@ -1076,7 +972,6 @@ class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, bpy.types.Panel):
1076
972
  :return: The RNA type or default when not found.
1077
973
  :rtype: bpy.types.Struct
1078
974
  """
1079
- ...
1080
975
 
1081
976
  def bl_rna_get_subclass_py(self) -> typing.Any:
1082
977
  """
@@ -1084,21 +979,18 @@ class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, bpy.types.Panel):
1084
979
  :return: The class or default when not found.
1085
980
  :rtype: typing.Any
1086
981
  """
1087
- ...
1088
982
 
1089
983
  def draw(self, context):
1090
984
  """
1091
985
 
1092
986
  :param context:
1093
987
  """
1094
- ...
1095
988
 
1096
989
  def draw_header(self, context):
1097
990
  """
1098
991
 
1099
992
  :param context:
1100
993
  """
1101
- ...
1102
994
 
1103
995
  @classmethod
1104
996
  def poll(cls, context):
@@ -1106,7 +998,6 @@ class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, bpy.types.Panel):
1106
998
 
1107
999
  :param context:
1108
1000
  """
1109
- ...
1110
1001
 
1111
1002
  class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, bpy.types.Panel):
1112
1003
  bl_context: typing.Any
@@ -1124,7 +1015,6 @@ class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, bpy.types.Panel):
1124
1015
  :return: The RNA type or default when not found.
1125
1016
  :rtype: bpy.types.Struct
1126
1017
  """
1127
- ...
1128
1018
 
1129
1019
  def bl_rna_get_subclass_py(self) -> typing.Any:
1130
1020
  """
@@ -1132,21 +1022,18 @@ class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, bpy.types.Panel):
1132
1022
  :return: The class or default when not found.
1133
1023
  :rtype: typing.Any
1134
1024
  """
1135
- ...
1136
1025
 
1137
1026
  def draw(self, context):
1138
1027
  """
1139
1028
 
1140
1029
  :param context:
1141
1030
  """
1142
- ...
1143
1031
 
1144
1032
  def draw_header(self, context):
1145
1033
  """
1146
1034
 
1147
1035
  :param context:
1148
1036
  """
1149
- ...
1150
1037
 
1151
1038
  @classmethod
1152
1039
  def poll(cls, context):
@@ -1154,7 +1041,6 @@ class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, bpy.types.Panel):
1154
1041
 
1155
1042
  :param context:
1156
1043
  """
1157
- ...
1158
1044
 
1159
1045
  class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, bpy.types.Panel):
1160
1046
  bl_context: typing.Any
@@ -1172,7 +1058,6 @@ class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, bpy.types.Panel):
1172
1058
  :return: The RNA type or default when not found.
1173
1059
  :rtype: bpy.types.Struct
1174
1060
  """
1175
- ...
1176
1061
 
1177
1062
  def bl_rna_get_subclass_py(self) -> typing.Any:
1178
1063
  """
@@ -1180,21 +1065,18 @@ class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, bpy.types.Panel):
1180
1065
  :return: The class or default when not found.
1181
1066
  :rtype: typing.Any
1182
1067
  """
1183
- ...
1184
1068
 
1185
1069
  def draw(self, context):
1186
1070
  """
1187
1071
 
1188
1072
  :param context:
1189
1073
  """
1190
- ...
1191
1074
 
1192
1075
  def draw_header(self, context):
1193
1076
  """
1194
1077
 
1195
1078
  :param context:
1196
1079
  """
1197
- ...
1198
1080
 
1199
1081
  @classmethod
1200
1082
  def poll(cls, context):
@@ -1202,7 +1084,6 @@ class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, bpy.types.Panel):
1202
1084
 
1203
1085
  :param context:
1204
1086
  """
1205
- ...
1206
1087
 
1207
1088
  class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy.types.Panel):
1208
1089
  COMPAT_ENGINES: typing.Any
@@ -1221,7 +1102,6 @@ class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy.types.Panel):
1221
1102
  :return: The RNA type or default when not found.
1222
1103
  :rtype: bpy.types.Struct
1223
1104
  """
1224
- ...
1225
1105
 
1226
1106
  def bl_rna_get_subclass_py(self) -> typing.Any:
1227
1107
  """
@@ -1229,21 +1109,18 @@ class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy.types.Panel):
1229
1109
  :return: The class or default when not found.
1230
1110
  :rtype: typing.Any
1231
1111
  """
1232
- ...
1233
1112
 
1234
1113
  def draw(self, context):
1235
1114
  """
1236
1115
 
1237
1116
  :param context:
1238
1117
  """
1239
- ...
1240
1118
 
1241
1119
  def draw_header(self, context):
1242
1120
  """
1243
1121
 
1244
1122
  :param context:
1245
1123
  """
1246
- ...
1247
1124
 
1248
1125
  @classmethod
1249
1126
  def poll(cls, context):
@@ -1251,7 +1128,6 @@ class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy.types.Panel):
1251
1128
 
1252
1129
  :param context:
1253
1130
  """
1254
- ...
1255
1131
 
1256
1132
  class PhysicButtonsPanel:
1257
1133
  bl_context: typing.Any
@@ -1264,7 +1140,6 @@ class PhysicButtonsPanel:
1264
1140
 
1265
1141
  :param domain:
1266
1142
  """
1267
- ...
1268
1143
 
1269
1144
  @staticmethod
1270
1145
  def poll_fluid(context):
@@ -1272,7 +1147,6 @@ class PhysicButtonsPanel:
1272
1147
 
1273
1148
  :param context:
1274
1149
  """
1275
- ...
1276
1150
 
1277
1151
  @staticmethod
1278
1152
  def poll_fluid_domain(context):
@@ -1280,7 +1154,6 @@ class PhysicButtonsPanel:
1280
1154
 
1281
1155
  :param context:
1282
1156
  """
1283
- ...
1284
1157
 
1285
1158
  @staticmethod
1286
1159
  def poll_fluid_flow(context):
@@ -1288,7 +1161,6 @@ class PhysicButtonsPanel:
1288
1161
 
1289
1162
  :param context:
1290
1163
  """
1291
- ...
1292
1164
 
1293
1165
  @staticmethod
1294
1166
  def poll_fluid_flow_liquid(context):
@@ -1296,7 +1168,6 @@ class PhysicButtonsPanel:
1296
1168
 
1297
1169
  :param context:
1298
1170
  """
1299
- ...
1300
1171
 
1301
1172
  @staticmethod
1302
1173
  def poll_fluid_flow_outflow(context):
@@ -1304,7 +1175,6 @@ class PhysicButtonsPanel:
1304
1175
 
1305
1176
  :param context:
1306
1177
  """
1307
- ...
1308
1178
 
1309
1179
  @staticmethod
1310
1180
  def poll_gas_domain(context):
@@ -1312,7 +1182,6 @@ class PhysicButtonsPanel:
1312
1182
 
1313
1183
  :param context:
1314
1184
  """
1315
- ...
1316
1185
 
1317
1186
  @staticmethod
1318
1187
  def poll_liquid_domain(context):
@@ -1320,4 +1189,3 @@ class PhysicButtonsPanel:
1320
1189
 
1321
1190
  :param context:
1322
1191
  """
1323
- ...