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
@@ -3,8 +3,8 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
5
 
6
- GenericType1 = typing.TypeVar("GenericType1")
7
- GenericType2 = typing.TypeVar("GenericType2")
6
+ _GenericType1 = typing.TypeVar("_GenericType1")
7
+ _GenericType2 = typing.TypeVar("_GenericType2")
8
8
 
9
9
  class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy.types.Panel):
10
10
  COMPAT_ENGINES: typing.Any
@@ -22,7 +22,6 @@ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy.types.Panel):
22
22
  :return: The RNA type or default when not found.
23
23
  :rtype: bpy.types.Struct
24
24
  """
25
- ...
26
25
 
27
26
  def bl_rna_get_subclass_py(self) -> typing.Any:
28
27
  """
@@ -30,14 +29,12 @@ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy.types.Panel):
30
29
  :return: The class or default when not found.
31
30
  :rtype: typing.Any
32
31
  """
33
- ...
34
32
 
35
33
  def draw(self, context):
36
34
  """
37
35
 
38
36
  :param context:
39
37
  """
40
- ...
41
38
 
42
39
  @classmethod
43
40
  def poll(cls, context):
@@ -45,7 +42,6 @@ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy.types.Panel):
45
42
 
46
43
  :param context:
47
44
  """
48
- ...
49
45
 
50
46
  class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy.types.Panel):
51
47
  COMPAT_ENGINES: typing.Any
@@ -63,7 +59,6 @@ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy.types.Panel)
63
59
  :return: The RNA type or default when not found.
64
60
  :rtype: bpy.types.Struct
65
61
  """
66
- ...
67
62
 
68
63
  def bl_rna_get_subclass_py(self) -> typing.Any:
69
64
  """
@@ -71,14 +66,12 @@ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy.types.Panel)
71
66
  :return: The class or default when not found.
72
67
  :rtype: typing.Any
73
68
  """
74
- ...
75
69
 
76
70
  def draw(self, context):
77
71
  """
78
72
 
79
73
  :param context:
80
74
  """
81
- ...
82
75
 
83
76
  @classmethod
84
77
  def poll(cls, context):
@@ -86,7 +79,6 @@ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy.types.Panel)
86
79
 
87
80
  :param context:
88
81
  """
89
- ...
90
82
 
91
83
  class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy.types.Panel):
92
84
  COMPAT_ENGINES: typing.Any
@@ -105,7 +97,6 @@ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy.types.Panel):
105
97
  :return: The RNA type or default when not found.
106
98
  :rtype: bpy.types.Struct
107
99
  """
108
- ...
109
100
 
110
101
  def bl_rna_get_subclass_py(self) -> typing.Any:
111
102
  """
@@ -113,14 +104,12 @@ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy.types.Panel):
113
104
  :return: The class or default when not found.
114
105
  :rtype: typing.Any
115
106
  """
116
- ...
117
107
 
118
108
  def draw(self, context):
119
109
  """
120
110
 
121
111
  :param context:
122
112
  """
123
- ...
124
113
 
125
114
  @classmethod
126
115
  def poll(cls, context):
@@ -128,7 +117,6 @@ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy.types.Panel):
128
117
 
129
118
  :param context:
130
119
  """
131
- ...
132
120
 
133
121
  class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy.types.Panel):
134
122
  COMPAT_ENGINES: typing.Any
@@ -147,7 +135,6 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy.types.Pane
147
135
  :return: The RNA type or default when not found.
148
136
  :rtype: bpy.types.Struct
149
137
  """
150
- ...
151
138
 
152
139
  def bl_rna_get_subclass_py(self) -> typing.Any:
153
140
  """
@@ -155,14 +142,12 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy.types.Pane
155
142
  :return: The class or default when not found.
156
143
  :rtype: typing.Any
157
144
  """
158
- ...
159
145
 
160
146
  def draw(self, context):
161
147
  """
162
148
 
163
149
  :param context:
164
150
  """
165
- ...
166
151
 
167
152
  @classmethod
168
153
  def poll(cls, context):
@@ -170,7 +155,6 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy.types.Pane
170
155
 
171
156
  :param context:
172
157
  """
