fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 (317) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/extensions/__init__.pyi +1 -0
  3. _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
  5. _bpy_internal/freedesktop/__init__.pyi +1 -0
  6. addon_utils/__init__.pyi +1 -0
  7. animsys_refactor/__init__.pyi +1 -0
  8. aud/__init__.pyi +1 -0
  9. bgl/__init__.pyi +1 -0
  10. bl_app_override/__init__.pyi +1 -0
  11. bl_app_override/helpers/__init__.pyi +1 -0
  12. bl_app_template_utils/__init__.pyi +1 -0
  13. bl_console_utils/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  16. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  18. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  19. bl_i18n_utils/__init__.pyi +1 -0
  20. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  21. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  22. bl_i18n_utils/settings/__init__.pyi +1 -0
  23. bl_i18n_utils/utils/__init__.pyi +1 -0
  24. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  25. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  26. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  27. bl_keymap_utils/__init__.pyi +1 -0
  28. bl_keymap_utils/io/__init__.pyi +1 -0
  29. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  30. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  31. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  32. bl_keymap_utils/versioning/__init__.pyi +1 -0
  33. bl_math/__init__.pyi +1 -0
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  36. bl_operators/anim/__init__.pyi +1 -0
  37. bl_operators/assets/__init__.pyi +9 -8
  38. bl_operators/bmesh/__init__.pyi +1 -0
  39. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  40. bl_operators/clip/__init__.pyi +1 -0
  41. bl_operators/connect_to_output/__init__.pyi +1 -0
  42. bl_operators/console/__init__.pyi +1 -0
  43. bl_operators/constraint/__init__.pyi +1 -0
  44. bl_operators/file/__init__.pyi +1 -0
  45. bl_operators/freestyle/__init__.pyi +1 -0
  46. bl_operators/geometry_nodes/__init__.pyi +1 -0
  47. bl_operators/image/__init__.pyi +1 -0
  48. bl_operators/image_as_planes/__init__.pyi +44 -43
  49. bl_operators/mesh/__init__.pyi +1 -0
  50. bl_operators/node/__init__.pyi +235 -234
  51. bl_operators/node_editor/__init__.pyi +1 -0
  52. bl_operators/node_editor/node_functions/__init__.pyi +1 -0
  53. bl_operators/object/__init__.pyi +1 -0
  54. bl_operators/object_align/__init__.pyi +1 -0
  55. bl_operators/object_quick_effects/__init__.pyi +22 -21
  56. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  57. bl_operators/presets/__init__.pyi +389 -388
  58. bl_operators/rigidbody/__init__.pyi +1 -0
  59. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  60. bl_operators/sequencer/__init__.pyi +1 -0
  61. bl_operators/spreadsheet/__init__.pyi +1 -0
  62. bl_operators/userpref/__init__.pyi +1 -0
  63. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  64. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  65. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  66. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  67. bl_operators/view3d/__init__.pyi +1 -0
  68. bl_operators/wm/__init__.pyi +1 -0
  69. bl_operators/world/__init__.pyi +1 -0
  70. bl_previews_utils/__init__.pyi +1 -0
  71. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  72. bl_rna_utils/__init__.pyi +1 -0
  73. bl_rna_utils/data_path/__init__.pyi +1 -0
  74. bl_text_utils/__init__.pyi +1 -0
  75. bl_text_utils/external_editor/__init__.pyi +1 -0
  76. bl_ui/__init__.pyi +1 -0
  77. bl_ui/anim/__init__.pyi +1 -0
  78. bl_ui/asset_shelf/__init__.pyi +1 -0
  79. bl_ui/generic_ui_list/__init__.pyi +1 -0
  80. bl_ui/node_add_menu/__init__.pyi +1 -0
  81. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  82. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  83. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  84. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  85. bl_ui/properties_animviz/__init__.pyi +1 -0
  86. bl_ui/properties_collection/__init__.pyi +13 -12
  87. bl_ui/properties_constraint/__init__.pyi +955 -954
  88. bl_ui/properties_data_armature/__init__.pyi +86 -85
  89. bl_ui/properties_data_bone/__init__.pyi +13 -12
  90. bl_ui/properties_data_camera/__init__.pyi +1 -0
  91. bl_ui/properties_data_curve/__init__.pyi +93 -92
  92. bl_ui/properties_data_curves/__init__.pyi +13 -12
  93. bl_ui/properties_data_empty/__init__.pyi +13 -12
  94. bl_ui/properties_data_gpencil/__init__.pyi +266 -265
  95. bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
  96. bl_ui/properties_data_lattice/__init__.pyi +13 -12
  97. bl_ui/properties_data_light/__init__.pyi +13 -12
  98. bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
  99. bl_ui/properties_data_mesh/__init__.pyi +528 -527
  100. bl_ui/properties_data_metaball/__init__.pyi +13 -12
  101. bl_ui/properties_data_modifier/__init__.pyi +20 -19
  102. bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
  103. bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
  104. bl_ui/properties_data_speaker/__init__.pyi +13 -12
  105. bl_ui/properties_data_volume/__init__.pyi +66 -65
  106. bl_ui/properties_freestyle/__init__.pyi +249 -248
  107. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  108. bl_ui/properties_mask_common/__init__.pyi +1 -0
  109. bl_ui/properties_material/__init__.pyi +146 -145
  110. bl_ui/properties_material_gpencil/__init__.pyi +87 -86
  111. bl_ui/properties_object/__init__.pyi +76 -75
  112. bl_ui/properties_output/__init__.pyi +202 -201
  113. bl_ui/properties_paint_common/__init__.pyi +1 -0
  114. bl_ui/properties_particle/__init__.pyi +221 -220
  115. bl_ui/properties_physics_cloth/__init__.pyi +13 -12
  116. bl_ui/properties_physics_common/__init__.pyi +13 -12
  117. bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
  118. bl_ui/properties_physics_field/__init__.pyi +20 -19
  119. bl_ui/properties_physics_fluid/__init__.pyi +62 -61
  120. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  121. bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
  122. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
  123. bl_ui/properties_physics_softbody/__init__.pyi +13 -12
  124. bl_ui/properties_render/__init__.pyi +218 -217
  125. bl_ui/properties_scene/__init__.pyi +144 -143
  126. bl_ui/properties_texture/__init__.pyi +157 -156
  127. bl_ui/properties_view_layer/__init__.pyi +79 -78
  128. bl_ui/properties_workspace/__init__.pyi +65 -64
  129. bl_ui/properties_world/__init__.pyi +13 -12
  130. bl_ui/space_clip/__init__.pyi +367 -366
  131. bl_ui/space_console/__init__.pyi +1 -0
  132. bl_ui/space_dopesheet/__init__.pyi +177 -176
  133. bl_ui/space_filebrowser/__init__.pyi +736 -735
  134. bl_ui/space_graph/__init__.pyi +1 -0
  135. bl_ui/space_image/__init__.pyi +647 -646
  136. bl_ui/space_info/__init__.pyi +1 -0
  137. bl_ui/space_nla/__init__.pyi +1 -0
  138. bl_ui/space_node/__init__.pyi +1 -0
  139. bl_ui/space_outliner/__init__.pyi +1 -0
  140. bl_ui/space_properties/__init__.pyi +1 -0
  141. bl_ui/space_sequencer/__init__.pyi +842 -389
  142. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  143. bl_ui/space_statusbar/__init__.pyi +1 -0
  144. bl_ui/space_text/__init__.pyi +1 -0
  145. bl_ui/space_time/__init__.pyi +12 -11
  146. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  147. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  148. bl_ui/space_topbar/__init__.pyi +1 -0
  149. bl_ui/space_userpref/__init__.pyi +685 -684
  150. bl_ui/space_view3d/__init__.pyi +1153 -1152
  151. bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
  152. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  153. bl_ui/utils/__init__.pyi +1 -0
  154. bl_ui_utils/__init__.pyi +1 -0
  155. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  156. bl_ui_utils/layout/__init__.pyi +1 -0
  157. blend_render_info/__init__.pyi +1 -0
  158. blf/__init__.pyi +1 -0
  159. bmesh/__init__.pyi +1 -0
  160. bmesh/geometry/__init__.pyi +1 -0
  161. bmesh/ops/__init__.pyi +1 -0
  162. bmesh/types/__init__.pyi +1 -0
  163. bmesh/utils/__init__.pyi +1 -0
  164. bpy/__init__.pyi +1 -0
  165. bpy/app/__init__.pyi +1 -0
  166. bpy/app/handlers/__init__.pyi +1 -0
  167. bpy/app/icons/__init__.pyi +1 -0
  168. bpy/app/timers/__init__.pyi +1 -0
  169. bpy/app/translations/__init__.pyi +1 -0
  170. bpy/msgbus/__init__.pyi +1 -0
  171. bpy/ops/__init__.pyi +1 -0
  172. bpy/ops/action/__init__.pyi +1 -0
  173. bpy/ops/anim/__init__.pyi +15 -14
  174. bpy/ops/armature/__init__.pyi +1 -0
  175. bpy/ops/asset/__init__.pyi +1 -0
  176. bpy/ops/boid/__init__.pyi +1 -0
  177. bpy/ops/brush/__init__.pyi +1 -0
  178. bpy/ops/buttons/__init__.pyi +1 -0
  179. bpy/ops/cachefile/__init__.pyi +1 -0
  180. bpy/ops/camera/__init__.pyi +1 -0
  181. bpy/ops/clip/__init__.pyi +1 -0
  182. bpy/ops/cloth/__init__.pyi +1 -0
  183. bpy/ops/collection/__init__.pyi +1 -0
  184. bpy/ops/console/__init__.pyi +1 -0
  185. bpy/ops/constraint/__init__.pyi +1 -0
  186. bpy/ops/curve/__init__.pyi +1 -0
  187. bpy/ops/curves/__init__.pyi +1 -0
  188. bpy/ops/cycles/__init__.pyi +1 -0
  189. bpy/ops/dpaint/__init__.pyi +1 -0
  190. bpy/ops/ed/__init__.pyi +1 -0
  191. bpy/ops/export_anim/__init__.pyi +1 -0
  192. bpy/ops/export_scene/__init__.pyi +1 -0
  193. bpy/ops/extensions/__init__.pyi +1 -0
  194. bpy/ops/file/__init__.pyi +1 -0
  195. bpy/ops/fluid/__init__.pyi +1 -0
  196. bpy/ops/font/__init__.pyi +1 -0
  197. bpy/ops/geometry/__init__.pyi +1 -0
  198. bpy/ops/gizmogroup/__init__.pyi +1 -0
  199. bpy/ops/gpencil/__init__.pyi +1 -0
  200. bpy/ops/graph/__init__.pyi +1 -0
  201. bpy/ops/grease_pencil/__init__.pyi +19 -0
  202. bpy/ops/image/__init__.pyi +1 -0
  203. bpy/ops/import_anim/__init__.pyi +1 -0
  204. bpy/ops/import_curve/__init__.pyi +1 -0
  205. bpy/ops/import_scene/__init__.pyi +1 -0
  206. bpy/ops/info/__init__.pyi +1 -0
  207. bpy/ops/lattice/__init__.pyi +1 -0
  208. bpy/ops/marker/__init__.pyi +1 -0
  209. bpy/ops/mask/__init__.pyi +1 -0
  210. bpy/ops/material/__init__.pyi +1 -0
  211. bpy/ops/mball/__init__.pyi +1 -0
  212. bpy/ops/mesh/__init__.pyi +7 -2
  213. bpy/ops/nla/__init__.pyi +1 -0
  214. bpy/ops/node/__init__.pyi +1 -0
  215. bpy/ops/object/__init__.pyi +2 -1
  216. bpy/ops/outliner/__init__.pyi +1 -0
  217. bpy/ops/paint/__init__.pyi +1 -0
  218. bpy/ops/paintcurve/__init__.pyi +1 -0
  219. bpy/ops/palette/__init__.pyi +1 -0
  220. bpy/ops/particle/__init__.pyi +1 -0
  221. bpy/ops/pose/__init__.pyi +1 -0
  222. bpy/ops/poselib/__init__.pyi +1 -0
  223. bpy/ops/preferences/__init__.pyi +1 -0
  224. bpy/ops/ptcache/__init__.pyi +1 -0
  225. bpy/ops/render/__init__.pyi +1 -0
  226. bpy/ops/rigidbody/__init__.pyi +1 -0
  227. bpy/ops/scene/__init__.pyi +1 -0
  228. bpy/ops/screen/__init__.pyi +1 -0
  229. bpy/ops/script/__init__.pyi +1 -0
  230. bpy/ops/sculpt/__init__.pyi +1 -0
  231. bpy/ops/sculpt_curves/__init__.pyi +1 -0
  232. bpy/ops/sequencer/__init__.pyi +1 -0
  233. bpy/ops/sound/__init__.pyi +1 -0
  234. bpy/ops/spreadsheet/__init__.pyi +1 -0
  235. bpy/ops/surface/__init__.pyi +1 -0
  236. bpy/ops/text/__init__.pyi +1 -0
  237. bpy/ops/text_editor/__init__.pyi +1 -0
  238. bpy/ops/texture/__init__.pyi +1 -0
  239. bpy/ops/transform/__init__.pyi +17 -16
  240. bpy/ops/ui/__init__.pyi +1 -0
  241. bpy/ops/uilist/__init__.pyi +1 -0
  242. bpy/ops/uv/__init__.pyi +1 -0
  243. bpy/ops/view2d/__init__.pyi +1 -0
  244. bpy/ops/view3d/__init__.pyi +1 -0
  245. bpy/ops/wm/__init__.pyi +5 -4
  246. bpy/ops/workspace/__init__.pyi +1 -0
  247. bpy/ops/world/__init__.pyi +1 -0
  248. bpy/path/__init__.pyi +1 -0
  249. bpy/props/__init__.pyi +1 -0
  250. bpy/types/__init__.pyi +68824 -68756
  251. bpy/utils/__init__.pyi +1 -0
  252. bpy/utils/previews/__init__.pyi +1 -0
  253. bpy/utils/units/__init__.pyi +1 -0
  254. bpy_extras/__init__.pyi +1 -0
  255. bpy_extras/anim_utils/__init__.pyi +1 -0
  256. bpy_extras/asset_utils/__init__.pyi +1 -0
  257. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  258. bpy_extras/id_map_utils/__init__.pyi +1 -0
  259. bpy_extras/image_utils/__init__.pyi +1 -0
  260. bpy_extras/io_utils/__init__.pyi +1 -0
  261. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  262. bpy_extras/mesh_utils/__init__.pyi +1 -0
  263. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  264. bpy_extras/node_utils/__init__.pyi +1 -0
  265. bpy_extras/object_utils/__init__.pyi +1 -0
  266. bpy_extras/view3d_utils/__init__.pyi +1 -0
  267. bpy_extras/wm_utils/__init__.pyi +1 -0
  268. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  269. bpy_restrict_state/__init__.pyi +1 -0
  270. bpy_types/__init__.pyi +1 -0
  271. console_python/__init__.pyi +1 -0
  272. console_shell/__init__.pyi +1 -0
  273. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
  274. fake_bpy_module-20240707.dist-info/RECORD +358 -0
  275. freestyle/__init__.pyi +1 -0
  276. freestyle/chainingiterators/__init__.pyi +1 -0
  277. freestyle/functions/__init__.pyi +1 -0
  278. freestyle/predicates/__init__.pyi +1 -0
  279. freestyle/shaders/__init__.pyi +1 -0
  280. freestyle/types/__init__.pyi +1 -0
  281. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  282. freestyle/utils/__init__.pyi +2 -1
  283. gpu/__init__.pyi +1 -0
  284. gpu/capabilities/__init__.pyi +1 -0
  285. gpu/matrix/__init__.pyi +1 -0
  286. gpu/platform/__init__.pyi +1 -0
  287. gpu/select/__init__.pyi +1 -0
  288. gpu/shader/__init__.pyi +1 -0
  289. gpu/state/__init__.pyi +1 -0
  290. gpu/texture/__init__.pyi +1 -0
  291. gpu/types/__init__.pyi +1 -0
  292. gpu_extras/__init__.pyi +1 -0
  293. gpu_extras/batch/__init__.pyi +1 -0
  294. gpu_extras/presets/__init__.pyi +1 -0
  295. graphviz_export/__init__.pyi +1 -0
  296. idprop/__init__.pyi +1 -0
  297. idprop/types/__init__.pyi +1 -0
  298. imbuf/__init__.pyi +1 -0
  299. imbuf/types/__init__.pyi +1 -0
  300. keyingsets_builtins/__init__.pyi +88 -87
  301. keyingsets_utils/__init__.pyi +1 -0
  302. mathutils/__init__.pyi +157 -6
  303. mathutils/bvhtree/__init__.pyi +1 -0
  304. mathutils/geometry/__init__.pyi +1 -0
  305. mathutils/interpolate/__init__.pyi +1 -0
  306. mathutils/kdtree/__init__.pyi +1 -0
  307. mathutils/noise/__init__.pyi +1 -0
  308. nodeitems_builtins/__init__.pyi +8 -7
  309. nodeitems_utils/__init__.pyi +1 -0
  310. rna_info/__init__.pyi +1 -0
  311. rna_keymap_ui/__init__.pyi +1 -0
  312. rna_prop_ui/__init__.pyi +1 -0
  313. rna_xml/__init__.pyi +1 -0
  314. sys_info/__init__.pyi +1 -0
  315. fake_bpy_module-20240705.dist-info/RECORD +0 -358
  316. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
  317. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
