fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
Files changed (309) hide show
  1. addon_utils/__init__.pyi +54 -11
  2. animsys_refactor/__init__.pyi +36 -7
  3. aud/__init__.pyi +307 -321
  4. bgl/__init__.pyi +2926 -865
  5. bl_app_override/__init__.pyi +14 -4
  6. bl_app_override/helpers/__init__.pyi +24 -3
  7. bl_app_template_utils/__init__.pyi +19 -5
  8. bl_console_utils/__init__.pyi +0 -1
  9. bl_console_utils/autocomplete/__init__.pyi +2 -3
  10. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
  11. bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
  12. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
  13. bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
  14. bl_i18n_utils/__init__.pyi +2 -3
  15. bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
  16. bl_i18n_utils/merge_po/__init__.pyi +4 -2
  17. bl_i18n_utils/settings/__init__.pyi +53 -7
  18. bl_i18n_utils/utils/__init__.pyi +332 -45
  19. bl_i18n_utils/utils_cli/__init__.pyi +29 -7
  20. bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
  21. bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
  22. bl_keymap_utils/__init__.pyi +2 -3
  23. bl_keymap_utils/io/__init__.pyi +44 -10
  24. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
  25. bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
  26. bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
  27. bl_keymap_utils/versioning/__init__.pyi +4 -2
  28. bl_math/__init__.pyi +21 -22
  29. bl_operators/__init__.pyi +30 -24
  30. bl_operators/add_mesh_torus/__init__.pyi +171 -38
  31. bl_operators/anim/__init__.pyi +1065 -227
  32. bl_operators/assets/__init__.pyi +427 -93
  33. bl_operators/bmesh/__init__.pyi +0 -1
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
  35. bl_operators/clip/__init__.pyi +1342 -288
  36. bl_operators/console/__init__.pyi +647 -141
  37. bl_operators/constraint/__init__.pyi +524 -113
  38. bl_operators/file/__init__.pyi +396 -85
  39. bl_operators/freestyle/__init__.pyi +532 -114
  40. bl_operators/geometry_nodes/__init__.pyi +2412 -597
  41. bl_operators/image/__init__.pyi +380 -83
  42. bl_operators/mesh/__init__.pyi +401 -86
  43. bl_operators/node/__init__.pyi +1756 -385
  44. bl_operators/object/__init__.pyi +2022 -553
  45. bl_operators/object_align/__init__.pyi +145 -32
  46. bl_operators/object_quick_effects/__init__.pyi +555 -125
  47. bl_operators/object_randomize_transform/__init__.pyi +136 -33
  48. bl_operators/presets/__init__.pyi +3516 -709
  49. bl_operators/rigidbody/__init__.pyi +401 -86
  50. bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
  51. bl_operators/sequencer/__init__.pyi +731 -150
  52. bl_operators/spreadsheet/__init__.pyi +145 -31
  53. bl_operators/userpref/__init__.pyi +3416 -825
  54. bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
  55. bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
  56. bl_operators/uvcalc_transform/__init__.pyi +344 -74
  57. bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
  58. bl_operators/view3d/__init__.pyi +697 -147
  59. bl_operators/wm/__init__.pyi +6287 -1534
  60. bl_previews_utils/__init__.pyi +0 -1
  61. bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
  62. bl_rna_utils/__init__.pyi +0 -1
  63. bl_rna_utils/data_path/__init__.pyi +12 -3
  64. bl_text_utils/__init__.pyi +0 -1
  65. bl_text_utils/external_editor/__init__.pyi +4 -2
  66. bl_ui/__init__.pyi +567 -170
  67. bl_ui/anim/__init__.pyi +164 -34
  68. bl_ui/asset_shelf/__init__.pyi +146 -32
  69. bl_ui/generic_ui_list/__init__.pyi +471 -100
  70. bl_ui/node_add_menu/__init__.pyi +196 -41
  71. bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
  72. bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
  73. bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
  74. bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
  75. bl_ui/properties_animviz/__init__.pyi +32 -3
  76. bl_ui/properties_collection/__init__.pyi +787 -180
  77. bl_ui/properties_constraint/__init__.pyi +28635 -5524
  78. bl_ui/properties_data_armature/__init__.pyi +1905 -449
  79. bl_ui/properties_data_bone/__init__.pyi +1560 -337
  80. bl_ui/properties_data_camera/__init__.pyi +2269 -495
  81. bl_ui/properties_data_curve/__init__.pyi +2362 -535
  82. bl_ui/properties_data_curves/__init__.pyi +951 -204
  83. bl_ui/properties_data_empty/__init__.pyi +317 -70
  84. bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
  85. bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
  86. bl_ui/properties_data_lattice/__init__.pyi +472 -105
  87. bl_ui/properties_data_light/__init__.pyi +1570 -338
  88. bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
  89. bl_ui/properties_data_mesh/__init__.pyi +3205 -768
  90. bl_ui/properties_data_metaball/__init__.pyi +774 -171
  91. bl_ui/properties_data_modifier/__init__.pyi +1554 -329
  92. bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
  93. bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
  94. bl_ui/properties_data_speaker/__init__.pyi +782 -169
  95. bl_ui/properties_data_volume/__init__.pyi +1243 -282
  96. bl_ui/properties_freestyle/__init__.pyi +4071 -1031
  97. bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
  98. bl_ui/properties_mask_common/__init__.pyi +1256 -250
  99. bl_ui/properties_material/__init__.pyi +2351 -543
  100. bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
  101. bl_ui/properties_object/__init__.pyi +2179 -513
  102. bl_ui/properties_output/__init__.pyi +2956 -706
  103. bl_ui/properties_paint_common/__init__.pyi +947 -141
  104. bl_ui/properties_particle/__init__.pyi +8322 -1971
  105. bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
  106. bl_ui/properties_physics_common/__init__.pyi +200 -45
  107. bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
  108. bl_ui/properties_physics_field/__init__.pyi +1695 -365
  109. bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
  110. bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
  111. bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
  112. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
  113. bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
  114. bl_ui/properties_render/__init__.pyi +8312 -1934
  115. bl_ui/properties_scene/__init__.pyi +2211 -540
  116. bl_ui/properties_texture/__init__.pyi +4185 -1014
  117. bl_ui/properties_view_layer/__init__.pyi +2803 -665
  118. bl_ui/properties_workspace/__init__.pyi +626 -149
  119. bl_ui/properties_world/__init__.pyi +1092 -235
  120. bl_ui/space_clip/__init__.pyi +11475 -2806
  121. bl_ui/space_console/__init__.pyi +967 -203
  122. bl_ui/space_dopesheet/__init__.pyi +4260 -967
  123. bl_ui/space_filebrowser/__init__.pyi +4852 -1188
  124. bl_ui/space_graph/__init__.pyi +3251 -703
  125. bl_ui/space_image/__init__.pyi +12218 -2968
  126. bl_ui/space_info/__init__.pyi +964 -201
  127. bl_ui/space_nla/__init__.pyi +2756 -585
  128. bl_ui/space_node/__init__.pyi +5661 -1266
  129. bl_ui/space_outliner/__init__.pyi +2294 -479
  130. bl_ui/space_properties/__init__.pyi +417 -93
  131. bl_ui/space_sequencer/__init__.pyi +12436 -3010
  132. bl_ui/space_spreadsheet/__init__.pyi +184 -37
  133. bl_ui/space_statusbar/__init__.pyi +135 -31
  134. bl_ui/space_text/__init__.pyi +2556 -543
  135. bl_ui/space_time/__init__.pyi +1151 -244
  136. bl_ui/space_toolsystem_common/__init__.pyi +368 -67
  137. bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
  138. bl_ui/space_topbar/__init__.pyi +4214 -888
  139. bl_ui/space_userpref/__init__.pyi +13920 -3468
  140. bl_ui/space_view3d/__init__.pyi +42751 -9613
  141. bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
  142. bl_ui/utils/__init__.pyi +42 -5
  143. bl_ui_utils/__init__.pyi +0 -1
  144. bl_ui_utils/bug_report_url/__init__.pyi +4 -2
  145. bl_ui_utils/layout/__init__.pyi +4 -2
  146. blend_render_info/__init__.pyi +13 -4
  147. blf/__init__.pyi +15 -18
  148. bmesh/__init__.pyi +18 -18
  149. bmesh/geometry/__init__.pyi +5 -6
  150. bmesh/ops/__init__.pyi +1337 -1158
  151. bmesh/types/__init__.pyi +464 -374
  152. bmesh/utils/__init__.pyi +64 -70
  153. bpy/__init__.pyi +6 -7
  154. bpy/app/__init__.pyi +36 -38
  155. bpy/app/handlers/__init__.pyi +37 -38
  156. bpy/app/icons/__init__.pyi +8 -11
  157. bpy/app/timers/__init__.pyi +18 -17
  158. bpy/app/translations/__init__.pyi +32 -30
  159. bpy/msgbus/__init__.pyi +25 -20
  160. bpy/ops/__init__.pyi +63 -64
  161. bpy/ops/action/__init__.pyi +408 -436
  162. bpy/ops/anim/__init__.pyi +459 -577
  163. bpy/ops/armature/__init__.pyi +396 -498
  164. bpy/ops/asset/__init__.pyi +187 -213
  165. bpy/ops/boid/__init__.pyi +50 -68
  166. bpy/ops/brush/__init__.pyi +72 -97
  167. bpy/ops/buttons/__init__.pyi +202 -193
  168. bpy/ops/cachefile/__init__.pyi +198 -188
  169. bpy/ops/camera/__init__.pyi +24 -31
  170. bpy/ops/clip/__init__.pyi +1021 -1082
  171. bpy/ops/cloth/__init__.pyi +11 -15
  172. bpy/ops/collection/__init__.pyi +36 -51
  173. bpy/ops/console/__init__.pyi +155 -209
  174. bpy/ops/constraint/__init__.pyi +286 -254
  175. bpy/ops/curve/__init__.pyi +597 -659
  176. bpy/ops/curves/__init__.pyi +191 -225
  177. bpy/ops/cycles/__init__.pyi +21 -30
  178. bpy/ops/dpaint/__init__.pyi +34 -47
  179. bpy/ops/ed/__init__.pyi +160 -176
  180. bpy/ops/export_anim/__init__.pyi +51 -34
  181. bpy/ops/export_mesh/__init__.pyi +47 -45
  182. bpy/ops/export_scene/__init__.pyi +659 -504
  183. bpy/ops/file/__init__.pyi +469 -474
  184. bpy/ops/fluid/__init__.pyi +89 -119
  185. bpy/ops/font/__init__.pyi +325 -361
  186. bpy/ops/geometry/__init__.pyi +86 -114
  187. bpy/ops/gizmogroup/__init__.pyi +22 -28
  188. bpy/ops/gpencil/__init__.pyi +1900 -1976
  189. bpy/ops/graph/__init__.pyi +875 -894
  190. bpy/ops/grease_pencil/__init__.pyi +572 -508
  191. bpy/ops/image/__init__.pyi +805 -855
  192. bpy/ops/import_anim/__init__.pyi +66 -46
  193. bpy/ops/import_curve/__init__.pyi +7 -11
  194. bpy/ops/import_mesh/__init__.pyi +19 -25
  195. bpy/ops/import_scene/__init__.pyi +164 -147
  196. bpy/ops/info/__init__.pyi +88 -85
  197. bpy/ops/lattice/__init__.pyi +86 -90
  198. bpy/ops/marker/__init__.pyi +135 -146
  199. bpy/ops/mask/__init__.pyi +372 -436
  200. bpy/ops/material/__init__.pyi +18 -25
  201. bpy/ops/mball/__init__.pyi +93 -99
  202. bpy/ops/mesh/__init__.pyi +2525 -2664
  203. bpy/ops/nla/__init__.pyi +398 -455
  204. bpy/ops/node/__init__.pyi +1015 -1207
  205. bpy/ops/object/__init__.pyi +3423 -3390
  206. bpy/ops/outliner/__init__.pyi +667 -685
  207. bpy/ops/paint/__init__.pyi +719 -672
  208. bpy/ops/paintcurve/__init__.pyi +64 -85
  209. bpy/ops/palette/__init__.pyi +48 -67
  210. bpy/ops/particle/__init__.pyi +323 -367
  211. bpy/ops/pose/__init__.pyi +569 -474
  212. bpy/ops/poselib/__init__.pyi +77 -100
  213. bpy/ops/preferences/__init__.pyi +460 -512
  214. bpy/ops/ptcache/__init__.pyi +46 -63
  215. bpy/ops/render/__init__.pyi +121 -155
  216. bpy/ops/rigidbody/__init__.pyi +148 -143
  217. bpy/ops/scene/__init__.pyi +336 -380
  218. bpy/ops/screen/__init__.pyi +454 -530
  219. bpy/ops/script/__init__.pyi +19 -28
  220. bpy/ops/sculpt/__init__.pyi +734 -587
  221. bpy/ops/sculpt_curves/__init__.pyi +51 -56
  222. bpy/ops/sequencer/__init__.pyi +1617 -1500
  223. bpy/ops/sound/__init__.pyi +392 -315
  224. bpy/ops/spreadsheet/__init__.pyi +31 -42
  225. bpy/ops/surface/__init__.pyi +198 -163
  226. bpy/ops/text/__init__.pyi +479 -545
  227. bpy/ops/text_editor/__init__.pyi +11 -15
  228. bpy/ops/texture/__init__.pyi +26 -36
  229. bpy/ops/transform/__init__.pyi +825 -941
  230. bpy/ops/ui/__init__.pyi +246 -295
  231. bpy/ops/uilist/__init__.pyi +34 -38
  232. bpy/ops/uv/__init__.pyi +912 -824
  233. bpy/ops/view2d/__init__.pyi +157 -197
  234. bpy/ops/view3d/__init__.pyi +777 -878
  235. bpy/ops/wm/__init__.pyi +4102 -3595
  236. bpy/ops/workspace/__init__.pyi +42 -58
  237. bpy/ops/world/__init__.pyi +6 -9
  238. bpy/path/__init__.pyi +166 -109
  239. bpy/props/__init__.pyi +478 -395
  240. bpy/types/__init__.pyi +87194 -81467
  241. bpy/utils/__init__.pyi +325 -169
  242. bpy/utils/previews/__init__.pyi +108 -21
  243. bpy/utils/units/__init__.pyi +37 -39
  244. bpy_extras/__init__.pyi +4 -9
  245. bpy_extras/anim_utils/__init__.pyi +25 -55
  246. bpy_extras/asset_utils/__init__.pyi +3 -13
  247. bpy_extras/id_map_utils/__init__.pyi +1 -4
  248. bpy_extras/image_utils/__init__.pyi +33 -23
  249. bpy_extras/io_utils/__init__.pyi +116 -66
  250. bpy_extras/keyconfig_utils/__init__.pyi +5 -3
  251. bpy_extras/mesh_utils/__init__.pyi +42 -34
  252. bpy_extras/node_utils/__init__.pyi +4 -4
  253. bpy_extras/object_utils/__init__.pyi +58 -43
  254. bpy_extras/view3d_utils/__init__.pyi +64 -63
  255. bpy_restrict_state/__init__.pyi +14 -2
  256. bpy_types/__init__.pyi +3873 -998
  257. console_python/__init__.pyi +41 -8
  258. console_shell/__init__.pyi +24 -6
  259. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
  260. fake_bpy_module-20240326.dist-info/RECORD +343 -0
  261. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
  262. freestyle/__init__.pyi +4 -5
  263. freestyle/chainingiterators/__init__.pyi +229 -73
  264. freestyle/functions/__init__.pyi +624 -402
  265. freestyle/predicates/__init__.pyi +381 -169
  266. freestyle/shaders/__init__.pyi +424 -155
  267. freestyle/types/__init__.pyi +1572 -726
  268. freestyle/utils/ContextFunctions/__init__.pyi +54 -43
  269. freestyle/utils/__init__.pyi +67 -31
  270. gpu/__init__.pyi +3 -4
  271. gpu/capabilities/__init__.pyi +57 -37
  272. gpu/matrix/__init__.pyi +14 -17
  273. gpu/platform/__init__.pyi +5 -6
  274. gpu/select/__init__.pyi +2 -5
  275. gpu/shader/__init__.pyi +14 -12
  276. gpu/state/__init__.pyi +48 -62
  277. gpu/texture/__init__.pyi +7 -7
  278. gpu/types/__init__.pyi +670 -229
  279. gpu_extras/__init__.pyi +1 -2
  280. gpu_extras/batch/__init__.pyi +27 -6
  281. gpu_extras/presets/__init__.pyi +67 -27
  282. graphviz_export/__init__.pyi +9 -3
  283. idprop/__init__.pyi +0 -1
  284. idprop/types/__init__.pyi +42 -13
  285. imbuf/__init__.pyi +6 -10
  286. imbuf/types/__init__.pyi +8 -16
  287. keyingsets_builtins/__init__.pyi +3149 -702
  288. keyingsets_utils/__init__.pyi +69 -15
  289. mathutils/__init__.pyi +951 -876
  290. mathutils/bvhtree/__init__.pyi +47 -48
  291. mathutils/geometry/__init__.pyi +237 -242
  292. mathutils/interpolate/__init__.pyi +3 -6
  293. mathutils/kdtree/__init__.pyi +23 -26
  294. mathutils/noise/__init__.pyi +50 -51
  295. nodeitems_builtins/__init__.pyi +50 -11
  296. nodeitems_utils/__init__.pyi +58 -11
  297. rna_info/__init__.pyi +230 -27
  298. rna_keymap_ui/__init__.pyi +29 -7
  299. rna_prop_ui/__init__.pyi +69 -13
  300. rna_xml/__init__.pyi +29 -7
  301. sys_info/__init__.pyi +4 -2
  302. bpy_extras/bmesh_utils/__init__.pyi +0 -7
  303. bpy_extras/extensions/__init__.pyi +0 -5
  304. bpy_extras/extensions/junction_module/__init__.pyi +0 -13
  305. bpy_extras/node_shader_utils/__init__.pyi +0 -132
  306. bpy_extras/wm_utils/__init__.pyi +0 -5
  307. bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
  308. fake_bpy_module-20240210.dist-info/RECORD +0 -349
  309. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