173
- ...
174
158
 
175
159
  class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy.types.Panel):
176
160
  COMPAT_ENGINES: typing.Any
@@ -189,7 +173,6 @@ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy.types.Panel):
189
173
  :return: The RNA type or default when not found.
190
174
  :rtype: bpy.types.Struct
191
175
  """
192
- ...
193
176
 
194
177
  def bl_rna_get_subclass_py(self) -> typing.Any:
195
178
  """
@@ -197,21 +180,18 @@ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy.types.Panel):
197
180
  :return: The class or default when not found.
198
181
  :rtype: typing.Any
199
182
  """
200
- ...
201
183
 
202
184
  def draw(self, context):
203
185
  """
204
186
 
205
187
  :param context:
206
188
  """
207
- ...
208
189
 
209
190
  def draw_header(self, context):
210
191
  """
211
192
 
212
193
  :param context:
213
194
  """
214
- ...
215
195
 
216
196
  @classmethod
217
197
  def poll(cls, context):
@@ -219,7 +199,6 @@ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy.types.Panel):
219
199
 
220
200
  :param context:
221
201
  """
222
- ...
223
202
 
224
203
  class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy.types.Panel):
225
204
  COMPAT_ENGINES: typing.Any
@@ -238,7 +217,6 @@ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy.types.Panel):
238
217
  :return: The RNA type or default when not found.
239
218
  :rtype: bpy.types.Struct
240
219
  """
241
- ...
242
220
 
243
221
  def bl_rna_get_subclass_py(self) -> typing.Any:
244
222
  """
@@ -246,14 +224,12 @@ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy.types.Panel):
246
224
  :return: The class or default when not found.
247
225
  :rtype: typing.Any
248
226
  """
249
- ...
250
227
 
251
228
  def draw(self, context):
252
229
  """
253
230
 
254
231
  :param context:
255
232
  """
256
- ...
257
233
 
258
234
  @classmethod
259
235
  def poll(cls, context):
@@ -261,7 +237,6 @@ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy.types.Panel):
261
237
 
262
238
  :param context:
263
239
  """
264
- ...
265
240
 
266
241
  class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy.types.Panel):
267
242
  COMPAT_ENGINES: typing.Any
@@ -280,7 +255,6 @@ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy.types.Panel):
280
255
  :return: The RNA type or default when not found.
281
256
  :rtype: bpy.types.Struct
282
257
  """
283
- ...
284
258
 
285
259
  def bl_rna_get_subclass_py(self) -> typing.Any:
286
260
  """
@@ -288,14 +262,12 @@ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy.types.Panel):
288
262
  :return: The class or default when not found.
289
263
  :rtype: typing.Any
290
264
  """
291
- ...
292
265
 
293
266
  def draw(self, context):
294
267
  """
295
268
 
296
269
  :param context:
297
270
  """
298
- ...
299
271
 
300
272
  @classmethod
301
273
  def poll(cls, context):
@@ -303,7 +275,6 @@ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy.types.Panel):
303
275
 
304
276
  :param context:
305
277
  """
306
- ...
307
278
 
308
279
  class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy.types.Panel):
309
280
  COMPAT_ENGINES: typing.Any
@@ -322,7 +293,6 @@ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy.types.Panel):
322
293
  :return: The RNA type or default when not found.
323
294
  :rtype: bpy.types.Struct
324
295
  """
325
- ...
326
296
 
327
297
  def bl_rna_get_subclass_py(self) -> typing.Any:
328
298
  """
@@ -330,14 +300,12 @@ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy.types.Panel):
330
300
  :return: The class or default when not found.
331
301
  :rtype: typing.Any
332
302
  """
333
- ...
334
303
 
335
304
  def draw(self, context):
336
305
  """
337
306
 
338
307
  :param context:
339
308
  """
340
- ...
341
309
 
342
310
  @classmethod
343
311
  def poll(cls, context):
@@ -345,7 +313,6 @@ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy.types.Panel):
345
313
 
346
314
  :param context:
347
315
  """