@@ -1,30 +1,12 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bpy.types
4
5
  import bpy_types
5
6
 
6
7
  GenericType1 = typing.TypeVar("GenericType1")
7
8
  GenericType2 = typing.TypeVar("GenericType2")
8
9
 
9
- class PhysicButtonsPanel:
10
- bl_context: typing.Any
11
- bl_region_type: typing.Any
12
- bl_space_type: typing.Any
13
-
14
- def poll_collision(self, context):
15
- """
16
-
17
- :param context:
18
- """
19
- ...
20
-
21
- def poll_force_field(self, context):
22
- """
23
-
24
- :param context:
25
- """
26
- ...
27
-
28
10
  class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types._GenericUI):
29
11
  COMPAT_ENGINES: typing.Any
30
12
  bl_context: typing.Any
@@ -2445,4 +2427,23 @@ class PHYSICS_PT_field_settings_texture_select(
2445
2427
  """
2446
2428
  ...
2447
2429
 
2430
+ class PhysicButtonsPanel:
2431
+ bl_context: typing.Any
2432
+ bl_region_type: typing.Any
2433
+ bl_space_type: typing.Any
2434
+
2435
+ def poll_collision(self, context):
2436
+ """
2437
+
2438
+ :param context:
2439
+ """
2440
+ ...
2441
+
2442
+ def poll_force_field(self, context):
2443
+ """
2444
+
2445
+ :param context:
2446
+ """
2447
+ ...
2448
+
2448
2449
  def collision_warning(layout): ...
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bl_ui.utils
4
5
  import bpy.types
5
6
  import bpy_types
@@ -277,67 +278,6 @@ class FLUID_PT_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
277
278
  """
278
279
  ...
279
280
 
280
- class PhysicButtonsPanel:
281
- bl_context: typing.Any
282
- bl_region_type: typing.Any
283
- bl_space_type: typing.Any
284
-
285
- def check_domain_has_unbaked_guide(self, domain):
286
- """
287
-
288
- :param domain:
289
- """
290
- ...
291
-
292
- def poll_fluid(self, context):
293
- """
294
-
295
- :param context:
296
- """
297
- ...
298
-
299
- def poll_fluid_domain(self, context):
300
- """
301
-
302
- :param context:
303
- """
304
- ...
305
-
306
- def poll_fluid_flow(self, context):
307
- """
308
-
309
- :param context:
310
- """
311
- ...
312
-
313
- def poll_fluid_flow_liquid(self, context):
314
- """
315
-
316
- :param context:
317
- """
318
- ...
319
-
320
- def poll_fluid_flow_outflow(self, context):
321
- """
322
-
323
- :param context:
324
- """
325
- ...
326
-
327
- def poll_gas_domain(self, context):
328
- """
329
-
330
- :param context:
331
- """
332
- ...
333
-
334
- def poll_liquid_domain(self, context):
335
- """
336
-
337
- :param context:
338
- """
339
- ...
340
-
341
281
  class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy_types._GenericUI):