@@ -1,459 +1,1789 @@
1
- import sys
2
1
  import typing
3
2
  import bpy_types
4
3
 
5
4
  GenericType = typing.TypeVar("GenericType")
6
5
 
7
- class PhysicButtonsPanel:
8
- bl_context: typing.Any
9
- bl_region_type: typing.Any
10
- bl_space_type: typing.Any
6
+ class PHYSICS_PT_collision(bpy_types._GenericUI):
7
+ """ """
11
8
 
12
- def poll_collision(self, context): ...
13
- def poll_force_field(self, context): ...
14
-
15
- class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
16
9
  COMPAT_ENGINES: typing.Any
10
+ """ """
11
+
17
12
  bl_context: typing.Any
13
+ """ """
14
+
18
15
  bl_label: typing.Any
16
+ """ """
17
+
19
18
  bl_region_type: typing.Any
19
+ """ """
20
+
20
21
  bl_rna: typing.Any
22
+ """ """
23
+
21
24
  bl_space_type: typing.Any
25
+ """ """
26
+
22
27
  id_data: typing.Any
28
+ """ """
29
+
30
+ def append(self, draw_func):
31
+ """
32
+
33
+ :param draw_func:
34
+ """
35
+ ...
36
+
37
+ def as_pointer(self):
38
+ """ """
39
+ ...
40
+
41
+ def bl_rna_get_subclass(self):
42
+ """ """
43
+ ...
44
+
45
+ def bl_rna_get_subclass_py(self):
46
+ """ """
47
+ ...
48
+
49
+ def draw(self, context):
50
+ """
51
+
52
+ :param context:
53
+ """
54
+ ...
55
+
56
+ def driver_add(self):
57
+ """ """
58
+ ...
59
+
60
+ def driver_remove(self):
61
+ """ """
62
+ ...
63
+
64
+ def get(self):
65
+ """ """
66
+ ...
67
+
68
+ def id_properties_clear(self):
69
+ """ """
70
+ ...
71
+
72
+ def id_properties_ensure(self):
73
+ """ """
74
+ ...
75
+
76
+ def id_properties_ui(self):
77
+ """ """
78
+ ...
79
+
80
+ def is_extended(self):
81
+ """ """
82
+ ...
83
+
84
+ def is_property_hidden(self):
85
+ """ """
86
+ ...
87
+
88
+ def is_property_overridable_library(self):
89
+ """ """
90
+ ...
91
+
92
+ def is_property_readonly(self):
93
+ """ """
94
+ ...
95
+
96
+ def is_property_set(self):
97
+ """ """
98
+ ...
99
+
100
+ def items(self):
101
+ """ """
102
+ ...
103
+
104
+ def keyframe_delete(self):
105
+ """ """
106
+ ...
107
+
108
+ def keyframe_insert(self):
109
+ """ """
110
+ ...
111
+
112
+ def keys(self):
113
+ """ """
114
+ ...
115
+
116
+ def path_from_id(self):
117
+ """ """
118
+ ...
119
+
120
+ def path_resolve(self):
121
+ """ """
122
+ ...
123
+
124
+ def poll(self, context):
125
+ """
126
+
127
+ :param context:
128
+ """
129
+ ...
130
+
131
+ def poll_collision(self, context):
132
+ """
133
+
134
+ :param context:
135
+ """
136
+ ...
137
+
138
+ def poll_force_field(self, context):
139
+ """
140
+
141
+ :param context:
142
+ """
143
+ ...
144
+
145
+ def pop(self):
146
+ """ """
147
+ ...
148
+
149
+ def prepend(self, draw_func):
150
+ """
151
+
152
+ :param draw_func:
153
+ """
154
+ ...
155
+
156
+ def property_overridable_library_set(self):
157
+ """ """
158
+ ...
159
+
160
+ def property_unset(self):
161
+ """ """
162
+ ...
163
+
164
+ def remove(self, draw_func):
165
+ """
166
+
167
+ :param draw_func:
168
+ """
169
+ ...
170
+
171
+ def type_recast(self):
172
+ """ """
173
+ ...
174
+
175
+ def values(self):
176
+ """ """
177
+ ...
178
+
179
+ class PHYSICS_PT_collision_particle(bpy_types._GenericUI):
180
+ """ """
23
181
 