348
- ...
349
316
 
350
317
  class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy.types.Panel):
351
318
  COMPAT_ENGINES: typing.Any
@@ -364,7 +331,6 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy.types.Panel):
364
331
  :return: The RNA type or default when not found.
365
332
  :rtype: bpy.types.Struct
366
333
  """
367
- ...
368
334
 
369
335
  def bl_rna_get_subclass_py(self) -> typing.Any:
370
336
  """
@@ -372,14 +338,12 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy.types.Panel):
372
338
  :return: The class or default when not found.
373
339
  :rtype: typing.Any
374
340
  """
375
- ...
376
341
 
377
342
  def draw(self, context):
378
343
  """
379
344
 
380
345
  :param context:
381
346
  """
382
- ...
383
347
 
384
348
  @classmethod
385
349
  def poll(cls, context):
@@ -387,7 +351,6 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy.types.Panel):
387
351
 
388
352
  :param context:
389
353
  """
390
- ...
391
354
 
392
355
  class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy.types.Panel):
393
356
  COMPAT_ENGINES: typing.Any
@@ -406,7 +369,6 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy.types.Panel)
406
369
  :return: The RNA type or default when not found.
407
370
  :rtype: bpy.types.Struct
408
371
  """
409
- ...
410
372
 
411
373
  def bl_rna_get_subclass_py(self) -> typing.Any:
412
374
  """
@@ -414,21 +376,18 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy.types.Panel)
414
376
  :return: The class or default when not found.
415
377
  :rtype: typing.Any
416
378
  """
417
- ...
418
379
 
419
380
  def draw(self, context):
420
381
  """
421
382
 
422
383
  :param context:
423
384
  """
424
- ...
425
385
 
426
386
  def draw_header(self, context):
427
387
  """
428
388
 
429
389
  :param context:
430
390
  """
431
- ...
432
391
 
433
392
  @classmethod
434
393
  def poll(cls, context):
@@ -436,7 +395,6 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy.types.Panel)
436
395
 
437
396
  :param context:
438
397
  """
439
- ...
440
398
 
441
399
  class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy.types.Panel):
442
400
  COMPAT_ENGINES: typing.Any
@@ -455,7 +413,6 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy.types.Panel):
455
413
  :return: The RNA type or default when not found.
456
414
  :rtype: bpy.types.Struct
457
415
  """
458
- ...
459
416
 
460
417
  def bl_rna_get_subclass_py(self) -> typing.Any:
461
418
  """
@@ -463,21 +420,18 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy.types.Panel):
463
420
  :return: The class or default when not found.
464
421
  :rtype: typing.Any
465
422
  """
466
- ...
467
423
 
468
424
  def draw(self, context):
469
425
  """
470
426
 
471
427
  :param context:
472
428
  """
473
- ...
474
429
 
475
430
  def draw_header(self, context):
476
431
  """
477
432
 
478
433
  :param context:
479
434
  """
480
- ...
481
435
 
482
436
  @classmethod
483
437
  def poll(cls, context):
@@ -485,7 +439,6 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy.types.Panel):
485
439
 
486
440
  :param context:
487
441
  """
488
- ...
489
442
 
490
443
  class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy.types.Panel):
491
444
  COMPAT_ENGINES: typing.Any
@@ -504,7 +457,6 @@ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy.types.Panel):
504
457
  :return: The RNA type or default when not found.
505
458
  :rtype: bpy.types.Struct
506
459
  """
507
- ...
508
460
 
509
461
  def bl_rna_get_subclass_py(self) -> typing.Any:
510
462
  """
@@ -512,14 +464,12 @@ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy.types.Panel):
512
464
  :return: The class or default when not found.
513
465
  :rtype: typing.Any
514
466
  """
515
- ...
516
467
 
517
468
  def draw(self, _context):
518
469
  """
519
470
 
520
471
  :param _context:
521
472
  """
522
- ...
523
473
 
524
474
  @classmethod
525
475
  def poll(cls, context):
@@ -527,7 +477,6 @@ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy.types.Panel):
527
477
 
528
478
  :param context:
529
479
  """
530
- ...
531
480
 
532
481
  class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy.types.Panel):
533
482
  COMPAT_ENGINES: typing.Any
@@ -546,7 +495,6 @@ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy.types.Panel):
546
495
  :return: The RNA type or default when not found.
547
496
  :rtype: bpy.types.Struct
548
497
  """
549
- ...
550
498
 
551
499
  def bl_rna_get_subclass_py(self) -> typing.Any:
552
500
  """
@@ -554,21 +502,18 @@ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy.types.Panel):
554
502
  :return: The class or default when not found.
555
503
  :rtype: typing.Any
556
504
  """
557
- ...
558
505
 
559
506
  def draw(self, context):
560
507
  """
561
508
 
562
509
  :param context:
563
510
  """
564
- ...
565
511
 
566
512
  def draw_header(self, context):
567
513
  """
568
514
 
569
515
  :param context:
570
516
  """
571
- ...
572
517
 
573
518
  @classmethod
574
519
  def poll(cls, context):
@@ -576,7 +521,6 @@ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy.types.Panel):
576
521
 
577
522
  :param context:
578
523
  """
579
- ...
580
524
 
581
525
  class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy.types.Panel):
582
526
  COMPAT_ENGINES: typing.Any
@@ -595,7 +539,6 @@ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy.types.Panel):
595
539
  :return: The RNA type or default when not found.
596
540
  :rtype: bpy.types.Struct
597
541
  """
598
- ...
599
542
 
600
543
  def bl_rna_get_subclass_py(self) -> typing.Any:
601
544
  """
@@ -603,14 +546,12 @@ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy.types.Panel):
603
546
  :return: The class or default when not found.
604
547
  :rtype: typing.Any
605
548
  """
606
- ...
607
549
 
608
550
  def draw(self, context):
609
551
  """
610
552
 
611
553
  :param context:
612
554
  """
613
- ...
614
555
 
615
556
  @classmethod
616
557
  def poll(cls, context):
@@ -618,7 +559,6 @@ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy.types.Panel):
618
559
 
619
560
  :param context:
620
561
  """
621
- ...
622
562
 
623
563
  class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy.types.Panel):
624
564
  COMPAT_ENGINES: typing.Any
@@ -637,7 +577,6 @@ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy.types.Panel):
637
577
  :return: The RNA type or default when not found.
638
578
  :rtype: bpy.types.Struct
639
579
  """
640
- ...
641
580
 
642
581
  def bl_rna_get_subclass_py(self) -> typing.Any:
643
582
  """
@@ -645,21 +584,18 @@ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy.types.Panel):
645
584
  :return: The class or default when not found.
646
585
  :rtype: typing.Any
647
586
  """
648
- ...
649
587
 
650
588
  def draw(self, context):
651
589
  """
652
590
 
653
591
  :param context:
654
592
  """
655
- ...
656
593
 
657
594
  def draw_header(self, context):
658
595
  """
659
596
 
660
597
  :param context:
661
598
  """
662
- ...
663
599
 
664
600
  @classmethod
665
601
  def poll(cls, context):
@@ -667,7 +603,6 @@ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy.types.Panel):
667
603
 
668
604
  :param context:
669
605
  """
670
- ...
671
606
 
672
607
  class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy.types.Panel):
673
608
  COMPAT_ENGINES: typing.Any
@@ -686,7 +621,6 @@ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy.types.Panel):
686
621
  :return: The RNA type or default when not found.
687
622
  :rtype: bpy.types.Struct
688
623
  """
689
- ...
690
624
 
691
625
  def bl_rna_get_subclass_py(self) -> typing.Any:
692
626
  """
@@ -694,21 +628,18 @@ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy.types.Panel):
694
628
  :return: The class or default when not found.
695
629
  :rtype: typing.Any
696
630
  """
697
- ...
698
631
 
699
632
  def draw(self, context):
700
633
  """
701
634
 
702
635
  :param context:
703
636
  """
704
- ...
705
637
 
706
638
  def draw_header(self, context):
707
639
  """
708
640
 
709
641
  :param context:
710
642
  """
711
- ...
712
643
 
713
644
  @classmethod
714
645
  def poll(cls, context):
@@ -716,7 +647,6 @@ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy.types.Panel):
716
647
 
717
648
  :param context:
718
649
  """
719
- ...
720
650
 
721
651
  class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy.types.Panel):
722
652
  COMPAT_ENGINES: typing.Any
@@ -734,7 +664,6 @@ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy.types.Panel):
734
664
  :return: The RNA type or default when not found.
735
665
  :rtype: bpy.types.Struct
736
666
  """
737
- ...
738
667
 
739
668
  def bl_rna_get_subclass_py(self) -> typing.Any:
740
669
  """
@@ -742,14 +671,12 @@ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy.types.Panel):
742
671
  :return: The class or default when not found.
743
672
  :rtype: typing.Any
744
673
  """
745
- ...
746
674
 
747
675
  def draw(self, context):
748
676
  """
749
677
 
750
678
  :param context:
751
679
  """
752
- ...
753
680
 
754
681
  @classmethod
755
682
  def poll(cls, context):
@@ -757,7 +684,6 @@ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy.types.Panel):
757
684
 
758
685
  :param context:
759
686
  """
760
- ...
761
687
 
762
688
  class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel, bpy.types.Panel):
763
689
  COMPAT_ENGINES: typing.Any
@@ -777,7 +703,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel, bpy.types.
777
703
  :return: The RNA type or default when not found.
778
704
  :rtype: bpy.types.Struct
779
705
  """
780
- ...
781
706
 
782
707
  def bl_rna_get_subclass_py(self) -> typing.Any:
783
708
  """
@@ -785,21 +710,18 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel, bpy.types.
785
710
  :return: The class or default when not found.
786
711
  :rtype: typing.Any
787
712
  """
788
- ...
789
713
 
790
714
  def draw(self, context):
791
715
  """
792
716
 
793
717
  :param context:
794
718
  """
795
- ...
796
719
 
797
720
  def draw_header(self, context):
798
721
  """
799
722
 
800
723
  :param context:
801
724
  """
802
- ...
803
725
 
804
726
  @classmethod
805
727
  def poll(cls, context):
@@ -807,7 +729,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel, bpy.types.
807
729
 
808
730
  :param context:
809
731
  """
810
- ...
811
732
 
812
733
  class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy.types.Panel):
813
734
  COMPAT_ENGINES: typing.Any
@@ -826,7 +747,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy.types.Panel
826
747
  :return: The RNA type or default when not found.
827
748
  :rtype: bpy.types.Struct
828
749
  """
829
- ...
830
750
 
831
751
  def bl_rna_get_subclass_py(self) -> typing.Any:
832
752
  """
@@ -834,21 +754,18 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy.types.Panel
834
754
  :return: The class or default when not found.
835
755
  :rtype: typing.Any
836
756
  """
837
- ...
838
757
 
839
758
  def draw(self, context):
840
759
  """
841
760
 
842
761
  :param context:
843
762
  """
844
- ...
845
763
 
846
764
  def draw_header(self, context):
847
765
  """
848
766
 
849
767
  :param context:
850
768
  """
851
- ...
852
769
 
853
770
  @classmethod
854
771
  def poll(cls, context):
@@ -856,7 +773,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy.types.Panel
856
773
 
857
774
  :param context:
858
775
  """
859
- ...
860
776
 
861
777
  class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy.types.Panel):
862
778
  COMPAT_ENGINES: typing.Any
@@ -873,7 +789,6 @@ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy.types.Panel):
873
789
  :return: The RNA type or default when not found.
874
790
  :rtype: bpy.types.Struct
875
791
  """
876
- ...
877
792
 
878
793
  def bl_rna_get_subclass_py(self) -> typing.Any:
879
794
  """
@@ -881,14 +796,12 @@ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy.types.Panel):
881
796
  :return: The class or default when not found.