342
282
  COMPAT_ENGINES: typing.Any
343
283
  bl_context: typing.Any
@@ -8118,3 +8058,64 @@ class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy_types._GenericUI):
8118
8058
  :return: custom property values.
8119
8059
  """
8120
8060
  ...
8061
+
8062
+ class PhysicButtonsPanel:
8063
+ bl_context: typing.Any
8064
+ bl_region_type: typing.Any
8065
+ bl_space_type: typing.Any
8066
+
8067
+ def check_domain_has_unbaked_guide(self, domain):
8068
+ """
8069
+
8070
+ :param domain:
8071
+ """
8072
+ ...
8073
+
8074
+ def poll_fluid(self, context):
8075
+ """
8076
+
8077
+ :param context:
8078
+ """
8079
+ ...
8080
+
8081
+ def poll_fluid_domain(self, context):
8082
+ """
8083
+
8084
+ :param context:
8085
+ """
8086
+ ...
8087
+
8088
+ def poll_fluid_flow(self, context):
8089
+ """
8090
+
8091
+ :param context:
8092
+ """
8093
+ ...
8094
+
8095
+ def poll_fluid_flow_liquid(self, context):
8096
+ """
8097
+
8098
+ :param context:
8099
+ """
8100
+ ...
8101
+
8102
+ def poll_fluid_flow_outflow(self, context):
8103
+ """
8104
+
8105
+ :param context:
8106
+ """
8107
+ ...
8108
+
8109
+ def poll_gas_domain(self, context):
8110
+ """
8111
+
8112
+ :param context:
8113
+ """
8114
+ ...
8115
+
8116
+ def poll_liquid_domain(self, context):
8117
+ """
8118
+
8119
+ :param context:
8120
+ """
8121
+ ...
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bpy.types
4
5
  import bpy_types
5
6
 
@@ -1,16 +1,12 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bpy.types
4
5
  import bpy_types
5
6
 
6
7
  GenericType1 = typing.TypeVar("GenericType1")
7
8
  GenericType2 = typing.TypeVar("GenericType2")
8
9
 
9
- class PHYSICS_PT_rigidbody_panel:
10
- bl_context: typing.Any
11
- bl_region_type: typing.Any
12
- bl_space_type: typing.Any
13
-
14
10
  class PHYSICS_PT_rigid_body(PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI):
15
11
  COMPAT_ENGINES: typing.Any
16
12
  bl_context: typing.Any
@@ -1856,4 +1852,9 @@ class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel, bpy_types._Gene
1856
1852
  """