24
- def append(self, draw_func): ...
25
- def as_pointer(self): ...
26
- def bl_rna_get_subclass(self): ...
27
- def bl_rna_get_subclass_py(self): ...
28
- def draw(self, context): ...
29
- def driver_add(self): ...
30
- def driver_remove(self): ...
31
- def get(self): ...
32
- def id_properties_clear(self): ...
33
- def id_properties_ensure(self): ...
34
- def id_properties_ui(self): ...
35
- def is_extended(self): ...
36
- def is_property_hidden(self): ...
37
- def is_property_overridable_library(self): ...
38
- def is_property_readonly(self): ...
39
- def is_property_set(self): ...
40
- def items(self): ...
41
- def keyframe_delete(self): ...
42
- def keyframe_insert(self): ...
43
- def keys(self): ...
44
- def path_from_id(self): ...
45
- def path_resolve(self): ...
46
- def poll(self, context): ...
47
- def poll_collision(self, context): ...
48
- def poll_force_field(self, context): ...
49
- def pop(self): ...
50
- def prepend(self, draw_func): ...
51
- def property_overridable_library_set(self): ...
52
- def property_unset(self): ...
53
- def remove(self, draw_func): ...
54
- def type_recast(self): ...
55
- def values(self): ...
56
-
57
- class PHYSICS_PT_collision_particle(
58
- PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
59
- ):
60
182
  COMPAT_ENGINES: typing.Any
183
+ """ """
184
+
61
185
  bl_context: typing.Any
186
+ """ """
187
+
62
188
  bl_label: typing.Any
189
+ """ """
190
+
63
191
  bl_parent_id: typing.Any
192
+ """ """
193
+
64
194
  bl_region_type: typing.Any
195
+ """ """
196
+
65
197
  bl_rna: typing.Any
198
+ """ """
199
+
66
200
  bl_space_type: typing.Any
201
+ """ """
202
+
67
203
  id_data: typing.Any
204
+ """ """
205
+
206
+ def append(self, draw_func):
207
+ """
208
+
209
+ :param draw_func:
210
+ """
211
+ ...
212
+
213
+ def as_pointer(self):
214
+ """ """
215
+ ...
216
+
217
+ def bl_rna_get_subclass(self):
218
+ """ """
219
+ ...
220
+
221
+ def bl_rna_get_subclass_py(self):
222
+ """ """
223
+ ...
224
+
225
+ def draw(self, context):
226
+ """
227
+
228
+ :param context:
229
+ """
230
+ ...
231
+
232
+ def driver_add(self):
233
+ """ """
234
+ ...
235
+
236
+ def driver_remove(self):
237
+ """ """
238
+ ...
239
+
240
+ def get(self):
241
+ """ """
242
+ ...
243
+
244
+ def id_properties_clear(self):
245
+ """ """
246
+ ...
247
+
248
+ def id_properties_ensure(self):
249
+ """ """
250
+ ...
251
+
252
+ def id_properties_ui(self):
253
+ """ """
254
+ ...
255
+
256
+ def is_extended(self):
257
+ """ """
258
+ ...
259
+
260
+ def is_property_hidden(self):
261
+ """ """
262
+ ...
263
+
264
+ def is_property_overridable_library(self):
265
+ """ """
266
+ ...
267
+
268
+ def is_property_readonly(self):
269
+ """ """
270
+ ...
271
+
272
+ def is_property_set(self):
273
+ """ """
274
+ ...
275
+
276
+ def items(self):
277
+ """ """
278
+ ...
279
+
280
+ def keyframe_delete(self):
281
+ """ """
282
+ ...
283
+
284
+ def keyframe_insert(self):
285
+ """ """
286
+ ...
287
+
288
+ def keys(self):
289
+ """ """
290
+ ...
291
+
292
+ def path_from_id(self):
293
+ """ """
294
+ ...
295
+
296
+ def path_resolve(self):
297
+ """ """
298
+ ...
299
+
300
+ def poll(self, context):
301
+ """
302
+
303
+ :param context:
304
+ """
305
+ ...
306
+
307
+ def poll_collision(self, context):
308
+ """
309
+
310
+ :param context:
311
+ """
312
+ ...
313
+
314
+ def poll_force_field(self, context):
315
+ """
316
+
317
+ :param context:
318
+ """
319
+ ...
320
+
321
+ def pop(self):
322
+ """ """
323
+ ...
324
+
325
+ def prepend(self, draw_func):
326
+ """
327
+
328
+ :param draw_func:
329
+ """
330
+ ...
331
+
332
+ def property_overridable_library_set(self):
333
+ """ """
334
+ ...
335
+
336
+ def property_unset(self):
337
+ """ """
338
+ ...
339
+
340
+ def remove(self, draw_func):
341
+ """
342
+
343
+ :param draw_func:
344
+ """
345
+ ...
346
+
347
+ def type_recast(self):
348
+ """ """
349
+ ...
350
+
351
+ def values(self):
352
+ """ """
353
+ ...
354
+
355
+ class PHYSICS_PT_collision_softbody(bpy_types._GenericUI):
356
+ """ """
68
357
 