882
797
  :rtype: typing.Any
883
798
  """
884
- ...
885
799
 
886
800
  def draw(self, context):
887
801
  """
888
802
 
889
803
  :param context:
890
804
  """
891
- ...
892
805
 
893
806
  @classmethod
894
807
  def poll(cls, context):
@@ -896,7 +809,6 @@ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy.types.Panel):
896
809
 
897
810
  :param context:
898
811
  """
899
- ...
900
812
 
901
813
  class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy.types.Panel):
902
814
  COMPAT_ENGINES: typing.Any
@@ -914,7 +826,6 @@ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy.types.Panel):
914
826
  :return: The RNA type or default when not found.
915
827
  :rtype: bpy.types.Struct
916
828
  """
917
- ...
918
829
 
919
830
  def bl_rna_get_subclass_py(self) -> typing.Any:
920
831
  """
@@ -922,14 +833,12 @@ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy.types.Panel):
922
833
  :return: The class or default when not found.
923
834
  :rtype: typing.Any
924
835
  """
925
- ...
926
836
 
927
837
  def draw(self, context):
928
838
  """
929
839
 
930
840
  :param context:
931
841
  """
932
- ...
933
842
 
934
843
  @classmethod
935
844
  def poll(cls, context):
@@ -937,7 +846,6 @@ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy.types.Panel):
937
846
 
938
847
  :param context:
939
848
  """
940
- ...
941
849
 
942
850
  class PHYSICS_UL_dynapaint_surfaces(bpy.types.UIList):
943
851
  bl_rna: typing.Any
@@ -949,7 +857,6 @@ class PHYSICS_UL_dynapaint_surfaces(bpy.types.UIList):
949
857
  :return: The RNA type or default when not found.
950
858
  :rtype: bpy.types.Struct
951
859
  """
952
- ...
953
860
 
954
861
  def bl_rna_get_subclass_py(self) -> typing.Any:
955
862
  """
@@ -957,7 +864,6 @@ class PHYSICS_UL_dynapaint_surfaces(bpy.types.UIList):
957
864
  :return: The class or default when not found.
958
865
  :rtype: typing.Any
959
866
  """
960
- ...
961
867
 
962
868
  def draw_item(
963
869
  self,
@@ -981,7 +887,6 @@ class PHYSICS_UL_dynapaint_surfaces(bpy.types.UIList):
981
887
  :param _active_propname:
982
888
  :param _index:
983
889
  """
984
- ...
985
890
 
986
891
  class PhysicButtonsPanel:
987
892
  bl_context: typing.Any
@@ -994,7 +899,6 @@ class PhysicButtonsPanel:
994
899
 
995
900
  :param context:
996
901
  """
997
- ...
998
902
 
999
903
  @staticmethod
1000
904
  def poll_dyn_canvas_brush(context):
@@ -1002,7 +906,6 @@ class PhysicButtonsPanel:
1002
906
 
1003
907
  :param context:
1004
908
  """
1005
- ...
1006
909
 
1007
910
  @staticmethod
1008
911
  def poll_dyn_canvas_paint(context):
@@ -1010,7 +913,6 @@ class PhysicButtonsPanel:
1010
913
 
1011
914
  :param context:
1012
915
  """
1013
- ...
1014
916
 
1015
917
  @staticmethod
1016
918
  def poll_dyn_output(context):
@@ -1018,7 +920,6 @@ class PhysicButtonsPanel:
1018
920
 
1019
921
  :param context:
1020
922
  """
1021
- ...
1022
923
 
1023
924
  @staticmethod
1024
925
  def poll_dyn_output_maps(context):
@@ -1026,7 +927,6 @@ class PhysicButtonsPanel:
1026
927
 
1027
928
  :param context:
1028
929
  """
1029
- ...
1030
930
 
1031
931
  @staticmethod
1032
932
  def poll_dyn_paint(context):
@@ -1034,4 +934,3 @@ class PhysicButtonsPanel:
1034
934
 
1035
935
  :param context:
1036
936
  """
1037
- ...