1857
1853
  ...
1858
1854
 
1855
+ class PHYSICS_PT_rigidbody_panel:
1856
+ bl_context: typing.Any
1857
+ bl_region_type: typing.Any
1858
+ bl_space_type: typing.Any
1859
+
1859
1860
  def rigid_body_warning(layout, text): ...
@@ -1,16 +1,12 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bpy.types
4
5
  import bpy_types
5
6
 
6
7
  GenericType1 = typing.TypeVar("GenericType1")
7
8
  GenericType2 = typing.TypeVar("GenericType2")
8
9
 
9
- class PHYSICS_PT_rigidbody_constraint_panel:
10
- bl_context: typing.Any
11
- bl_region_type: typing.Any
12
- bl_space_type: typing.Any
13
-
14
10
  class PHYSICS_PT_rigid_body_constraint(
15
11
  PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
16
12
  ):
@@ -3020,3 +3016,8 @@ class PHYSICS_PT_rigid_body_constraint_springs_linear(
3020
3016
  :return: custom property values.
3021
3017
  """
3022
3018
  ...
3019
+
3020
+ class PHYSICS_PT_rigidbody_constraint_panel:
3021
+ bl_context: typing.Any
3022
+ bl_region_type: typing.Any
3023
+ bl_space_type: typing.Any
@@ -1,23 +1,12 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bpy.types
4
5
  import bpy_types
5
6
 
6
7
  GenericType1 = typing.TypeVar("GenericType1")
7
8
  GenericType2 = typing.TypeVar("GenericType2")
8
9
 
9
- class PhysicButtonsPanel:
10
- bl_context: typing.Any
11
- bl_region_type: typing.Any
12
- bl_space_type: typing.Any
13
-
14
- def poll(self, context):
15
- """
16
-
17
- :param context:
18
- """
19
- ...
20
-
21
10
  class PHYSICS_PT_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
22
11
  COMPAT_ENGINES: typing.Any
23
12
  bl_context: typing.Any
@@ -3479,4 +3468,16 @@ class PHYSICS_PT_softbody_solver_helpers(PhysicButtonsPanel, bpy_types._GenericU
3479
3468
  """
3480
3469
  ...
3481
3470
 
3471
+ class PhysicButtonsPanel:
3472
+ bl_context: typing.Any
3473
+ bl_region_type: typing.Any
3474
+ bl_space_type: typing.Any
3475
+
3476
+ def poll(self, context):
3477
+ """
3478
+
3479
+ :param context:
3480
+ """
3481
+ ...
3482
+
3482
3483
  def softbody_panel_enabled(md): ...