69
- def append(self, draw_func): ...
70
- def as_pointer(self): ...
71
- def bl_rna_get_subclass(self): ...
72
- def bl_rna_get_subclass_py(self): ...
73
- def draw(self, context): ...
74
- def driver_add(self): ...
75
- def driver_remove(self): ...
76
- def get(self): ...
77
- def id_properties_clear(self): ...
78
- def id_properties_ensure(self): ...
79
- def id_properties_ui(self): ...
80
- def is_extended(self): ...
81
- def is_property_hidden(self): ...
82
- def is_property_overridable_library(self): ...
83
- def is_property_readonly(self): ...
84
- def is_property_set(self): ...
85
- def items(self): ...
86
- def keyframe_delete(self): ...
87
- def keyframe_insert(self): ...
88
- def keys(self): ...
89
- def path_from_id(self): ...
90
- def path_resolve(self): ...
91
- def poll(self, context): ...
92
- def poll_collision(self, context): ...
93
- def poll_force_field(self, context): ...
94
- def pop(self): ...
95
- def prepend(self, draw_func): ...
96
- def property_overridable_library_set(self): ...
97
- def property_unset(self): ...
98
- def remove(self, draw_func): ...
99
- def type_recast(self): ...
100
- def values(self): ...
101
-
102
- class PHYSICS_PT_collision_softbody(
103
- PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
104
- ):
105
358
  COMPAT_ENGINES: typing.Any
359
+ """ """
360
+
106
361
  bl_context: typing.Any
362
+ """ """
363
+
107
364
  bl_label: typing.Any
365
+ """ """
366
+
108
367
  bl_parent_id: typing.Any
368
+ """ """
369
+
109
370
  bl_region_type: typing.Any
371
+ """ """
372
+
110
373
  bl_rna: typing.Any
374
+ """ """
375
+
111
376
  bl_space_type: typing.Any
377
+ """ """
378
+
112
379
  id_data: typing.Any
380
+ """ """
381
+
382
+ def append(self, draw_func):
383
+ """
384
+
385
+ :param draw_func:
386
+ """
387
+ ...
388
+
389
+ def as_pointer(self):
390
+ """ """
391
+ ...
392
+
393
+ def bl_rna_get_subclass(self):
394
+ """ """
395
+ ...
396
+
397
+ def bl_rna_get_subclass_py(self):
398
+ """ """
399
+ ...
400
+
401
+ def draw(self, context):
402
+ """
403
+
404
+ :param context:
405
+ """
406
+ ...
407
+
408
+ def driver_add(self):
409
+ """ """
410
+ ...
411
+
412
+ def driver_remove(self):
413
+ """ """
414
+ ...
415
+
416
+ def get(self):
417
+ """ """
418
+ ...
419
+
420
+ def id_properties_clear(self):
421
+ """ """
422
+ ...
423
+
424
+ def id_properties_ensure(self):
425
+ """ """
426
+ ...
427
+
428
+ def id_properties_ui(self):
429
+ """ """
430
+ ...
431
+
432
+ def is_extended(self):
433
+ """ """
434
+ ...
435
+
436
+ def is_property_hidden(self):
437
+ """ """
438
+ ...
439
+
440
+ def is_property_overridable_library(self):
441
+ """ """
442
+ ...
443
+
444
+ def is_property_readonly(self):
445
+ """ """
446
+ ...
447
+
448
+ def is_property_set(self):
449
+ """ """
450
+ ...
451
+
452
+ def items(self):
453
+ """ """
454
+ ...
455
+
456
+ def keyframe_delete(self):
457
+ """ """
458
+ ...
459
+
460
+ def keyframe_insert(self):
461
+ """ """
462
+ ...
463
+
464
+ def keys(self):
465
+ """ """
466
+ ...
467
+
468
+ def path_from_id(self):
469
+ """ """
470
+ ...
471
+
472
+ def path_resolve(self):
473
+ """ """
474
+ ...
475
+
476
+ def poll(self, context):
477
+ """
478
+
479
+ :param context:
480
+ """
481
+ ...
482
+
483
+ def poll_collision(self, context):
484
+ """
485
+
486
+ :param context:
487
+ """
488
+ ...
489
+
490
+ def poll_force_field(self, context):
491
+ """
492
+
493
+ :param context:
494
+ """
495
+ ...
496
+
497
+ def pop(self):
498
+ """ """
499
+ ...
500
+
501
+ def prepend(self, draw_func):
502
+ """
503
+
504
+ :param draw_func:
505
+ """
506
+ ...
507
+
508
+ def property_overridable_library_set(self):
509
+ """ """
510
+ ...
511
+
512
+ def property_unset(self):
513
+ """ """
514
+ ...
515
+
516
+ def remove(self, draw_func):
517
+ """
518
+
519
+ :param draw_func:
520
+ """
521
+ ...
522
+
523
+ def type_recast(self):
524
+ """ """
525
+ ...
526
+
527
+ def values(self):
528
+ """ """
529
+ ...
530
+
531
+ class PHYSICS_PT_field(bpy_types._GenericUI):
532
+ """ """
113
533
 
114
- def append(self, draw_func): ...
115
- def as_pointer(self): ...
116
- def bl_rna_get_subclass(self): ...
117
- def bl_rna_get_subclass_py(self): ...
118
- def draw(self, context): ...
119
- def driver_add(self): ...
120
- def driver_remove(self): ...
121
- def get(self): ...
122
- def id_properties_clear(self): ...
123
- def id_properties_ensure(self): ...
124
- def id_properties_ui(self): ...
125
- def is_extended(self): ...
126
- def is_property_hidden(self): ...
127
- def is_property_overridable_library(self): ...
128
- def is_property_readonly(self): ...
129
- def is_property_set(self): ...
130
- def items(self): ...
131
- def keyframe_delete(self): ...
132
- def keyframe_insert(self): ...
133
- def keys(self): ...
134
- def path_from_id(self): ...
135
- def path_resolve(self): ...
136
- def poll(self, context): ...
137
- def poll_collision(self, context): ...
138
- def poll_force_field(self, context): ...
139
- def pop(self): ...
140
- def prepend(self, draw_func): ...
141
- def property_overridable_library_set(self): ...
142
- def property_unset(self): ...
143
- def remove(self, draw_func): ...
144
- def type_recast(self): ...
145
- def values(self): ...
146
-
147
- class PHYSICS_PT_field(PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
148
534
  COMPAT_ENGINES: typing.Any
535
+ """ """
536
+
149
537
  bl_context: typing.Any
538
+ """ """
539
+
150
540
  bl_label: typing.Any
541
+ """ """
542
+
151
543
  bl_region_type: typing.Any
544
+ """ """
545
+
152
546
  bl_rna: typing.Any
547
+ """ """
548
+
153
549
  bl_space_type: typing.Any
550
+ """ """
551
+
154
552
  id_data: typing.Any
553
+ """ """
554
+
555
+ def append(self, draw_func):
556
+ """
557
+
558
+ :param draw_func:
559
+ """
560
+ ...
561
+
562
+ def as_pointer(self):
563
+ """ """
564
+ ...
565
+
566
+ def bl_rna_get_subclass(self):
567
+ """ """
568
+ ...
569
+
570
+ def bl_rna_get_subclass_py(self):
571
+ """ """
572
+ ...
573
+
574
+ def draw(self, context):
575
+ """
576
+
577
+ :param context:
578
+ """
579
+ ...
580
+
581
+ def driver_add(self):
582
+ """ """
583
+ ...
584
+
585
+ def driver_remove(self):
586
+ """ """
587
+ ...
588
+
589
+ def get(self):
590
+ """ """
591
+ ...
592
+
593
+ def id_properties_clear(self):
594
+ """ """
595
+ ...
596
+
597
+ def id_properties_ensure(self):
598
+ """ """
599
+ ...
600
+
601
+ def id_properties_ui(self):
602
+ """ """
603
+ ...
604
+
605
+ def is_extended(self):
606
+ """ """
607
+ ...
608
+
609
+ def is_property_hidden(self):
610
+ """ """
611
+ ...
612
+
613
+ def is_property_overridable_library(self):
614
+ """ """
615
+ ...
616
+
617
+ def is_property_readonly(self):
618
+ """ """
619
+ ...
620
+
621
+ def is_property_set(self):
622
+ """ """
623
+ ...
624
+
625
+ def items(self):
626
+ """ """
627
+ ...
628
+
629
+ def keyframe_delete(self):
630
+ """ """
631
+ ...
632
+
633
+ def keyframe_insert(self):
634
+ """ """
635
+ ...
636
+
637
+ def keys(self):
638
+ """ """
639
+ ...
640
+
641
+ def path_from_id(self):
642
+ """ """
643
+ ...
644
+
645
+ def path_resolve(self):
646
+ """ """
647
+ ...
648
+
649
+ def poll(self, context):
650
+ """
651
+
652
+ :param context:
653
+ """
654
+ ...
655
+
656
+ def poll_collision(self, context):
657
+ """
658
+
659
+ :param context:
660
+ """
661
+ ...
662
+
663
+ def poll_force_field(self, context):
664
+ """
665
+
666
+ :param context:
667
+ """
668
+ ...
669
+
670
+ def pop(self):
671
+ """ """
672
+ ...
673
+
674
+ def prepend(self, draw_func):
675
+ """
676
+
677
+ :param draw_func:
678
+ """
679
+ ...
680
+
681
+ def property_overridable_library_set(self):
682
+ """ """
683
+ ...
684
+
685
+ def property_unset(self):
686
+ """ """
687
+ ...
688
+
689
+ def remove(self, draw_func):
690
+ """
691
+
692
+ :param draw_func:
693
+ """
694
+ ...
695
+
696
+ def type_recast(self):
697
+ """ """
698
+ ...
699
+
700
+ def values(self):
701
+ """ """
702
+ ...
703
+
704
+ class PHYSICS_PT_field_falloff(bpy_types._GenericUI):
705
+ """ """
155
706
 
156
- def append(self, draw_func): ...
157
- def as_pointer(self): ...
158
- def bl_rna_get_subclass(self): ...
159
- def bl_rna_get_subclass_py(self): ...
160
- def draw(self, context): ...
161
- def driver_add(self): ...
162
- def driver_remove(self): ...
163
- def get(self): ...
164
- def id_properties_clear(self): ...
165
- def id_properties_ensure(self): ...
166
- def id_properties_ui(self): ...
167
- def is_extended(self): ...
168
- def is_property_hidden(self): ...
169
- def is_property_overridable_library(self): ...
170
- def is_property_readonly(self): ...
171
- def is_property_set(self): ...
172
- def items(self): ...
173
- def keyframe_delete(self): ...
174
- def keyframe_insert(self): ...
175
- def keys(self): ...
176
- def path_from_id(self): ...
177
- def path_resolve(self): ...
178
- def poll(self, context): ...
179
- def poll_collision(self, context): ...
180
- def poll_force_field(self, context): ...
181
- def pop(self): ...
182
- def prepend(self, draw_func): ...
183
- def property_overridable_library_set(self): ...
184
- def property_unset(self): ...
185
- def remove(self, draw_func): ...
186
- def type_recast(self): ...
187
- def values(self): ...
188
-
189
- class PHYSICS_PT_field_falloff(
190
- PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
191
- ):
192
707
  COMPAT_ENGINES: typing.Any
708
+ """ """
709
+
193
710
  bl_context: typing.Any
711
+ """ """
712
+
194
713
  bl_label: typing.Any
714
+ """ """
715
+
195
716
  bl_parent_id: typing.Any
717
+ """ """
718
+
196
719
  bl_region_type: typing.Any
720
+ """ """
721
+
197
722
  bl_rna: typing.Any
723
+ """ """
724
+
198
725
  bl_space_type: typing.Any
726
+ """ """
727
+
199
728
  id_data: typing.Any
729
+ """ """
730
+
731
+ def append(self, draw_func):
732
+ """
733
+
734
+ :param draw_func:
735
+ """
736
+ ...
737
+
738
+ def as_pointer(self):
739
+ """ """
740
+ ...
741
+
742
+ def bl_rna_get_subclass(self):
743
+ """ """
744
+ ...
745
+
746
+ def bl_rna_get_subclass_py(self):
747
+ """ """
748
+ ...
749
+
750
+ def draw(self, context):
751
+ """
752
+
753
+ :param context:
754
+ """
755
+ ...
756
+
757
+ def driver_add(self):
758
+ """ """
759
+ ...
760
+
761
+ def driver_remove(self):
762
+ """ """
763
+ ...
764
+
765
+ def get(self):
766
+ """ """
767
+ ...
768
+
769
+ def id_properties_clear(self):
770
+ """ """
771
+ ...
772
+
773
+ def id_properties_ensure(self):
774
+ """ """
775
+ ...
776
+
777
+ def id_properties_ui(self):
778
+ """ """
779
+ ...
780
+
781
+ def is_extended(self):
782
+ """ """
783
+ ...
784
+
785
+ def is_property_hidden(self):
786
+ """ """
787
+ ...
788
+
789
+ def is_property_overridable_library(self):
790
+ """ """
791
+ ...
792
+
793
+ def is_property_readonly(self):
794
+ """ """
795
+ ...
796
+
797
+ def is_property_set(self):
798
+ """ """
799
+ ...
800
+
801
+ def items(self):
802
+ """ """
803
+ ...
804
+
805
+ def keyframe_delete(self):
806
+ """ """
807
+ ...
808
+
809
+ def keyframe_insert(self):
810
+ """ """
811
+ ...
812
+
813
+ def keys(self):
814
+ """ """
815
+ ...
816
+
817
+ def path_from_id(self):
818
+ """ """
819
+ ...
820
+
821
+ def path_resolve(self):
822
+ """ """
823
+ ...
824
+
825
+ def poll(self, context):
826
+ """
827
+
828
+ :param context:
829
+ """
830
+ ...
831
+
832
+ def poll_collision(self, context):
833
+ """
834
+
835
+ :param context:
836
+ """
837
+ ...
838
+
839
+ def poll_force_field(self, context):
840
+ """
841
+
842
+ :param context:
843
+ """
844
+ ...
845
+
846
+ def pop(self):
847
+ """ """
848
+ ...
849
+
850
+ def prepend(self, draw_func):
851
+ """
852
+
853
+ :param draw_func:
854
+ """
855
+ ...
856
+
857
+ def property_overridable_library_set(self):
858
+ """ """
859
+ ...
860
+
861
+ def property_unset(self):
862
+ """ """
863
+ ...
864
+
865
+ def remove(self, draw_func):
866
+ """
867
+
868
+ :param draw_func:
869
+ """
870
+ ...
871
+
872
+ def type_recast(self):
873
+ """ """
874
+ ...
875
+
876
+ def values(self):
877
+ """ """
878
+ ...
879
+
880
+ class PHYSICS_PT_field_falloff_angular(bpy_types._GenericUI):
881
+ """ """
200
882
 
201
- def append(self, draw_func): ...
202
- def as_pointer(self): ...
203
- def bl_rna_get_subclass(self): ...
204
- def bl_rna_get_subclass_py(self): ...
205
- def draw(self, context): ...
206
- def driver_add(self): ...
207
- def driver_remove(self): ...
208
- def get(self): ...
209
- def id_properties_clear(self): ...
210
- def id_properties_ensure(self): ...
211
- def id_properties_ui(self): ...
212
- def is_extended(self): ...
213
- def is_property_hidden(self): ...
214
- def is_property_overridable_library(self): ...
215
- def is_property_readonly(self): ...
216
- def is_property_set(self): ...
217
- def items(self): ...
218
- def keyframe_delete(self): ...
219
- def keyframe_insert(self): ...
220
- def keys(self): ...
221
- def path_from_id(self): ...
222
- def path_resolve(self): ...
223
- def poll(self, context): ...
224
- def poll_collision(self, context): ...
225
- def poll_force_field(self, context): ...
226
- def pop(self): ...
227
- def prepend(self, draw_func): ...
228
- def property_overridable_library_set(self): ...
229
- def property_unset(self): ...
230
- def remove(self, draw_func): ...
231
- def type_recast(self): ...
232
- def values(self): ...
233
-
234
- class PHYSICS_PT_field_falloff_angular(
235
- PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
236
- ):
237
883
  COMPAT_ENGINES: typing.Any
884
+ """ """
885
+
238
886
  bl_context: typing.Any
887
+ """ """
888
+
239
889
  bl_label: typing.Any
890
+ """ """
891
+
240
892
  bl_parent_id: typing.Any
893
+ """ """
894
+
241
895
  bl_region_type: typing.Any
896
+ """ """
897
+
242
898
  bl_rna: typing.Any
899
+ """ """
900
+
243
901
  bl_space_type: typing.Any
902
+ """ """
903
+
244
904
  id_data: typing.Any
905
+ """ """
906
+
907
+ def append(self, draw_func):
908
+ """
909
+
910
+ :param draw_func:
911
+ """
912
+ ...
913
+
914
+ def as_pointer(self):
915
+ """ """
916
+ ...
917
+
918
+ def bl_rna_get_subclass(self):
919
+ """ """
920
+ ...
921
+
922
+ def bl_rna_get_subclass_py(self):
923
+ """ """
924
+ ...
925
+
926
+ def draw(self, context):
927
+ """
928
+
929
+ :param context:
930
+ """
931
+ ...
932
+
933
+ def driver_add(self):
934
+ """ """
935
+ ...
936
+
937
+ def driver_remove(self):
938
+ """ """
939
+ ...
940
+
941
+ def get(self):
942
+ """ """
943
+ ...
944
+
945
+ def id_properties_clear(self):
946
+ """ """
947
+ ...
948
+
949
+ def id_properties_ensure(self):
950
+ """ """
951
+ ...
952
+
953
+ def id_properties_ui(self):
954
+ """ """
955
+ ...
956
+
957
+ def is_extended(self):
958
+ """ """
959
+ ...
960
+
961
+ def is_property_hidden(self):
962
+ """ """
963
+ ...
964
+
965
+ def is_property_overridable_library(self):
966
+ """ """
967
+ ...
968
+
969
+ def is_property_readonly(self):
970
+ """ """
971
+ ...
972
+
973
+ def is_property_set(self):
974
+ """ """
975
+ ...
976
+
977
+ def items(self):
978
+ """ """
979
+ ...
980
+
981
+ def keyframe_delete(self):
982
+ """ """
983
+ ...
984
+
985
+ def keyframe_insert(self):
986
+ """ """
987
+ ...
988
+
989
+ def keys(self):
990
+ """ """
991
+ ...
992
+
993
+ def path_from_id(self):
994
+ """ """
995
+ ...
996
+
997
+ def path_resolve(self):
998
+ """ """
999
+ ...
1000
+
1001
+ def poll(self, context):
1002
+ """
1003
+
1004
+ :param context:
1005
+ """
1006
+ ...
1007
+
1008
+ def poll_collision(self, context):
1009
+ """
1010
+
1011
+ :param context:
1012
+ """
1013
+ ...
1014
+
1015
+ def poll_force_field(self, context):
1016
+ """
1017
+
1018
+ :param context:
1019
+ """
1020
+ ...
1021
+
1022
+ def pop(self):
1023
+ """ """
1024
+ ...
1025
+
1026
+ def prepend(self, draw_func):
1027
+ """
1028
+
1029
+ :param draw_func:
1030
+ """
1031
+ ...
1032
+
1033
+ def property_overridable_library_set(self):
1034
+ """ """
1035
+ ...
1036
+
1037
+ def property_unset(self):
1038
+ """ """
1039
+ ...
1040
+
1041
+ def remove(self, draw_func):
1042
+ """
1043
+
1044
+ :param draw_func:
1045
+ """
1046
+ ...
1047
+
1048
+ def type_recast(self):
1049
+ """ """
1050
+ ...
1051
+
1052
+ def values(self):
1053
+ """ """
1054
+ ...
1055
+
1056
+ class PHYSICS_PT_field_falloff_radial(bpy_types._GenericUI):
1057
+ """ """
245
1058
 
246
- def append(self, draw_func): ...
247
- def as_pointer(self): ...
248
- def bl_rna_get_subclass(self): ...
249
- def bl_rna_get_subclass_py(self): ...
250
- def draw(self, context): ...
251
- def driver_add(self): ...
252
- def driver_remove(self): ...
253
- def get(self): ...
254
- def id_properties_clear(self): ...
255
- def id_properties_ensure(self): ...
256
- def id_properties_ui(self): ...
257
- def is_extended(self): ...
258
- def is_property_hidden(self): ...
259
- def is_property_overridable_library(self): ...
260
- def is_property_readonly(self): ...
261
- def is_property_set(self): ...
262
- def items(self): ...
263
- def keyframe_delete(self): ...
264
- def keyframe_insert(self): ...
265
- def keys(self): ...
266
- def path_from_id(self): ...
267
- def path_resolve(self): ...
268
- def poll(self, context): ...
269
- def poll_collision(self, context): ...
270
- def poll_force_field(self, context): ...
271
- def pop(self): ...
272
- def prepend(self, draw_func): ...
273
- def property_overridable_library_set(self): ...
274
- def property_unset(self): ...
275
- def remove(self, draw_func): ...
276
- def type_recast(self): ...
277
- def values(self): ...
278
-
279
- class PHYSICS_PT_field_falloff_radial(
280
- PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
281
- ):
282
1059
  COMPAT_ENGINES: typing.Any
1060
+ """ """
1061
+
283
1062
  bl_context: typing.Any
1063
+ """ """
1064
+
284
1065
  bl_label: typing.Any
1066
+ """ """
1067
+
285
1068
  bl_parent_id: typing.Any
1069
+ """ """
1070
+
286
1071
  bl_region_type: typing.Any
1072
+ """ """
1073
+
287
1074
  bl_rna: typing.Any
1075
+ """ """
1076
+
288
1077
  bl_space_type: typing.Any
1078
+ """ """
1079
+
289
1080
  id_data: typing.Any
1081
+ """ """
1082
+
1083
+ def append(self, draw_func):
1084
+ """
1085
+
1086
+ :param draw_func:
1087
+ """
1088
+ ...
1089
+
1090
+ def as_pointer(self):
1091
+ """ """
1092
+ ...
1093
+
1094
+ def bl_rna_get_subclass(self):
1095
+ """ """
1096
+ ...
1097
+
1098
+ def bl_rna_get_subclass_py(self):
1099
+ """ """
1100
+ ...
1101
+
1102
+ def draw(self, context):
1103
+ """
1104
+
1105
+ :param context:
1106
+ """
1107
+ ...
1108
+
1109
+ def driver_add(self):
1110
+ """ """
1111
+ ...
1112
+
1113
+ def driver_remove(self):
1114
+ """ """
1115
+ ...
1116
+
1117
+ def get(self):
1118
+ """ """
1119
+ ...
1120
+
1121
+ def id_properties_clear(self):
1122
+ """ """
1123
+ ...
1124
+
1125
+ def id_properties_ensure(self):
1126
+ """ """
1127
+ ...
1128
+
1129
+ def id_properties_ui(self):
1130
+ """ """
1131
+ ...
1132
+
1133
+ def is_extended(self):
1134
+ """ """
1135
+ ...
1136
+
1137
+ def is_property_hidden(self):
1138
+ """ """
1139
+ ...
1140
+
1141
+ def is_property_overridable_library(self):
1142
+ """ """
1143
+ ...
1144
+
1145
+ def is_property_readonly(self):
1146
+ """ """
1147
+ ...
1148
+
1149
+ def is_property_set(self):
1150
+ """ """
1151
+ ...
1152
+
1153
+ def items(self):
1154
+ """ """
1155
+ ...
1156
+
1157
+ def keyframe_delete(self):
1158
+ """ """
1159
+ ...
1160
+
1161
+ def keyframe_insert(self):
1162
+ """ """
1163
+ ...
1164
+
1165
+ def keys(self):
1166
+ """ """
1167
+ ...
1168
+
1169
+ def path_from_id(self):
1170
+ """ """
1171
+ ...
1172
+
1173
+ def path_resolve(self):
1174
+ """ """
1175
+ ...
1176
+
1177
+ def poll(self, context):
1178
+ """
1179
+
1180
+ :param context:
1181
+ """
1182
+ ...
1183
+
1184
+ def poll_collision(self, context):
1185
+ """
1186
+
1187
+ :param context:
1188
+ """
1189
+ ...
1190
+
1191
+ def poll_force_field(self, context):
1192
+ """
1193
+
1194
+ :param context:
1195
+ """
1196
+ ...
1197
+
1198
+ def pop(self):
1199
+ """ """
1200
+ ...
1201
+
1202
+ def prepend(self, draw_func):
1203
+ """
1204
+
1205
+ :param draw_func:
1206
+ """
1207
+ ...
1208
+
1209
+ def property_overridable_library_set(self):
1210
+ """ """
1211
+ ...
1212
+
1213
+ def property_unset(self):
1214
+ """ """
1215
+ ...
1216
+
1217
+ def remove(self, draw_func):
1218
+ """
1219
+
1220
+ :param draw_func:
1221
+ """
1222
+ ...
1223
+
1224
+ def type_recast(self):
1225
+ """ """
1226
+ ...
1227
+
1228
+ def values(self):
1229
+ """ """
1230
+ ...
1231
+
1232
+ class PHYSICS_PT_field_settings(bpy_types._GenericUI):
1233
+ """ """
290
1234
 
291
- def append(self, draw_func): ...
292
- def as_pointer(self): ...
293
- def bl_rna_get_subclass(self): ...
294
- def bl_rna_get_subclass_py(self): ...
295
- def draw(self, context): ...
296
- def driver_add(self): ...
297
- def driver_remove(self): ...
298
- def get(self): ...
299
- def id_properties_clear(self): ...
300
- def id_properties_ensure(self): ...
301
- def id_properties_ui(self): ...
302
- def is_extended(self): ...
303
- def is_property_hidden(self): ...
304
- def is_property_overridable_library(self): ...
305
- def is_property_readonly(self): ...
306
- def is_property_set(self): ...
307
- def items(self): ...
308
- def keyframe_delete(self): ...
309
- def keyframe_insert(self): ...
310
- def keys(self): ...
311
- def path_from_id(self): ...
312
- def path_resolve(self): ...
313
- def poll(self, context): ...
314
- def poll_collision(self, context): ...
315
- def poll_force_field(self, context): ...
316
- def pop(self): ...
317
- def prepend(self, draw_func): ...
318
- def property_overridable_library_set(self): ...
319
- def property_unset(self): ...
320
- def remove(self, draw_func): ...
321
- def type_recast(self): ...
322
- def values(self): ...
323
-
324
- class PHYSICS_PT_field_settings(
325
- PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
326
- ):
327
1235
  COMPAT_ENGINES: typing.Any
1236
+ """ """
1237
+
328
1238
  bl_context: typing.Any
1239
+ """ """
1240
+
329
1241
  bl_label: typing.Any
1242
+ """ """
1243
+
330
1244
  bl_parent_id: typing.Any
1245
+ """ """
1246
+
331
1247
  bl_region_type: typing.Any
1248
+ """ """
1249
+
332
1250
  bl_rna: typing.Any
1251
+ """ """
1252
+
333
1253
  bl_space_type: typing.Any
1254
+ """ """
1255
+
334
1256
  id_data: typing.Any
1257
+ """ """
1258
+
1259
+ def append(self, draw_func):
1260
+ """
1261
+
1262
+ :param draw_func:
1263
+ """
1264
+ ...
1265
+
1266
+ def as_pointer(self):
1267
+ """ """
1268
+ ...
1269
+
1270
+ def bl_rna_get_subclass(self):
1271
+ """ """
1272
+ ...
1273
+
1274
+ def bl_rna_get_subclass_py(self):
1275
+ """ """
1276
+ ...
1277
+
1278
+ def draw(self, context):
1279
+ """
1280
+
1281
+ :param context:
1282
+ """
1283
+ ...
1284
+
1285
+ def driver_add(self):
1286
+ """ """
1287
+ ...
1288
+
1289
+ def driver_remove(self):
1290
+ """ """
1291
+ ...
1292
+
1293
+ def get(self):
1294
+ """ """
1295
+ ...
1296
+
1297
+ def id_properties_clear(self):
1298
+ """ """
1299
+ ...
1300
+
1301
+ def id_properties_ensure(self):
1302
+ """ """
1303
+ ...
1304
+
1305
+ def id_properties_ui(self):
1306
+ """ """
1307
+ ...
1308
+
1309
+ def is_extended(self):
1310
+ """ """
1311
+ ...
1312
+
1313
+ def is_property_hidden(self):
1314
+ """ """
1315
+ ...
1316
+
1317
+ def is_property_overridable_library(self):
1318
+ """ """
1319
+ ...
1320
+
1321
+ def is_property_readonly(self):
1322
+ """ """
1323
+ ...
1324
+
1325
+ def is_property_set(self):
1326
+ """ """
1327
+ ...
1328
+
1329
+ def items(self):
1330
+ """ """
1331
+ ...
1332
+
1333
+ def keyframe_delete(self):
1334
+ """ """
1335
+ ...
1336
+
1337
+ def keyframe_insert(self):
1338
+ """ """
1339
+ ...
1340
+
1341
+ def keys(self):
1342
+ """ """
1343
+ ...
1344
+
1345
+ def path_from_id(self):
1346
+ """ """
1347
+ ...
1348
+
1349
+ def path_resolve(self):
1350
+ """ """
1351
+ ...
1352
+
1353
+ def poll(self, context):
1354
+ """
1355
+
1356
+ :param context:
1357
+ """
1358
+ ...
1359
+
1360
+ def poll_collision(self, context):
1361
+ """
1362
+
1363
+ :param context:
1364
+ """
1365
+ ...
1366
+
1367
+ def poll_force_field(self, context):
1368
+ """
1369
+
1370
+ :param context:
1371
+ """
1372
+ ...
1373
+
1374
+ def pop(self):
1375
+ """ """
1376
+ ...
1377
+
1378
+ def prepend(self, draw_func):
1379
+ """
1380
+
1381
+ :param draw_func:
1382
+ """
1383
+ ...
1384
+
1385
+ def property_overridable_library_set(self):
1386
+ """ """
1387
+ ...
1388
+
1389
+ def property_unset(self):
1390
+ """ """
1391
+ ...
1392
+
1393
+ def remove(self, draw_func):
1394
+ """
1395
+
1396
+ :param draw_func:
1397
+ """
1398
+ ...
1399
+
1400
+ def type_recast(self):
1401
+ """ """
1402
+ ...
1403
+
1404
+ def values(self):
1405
+ """ """
1406
+ ...
1407
+
1408
+ class PHYSICS_PT_field_settings_kink(bpy_types._GenericUI):
1409
+ """ """
335
1410
 
336
- def append(self, draw_func): ...
337
- def as_pointer(self): ...
338
- def bl_rna_get_subclass(self): ...
339
- def bl_rna_get_subclass_py(self): ...
340
- def draw(self, context): ...
341
- def driver_add(self): ...
342
- def driver_remove(self): ...
343
- def get(self): ...
344
- def id_properties_clear(self): ...
345
- def id_properties_ensure(self): ...
346
- def id_properties_ui(self): ...
347
- def is_extended(self): ...
348
- def is_property_hidden(self): ...
349
- def is_property_overridable_library(self): ...
350
- def is_property_readonly(self): ...
351
- def is_property_set(self): ...
352
- def items(self): ...
353
- def keyframe_delete(self): ...
354
- def keyframe_insert(self): ...
355
- def keys(self): ...
356
- def path_from_id(self): ...
357
- def path_resolve(self): ...
358
- def poll(self, context): ...
359
- def poll_collision(self, context): ...
360
- def poll_force_field(self, context): ...
361
- def pop(self): ...
362
- def prepend(self, draw_func): ...
363
- def property_overridable_library_set(self): ...
364
- def property_unset(self): ...
365
- def remove(self, draw_func): ...
366
- def type_recast(self): ...
367
- def values(self): ...
368
-
369
- class PHYSICS_PT_field_settings_kink(
370
- PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
371
- ):
372
1411
  COMPAT_ENGINES: typing.Any
1412
+ """ """
1413
+
373
1414
  bl_context: typing.Any
1415
+ """ """
1416
+
374
1417
  bl_label: typing.Any
1418
+ """ """
1419
+
375
1420
  bl_parent_id: typing.Any
1421
+ """ """
1422
+
376
1423
  bl_region_type: typing.Any
1424
+ """ """
1425
+
377
1426
  bl_rna: typing.Any
1427
+ """ """
1428
+
378
1429
  bl_space_type: typing.Any
1430
+ """ """
1431
+
379
1432
  id_data: typing.Any
1433
+ """ """
1434
+
1435
+ def append(self, draw_func):
1436
+ """
1437
+
1438
+ :param draw_func:
1439
+ """
1440
+ ...
1441
+
1442
+ def as_pointer(self):
1443
+ """ """
1444
+ ...
1445
+
1446
+ def bl_rna_get_subclass(self):
1447
+ """ """
1448
+ ...
1449
+
1450
+ def bl_rna_get_subclass_py(self):
1451
+ """ """
1452
+ ...
1453
+
1454
+ def draw(self, context):
1455
+ """
1456
+
1457
+ :param context:
1458
+ """
1459
+ ...
1460
+
1461
+ def driver_add(self):
1462
+ """ """
1463
+ ...
1464
+
1465
+ def driver_remove(self):
1466
+ """ """
1467
+ ...
1468
+
1469
+ def get(self):
1470
+ """ """
1471
+ ...
1472
+
1473
+ def id_properties_clear(self):
1474
+ """ """
1475
+ ...
1476
+
1477
+ def id_properties_ensure(self):
1478
+ """ """
1479
+ ...
1480
+
1481
+ def id_properties_ui(self):
1482
+ """ """
1483
+ ...
1484
+
1485
+ def is_extended(self):
1486
+ """ """
1487
+ ...
1488
+
1489
+ def is_property_hidden(self):
1490
+ """ """
1491
+ ...
1492
+
1493
+ def is_property_overridable_library(self):
1494
+ """ """
1495
+ ...
1496
+
1497
+ def is_property_readonly(self):
1498
+ """ """
1499
+ ...
1500
+
1501
+ def is_property_set(self):
1502
+ """ """
1503
+ ...
1504
+
1505
+ def items(self):
1506
+ """ """
1507
+ ...
1508
+
1509
+ def keyframe_delete(self):
1510
+ """ """
1511
+ ...
1512
+
1513
+ def keyframe_insert(self):
1514
+ """ """
1515
+ ...
1516
+
1517
+ def keys(self):
1518
+ """ """
1519
+ ...
1520
+
1521
+ def path_from_id(self):
1522
+ """ """
1523
+ ...
1524
+
1525
+ def path_resolve(self):
1526
+ """ """
1527
+ ...
1528
+
1529
+ def poll(self, context):
1530
+ """
1531
+
1532
+ :param context:
1533
+ """
1534
+ ...
1535
+
1536
+ def poll_collision(self, context):
1537
+ """
1538
+
1539
+ :param context:
1540
+ """
1541
+ ...
1542
+
1543
+ def poll_force_field(self, context):
1544
+ """
1545
+
1546
+ :param context:
1547
+ """
1548
+ ...
1549
+
1550
+ def pop(self):
1551
+ """ """
1552
+ ...
1553
+
1554
+ def prepend(self, draw_func):
1555
+ """
1556
+
1557
+ :param draw_func:
1558
+ """
1559
+ ...
1560
+
1561
+ def property_overridable_library_set(self):
1562
+ """ """
1563
+ ...
1564
+
1565
+ def property_unset(self):
1566
+ """ """
1567
+ ...
1568
+
1569
+ def remove(self, draw_func):
1570
+ """
1571
+
1572
+ :param draw_func:
1573
+ """
1574
+ ...
1575
+
1576
+ def type_recast(self):
1577
+ """ """
1578
+ ...
1579
+
1580
+ def values(self):
1581
+ """ """
1582
+ ...
1583
+
1584
+ class PHYSICS_PT_field_settings_texture_select(bpy_types._GenericUI):
1585
+ """ """
380
1586
 
381
- def append(self, draw_func): ...
382
- def as_pointer(self): ...
383
- def bl_rna_get_subclass(self): ...
384
- def bl_rna_get_subclass_py(self): ...
385
- def draw(self, context): ...
386
- def driver_add(self): ...
387
- def driver_remove(self): ...
388
- def get(self): ...
389
- def id_properties_clear(self): ...
390
- def id_properties_ensure(self): ...
391
- def id_properties_ui(self): ...
392
- def is_extended(self): ...
393
- def is_property_hidden(self): ...
394
- def is_property_overridable_library(self): ...
395
- def is_property_readonly(self): ...
396
- def is_property_set(self): ...
397
- def items(self): ...
398
- def keyframe_delete(self): ...
399
- def keyframe_insert(self): ...
400
- def keys(self): ...
401
- def path_from_id(self): ...
402
- def path_resolve(self): ...
403
- def poll(self, context): ...
404
- def poll_collision(self, context): ...
405
- def poll_force_field(self, context): ...
406
- def pop(self): ...
407
- def prepend(self, draw_func): ...
408
- def property_overridable_library_set(self): ...
409
- def property_unset(self): ...
410
- def remove(self, draw_func): ...
411
- def type_recast(self): ...
412
- def values(self): ...
413
-
414
- class PHYSICS_PT_field_settings_texture_select(
415
- PhysicButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
416
- ):
417
1587
  COMPAT_ENGINES: typing.Any
1588
+ """ """
1589
+
418
1590
  bl_context: typing.Any
1591
+ """ """
1592
+
419
1593
  bl_label: typing.Any
1594
+ """ """
1595
+
420
1596
  bl_parent_id: typing.Any
1597
+ """ """
1598
+
421
1599
  bl_region_type: typing.Any
1600
+ """ """
1601
+
422
1602
  bl_rna: typing.Any
1603
+ """ """
1604
+
423
1605
  bl_space_type: typing.Any
1606
+ """ """
1607
+
424
1608
  id_data: typing.Any
1609
+ """ """
1610
+
1611
+ def append(self, draw_func):
1612
+ """
1613
+
1614
+ :param draw_func:
1615
+ """
1616
+ ...
1617
+
1618
+ def as_pointer(self):
1619
+ """ """
1620
+ ...
1621
+
1622
+ def bl_rna_get_subclass(self):
1623
+ """ """
1624
+ ...
1625
+
1626
+ def bl_rna_get_subclass_py(self):
1627
+ """ """
1628
+ ...
1629
+
1630
+ def draw(self, context):
1631
+ """
1632
+
1633
+ :param context:
1634
+ """
1635
+ ...
1636
+
1637
+ def driver_add(self):
1638
+ """ """
1639
+ ...
1640
+
1641
+ def driver_remove(self):
1642
+ """ """
1643
+ ...
1644
+
1645
+ def get(self):
1646
+ """ """
1647
+ ...
1648
+
1649
+ def id_properties_clear(self):
1650
+ """ """
1651
+ ...
1652
+
1653
+ def id_properties_ensure(self):
1654
+ """ """
1655
+ ...
1656
+
1657
+ def id_properties_ui(self):
1658
+ """ """
1659
+ ...
1660
+
1661
+ def is_extended(self):
1662
+ """ """
1663
+ ...
1664
+
1665
+ def is_property_hidden(self):
1666
+ """ """
1667
+ ...
1668
+
1669
+ def is_property_overridable_library(self):
1670
+ """ """
1671
+ ...
1672
+
1673
+ def is_property_readonly(self):
1674
+ """ """
1675
+ ...
1676
+
1677
+ def is_property_set(self):
1678
+ """ """
1679
+ ...
1680
+
1681
+ def items(self):
1682
+ """ """
1683
+ ...
1684
+
1685
+ def keyframe_delete(self):
1686
+ """ """
1687
+ ...
1688
+
1689
+ def keyframe_insert(self):
1690
+ """ """
1691
+ ...
1692
+
1693
+ def keys(self):
1694
+ """ """
1695
+ ...
1696
+
1697
+ def path_from_id(self):
1698
+ """ """
1699
+ ...
1700
+
1701
+ def path_resolve(self):
1702
+ """ """
1703
+ ...
1704
+
1705
+ def poll(self, context):
1706
+ """
1707
+
1708
+ :param context:
1709
+ """
1710
+ ...
1711
+
1712
+ def poll_collision(self, context):
1713
+ """
1714
+
1715
+ :param context:
1716
+ """
1717
+ ...
1718
+
1719
+ def poll_force_field(self, context):
1720
+ """
1721
+
1722
+ :param context:
1723
+ """
1724
+ ...
1725
+
1726
+ def pop(self):
1727
+ """ """
1728
+ ...
1729
+
1730
+ def prepend(self, draw_func):
1731
+ """
1732
+
1733
+ :param draw_func:
1734
+ """
1735
+ ...
1736
+
1737
+ def property_overridable_library_set(self):
1738
+ """ """
1739
+ ...
1740
+
1741
+ def property_unset(self):
1742
+ """ """
1743
+ ...
1744
+
1745
+ def remove(self, draw_func):
1746
+ """
1747
+
1748
+ :param draw_func:
1749
+ """
1750
+ ...
1751
+
1752
+ def type_recast(self):
1753
+ """ """
1754
+ ...
1755
+
1756
+ def values(self):
1757
+ """ """
1758
+ ...
1759
+
1760
+ class PhysicButtonsPanel:
1761
+ """ """
1762
+
1763
+ bl_context: typing.Any
1764
+ """ """
1765
+
1766
+ bl_region_type: typing.Any
1767
+ """ """
1768
+
1769
+ bl_space_type: typing.Any
1770
+ """ """
1771
+
1772
+ def poll_collision(self, context):
1773
+ """
1774
+
1775
+ :param context:
1776
+ """
1777
+ ...
1778
+
1779
+ def poll_force_field(self, context):
1780
+ """
1781
+
1782
+ :param context:
1783
+ """
1784
+ ...
1785
+
1786
+ def collision_warning(layout):
1787
+ """ """
425
1788
 
426
- def append(self, draw_func): ...
427
- def as_pointer(self): ...
428
- def bl_rna_get_subclass(self): ...
429
- def bl_rna_get_subclass_py(self): ...
430
- def draw(self, context): ...
431
- def driver_add(self): ...
432
- def driver_remove(self): ...
433
- def get(self): ...
434
- def id_properties_clear(self): ...
435
- def id_properties_ensure(self): ...
436
- def id_properties_ui(self): ...
437
- def is_extended(self): ...
438
- def is_property_hidden(self): ...
439
- def is_property_overridable_library(self): ...
440
- def is_property_readonly(self): ...
441
- def is_property_set(self): ...
442
- def items(self): ...
443
- def keyframe_delete(self): ...
444
- def keyframe_insert(self): ...
445
- def keys(self): ...
446
- def path_from_id(self): ...
447
- def path_resolve(self): ...
448
- def poll(self, context): ...
449
- def poll_collision(self, context): ...
450
- def poll_force_field(self, context): ...
451
- def pop(self): ...
452
- def prepend(self, draw_func): ...
453
- def property_overridable_library_set(self): ...
454
- def property_unset(self): ...
455
- def remove(self, draw_func): ...
456
- def type_recast(self): ...
457
- def values(self): ...
458
-
459
- def collision_warning(layout): ...
1789
+ ...