fake-bpy-module 20240717__py3-none-any.whl → 20240719__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 (119) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -190
  2. bl_operators/anim/__init__.pyi +104 -1504
  3. bl_operators/assets/__init__.pyi +3 -535
  4. bl_operators/bone_selection_sets/__init__.pyi +187 -2680
  5. bl_operators/clip/__init__.pyi +144 -1894
  6. bl_operators/connect_to_output/__init__.pyi +3 -176
  7. bl_operators/console/__init__.pyi +5 -880
  8. bl_operators/constraint/__init__.pyi +4 -704
  9. bl_operators/file/__init__.pyi +3 -528
  10. bl_operators/freestyle/__init__.pyi +4 -704
  11. bl_operators/geometry_nodes/__init__.pyi +4 -704
  12. bl_operators/image/__init__.pyi +5 -869
  13. bl_operators/image_as_planes/__init__.pyi +4 -424
  14. bl_operators/mesh/__init__.pyi +3 -528
  15. bl_operators/node/__init__.pyi +159 -2065
  16. bl_operators/object/__init__.pyi +217 -2842
  17. bl_operators/object_align/__init__.pyi +1 -176
  18. bl_operators/object_quick_effects/__init__.pyi +4 -725
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -176
  20. bl_operators/presets/__init__.pyi +405 -5487
  21. bl_operators/rigidbody/__init__.pyi +3 -528
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -176
  23. bl_operators/sequencer/__init__.pyi +119 -1507
  24. bl_operators/spreadsheet/__init__.pyi +1 -176
  25. bl_operators/userpref/__init__.pyi +383 -4757
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -176
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -176
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -352
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -176
  30. bl_operators/view3d/__init__.pyi +101 -1468
  31. bl_operators/wm/__init__.pyi +723 -8894
  32. bl_operators/world/__init__.pyi +1 -176
  33. bl_ui/__init__.pyi +3 -534
  34. bl_ui/anim/__init__.pyi +1 -244
  35. bl_ui/asset_shelf/__init__.pyi +1 -189
  36. bl_ui/generic_ui_list/__init__.pyi +3 -594
  37. bl_ui/node_add_menu/__init__.pyi +1 -244
  38. bl_ui/node_add_menu_compositor/__init__.pyi +226 -4600
  39. bl_ui/node_add_menu_geometry/__init__.pyi +654 -12802
  40. bl_ui/node_add_menu_shader/__init__.pyi +94 -2531
  41. bl_ui/node_add_menu_texture/__init__.pyi +81 -2268
  42. bl_ui/properties_collection/__init__.pyi +58 -1272
  43. bl_ui/properties_constraint/__init__.pyi +1508 -32656
  44. bl_ui/properties_data_armature/__init__.pyi +278 -3804
  45. bl_ui/properties_data_bone/__init__.pyi +151 -2062
  46. bl_ui/properties_data_camera/__init__.pyi +216 -3034
  47. bl_ui/properties_data_curve/__init__.pyi +214 -3117
  48. bl_ui/properties_data_curves/__init__.pyi +57 -1273
  49. bl_ui/properties_data_empty/__init__.pyi +2 -385
  50. bl_ui/properties_data_gpencil/__init__.pyi +285 -3922
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +198 -3081
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -595
  53. bl_ui/properties_data_light/__init__.pyi +200 -2502
  54. bl_ui/properties_data_lightprobe/__init__.pyi +212 -2704
  55. bl_ui/properties_data_mesh/__init__.pyi +323 -4380
  56. bl_ui/properties_data_metaball/__init__.pyi +38 -1011
  57. bl_ui/properties_data_modifier/__init__.pyi +157 -2451
  58. bl_ui/properties_data_pointcloud/__init__.pyi +68 -1087
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -189
  60. bl_ui/properties_data_speaker/__init__.pyi +36 -1018
  61. bl_ui/properties_data_volume/__init__.pyi +104 -1660
  62. bl_ui/properties_freestyle/__init__.pyi +438 -5136
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +197 -3852
  64. bl_ui/properties_mask_common/__init__.pyi +59 -1705
  65. bl_ui/properties_material/__init__.pyi +227 -3334
  66. bl_ui/properties_material_gpencil/__init__.pyi +187 -2221
  67. bl_ui/properties_object/__init__.pyi +197 -2908
  68. bl_ui/properties_output/__init__.pyi +286 -3895
  69. bl_ui/properties_paint_common/__init__.pyi +40 -923
  70. bl_ui/properties_particle/__init__.pyi +954 -10839
  71. bl_ui/properties_physics_cloth/__init__.pyi +219 -2979
  72. bl_ui/properties_physics_common/__init__.pyi +1 -196
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +429 -5411
  74. bl_ui/properties_physics_field/__init__.pyi +160 -2166
  75. bl_ui/properties_physics_fluid/__init__.pyi +541 -7352
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -189
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +125 -1623
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +196 -2640
  79. bl_ui/properties_physics_softbody/__init__.pyi +238 -3135
  80. bl_ui/properties_render/__init__.pyi +1065 -11565
  81. bl_ui/properties_scene/__init__.pyi +209 -3090
  82. bl_ui/properties_texture/__init__.pyi +426 -5475
  83. bl_ui/properties_view_layer/__init__.pyi +264 -3827
  84. bl_ui/properties_workspace/__init__.pyi +7 -770
  85. bl_ui/properties_world/__init__.pyi +147 -2056
  86. bl_ui/space_clip/__init__.pyi +1013 -16279
  87. bl_ui/space_console/__init__.pyi +39 -1442
  88. bl_ui/space_dopesheet/__init__.pyi +450 -7213
  89. bl_ui/space_filebrowser/__init__.pyi +406 -6708
  90. bl_ui/space_graph/__init__.pyi +223 -4886
  91. bl_ui/space_image/__init__.pyi +1091 -16394
  92. bl_ui/space_info/__init__.pyi +39 -1442
  93. bl_ui/space_nla/__init__.pyi +216 -4157
  94. bl_ui/space_node/__init__.pyi +394 -6344
  95. bl_ui/space_outliner/__init__.pyi +156 -3448
  96. bl_ui/space_properties/__init__.pyi +3 -567
  97. bl_ui/space_sequencer/__init__.pyi +1224 -18036
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -189
  99. bl_ui/space_statusbar/__init__.pyi +1 -189
  100. bl_ui/space_text/__init__.pyi +183 -3851
  101. bl_ui/space_time/__init__.pyi +69 -1622
  102. bl_ui/space_toolsystem_common/__init__.pyi +2 -118
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -476
  104. bl_ui/space_topbar/__init__.pyi +322 -6269
  105. bl_ui/space_userpref/__init__.pyi +1758 -19735
  106. bl_ui/space_view3d/__init__.pyi +3853 -67593
  107. bl_ui/space_view3d_toolbar/__init__.pyi +1948 -23558
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -189
  109. bl_ui/utils/__init__.pyi +0 -35
  110. bpy/ops/outliner/__init__.pyi +0 -1
  111. bpy/ops/screen/__init__.pyi +6 -3
  112. bpy/types/__init__.pyi +77 -5
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/RECORD +119 -119
  116. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/WHEEL +1 -1
  117. keyingsets_builtins/__init__.pyi +268 -4448
  118. nodeitems_builtins/__init__.pyi +1 -7
  119. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ import bpy_types
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types._GenericUI):
10
+ class PHYSICS_PT_collision(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_context: typing.Any
13
13
  bl_label: typing.Any
@@ -16,22 +16,6 @@ class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types._GenericUI):
16
16
  bl_space_type: typing.Any
17
17
  id_data: typing.Any
18
18
 
19
- def append(self, draw_func):
20
- """Append a draw function to this menu,
21
- takes the same arguments as the menus draw function
22
-
23
- :param draw_func:
24
- """
25
- ...
26
-
27
- def as_pointer(self) -> int:
28
- """Returns the memory address which holds a pointer to Blender's internal data
29
-
30
- :return: int (memory address).
31
- :rtype: int
32
- """
33
- ...
34
-
35
19
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
36
20
  """
37
21
 
@@ -55,128 +39,92 @@ class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types._GenericUI):
55
39
  """
56
40
  ...
57
41
 
58
- def driver_add(self) -> bpy.types.FCurve:
59
- """Adds driver(s) to the given property
60
-
61
- :return: The driver(s) added.
62
- :rtype: bpy.types.FCurve
42
+ @classmethod
43
+ def poll(cls, context):
63
44
  """
64
- ...
65
45
 
66
- def driver_remove(self) -> bool:
67
- """Remove driver(s) from the given property
68
-
69
- :return: Success of driver removal.
70
- :rtype: bool
46
+ :param context:
71
47
  """
72
48
  ...
73
49
 
74
- def get(self):
75
- """Returns the value of the custom property assigned to key or default
76
- when not found (matches Python's dictionary function of the same name).
77
-
78
- """
79
- ...
50
+ class PHYSICS_PT_collision_particle(
51
+ bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
52
+ ):
53
+ COMPAT_ENGINES: typing.Any
54
+ bl_context: typing.Any
55
+ bl_label: typing.Any
56
+ bl_parent_id: typing.Any
57
+ bl_region_type: typing.Any
58
+ bl_rna: typing.Any
59
+ bl_space_type: typing.Any
60
+ id_data: typing.Any
80
61
 
81
- def id_properties_clear(self):
62
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
82
63
  """
83
64
 
84
- :return: Remove the parent group for an RNA struct's custom IDProperties.
65
+ :return: The RNA type or default when not found.
66
+ :rtype: bpy.types.Struct
85
67
  """
86
68
  ...
87
69
 
88
- def id_properties_ensure(self):
70
+ def bl_rna_get_subclass_py(self) -> typing.Any:
89
71
  """
90
72
 
91
- :return: the parent group for an RNA struct's custom IDProperties.
73
+ :return: The class or default when not found.
74
+ :rtype: typing.Any
92
75
  """
93
76
  ...
94
77
 
95
- def id_properties_ui(self):
96
- """
97
-
98
- :return: Return an object used to manage an IDProperty's UI data.
78
+ def draw(self, context):
99
79
  """
100
- ...
101
80
 
102
- def is_extended(self): ...
103
- def is_property_hidden(self) -> bool:
104
- """Check if a property is hidden.
105
-
106
- :return: True when the property is hidden.
107
- :rtype: bool
81
+ :param context:
108
82
  """
109
83
  ...
110
84
 
111
- def is_property_overridable_library(self) -> bool:
112
- """Check if a property is overridable.
113
-
114
- :return: True when the property is overridable.
115
- :rtype: bool
85
+ @classmethod
86
+ def poll(cls, context):
116
87
  """
117
- ...
118
88
 
119
- def is_property_readonly(self) -> bool:
120
- """Check if a property is readonly.
121
-
122
- :return: True when the property is readonly (not writable).
123
- :rtype: bool
89
+ :param context:
124
90
  """
125
91
  ...
126
92
 
127
- def is_property_set(self) -> bool:
128
- """Check if a property is set, use for testing operator properties.
93
+ class PHYSICS_PT_collision_softbody(
94
+ bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
95
+ ):
96
+ COMPAT_ENGINES: typing.Any
97
+ bl_context: typing.Any
98
+ bl_label: typing.Any
99
+ bl_parent_id: typing.Any
100
+ bl_region_type: typing.Any
101
+ bl_rna: typing.Any
102
+ bl_space_type: typing.Any
103
+ id_data: typing.Any
129
104
 
130
- :return: True when the property has been set.
131
- :rtype: bool
105
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
132
106
  """
133
- ...
134
-
135
- def items(self):
136
- """Returns the items of this objects custom properties (matches Python's
137
- dictionary function of the same name).
138
107
 
139
- :return: custom property key, value pairs.
108
+ :return: The RNA type or default when not found.
109
+ :rtype: bpy.types.Struct
140
110
  """
141
111
  ...
142
112
 
143
- def keyframe_delete(self) -> bool:
144
- """Remove a keyframe from this properties fcurve.
145
-
146
- :return: Success of keyframe deletion.
147
- :rtype: bool
113
+ def bl_rna_get_subclass_py(self) -> typing.Any:
148
114
  """
149
- ...
150
-
151
- def keyframe_insert(self) -> bool:
152
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
153
115
 
154
- :return: Success of keyframe insertion.
155
- :rtype: bool
116
+ :return: The class or default when not found.
117
+ :rtype: typing.Any
156
118
  """
157
119
  ...
158
120
 
159
- def keys(self):
160
- """Returns the keys of this objects custom properties (matches Python's
161
- dictionary function of the same name).
162
-
163
- :return: custom property keys.
121
+ def draw(self, context):
164
122
  """
165
- ...
166
-
167
- def path_from_id(self) -> str:
168
- """Returns the data path from the ID to this object (string).
169
123
 
170
- :return: The path from `bpy.types.bpy_struct.id_data`
171
- to this struct and property (when given).
172
- :rtype: str
124
+ :param context:
173
125
  """
174
126
  ...
175
127
 
176
- def path_resolve(self):
177
- """Returns the property from the path, raise an exception when not found."""
178
- ...
179
-
180
128
  @classmethod
181
129
  def poll(cls, context):
182
130
  """
@@ -185,71 +133,49 @@ class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types._GenericUI):
185
133
  """
186
134
  ...
187
135
 
188
- def poll_collision(self, context):
189
- """
190
-
191
- :param context:
192
- """
193
- ...
136
+ class PHYSICS_PT_field(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
137
+ COMPAT_ENGINES: typing.Any
138
+ bl_context: typing.Any
139
+ bl_label: typing.Any
140
+ bl_region_type: typing.Any
141
+ bl_rna: typing.Any
142
+ bl_space_type: typing.Any
143
+ id_data: typing.Any
194
144
 
195
- def poll_force_field(self, context):
145
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
196
146
  """
197
147
 
198
- :param context:
148
+ :return: The RNA type or default when not found.
149
+ :rtype: bpy.types.Struct
199
150
  """
200
151
  ...
201
152
 
202
- def pop(self):
203
- """Remove and return the value of the custom property assigned to key or default
204
- when not found (matches Python's dictionary function of the same name).
205
-
153
+ def bl_rna_get_subclass_py(self) -> typing.Any:
206
154
  """
207
- ...
208
155
 
209
- def prepend(self, draw_func):
210
- """Prepend a draw function to this menu, takes the same arguments as
211
- the menus draw function
212
-
213
- :param draw_func:
156
+ :return: The class or default when not found.
157
+ :rtype: typing.Any
214
158
  """
215
159
  ...
216
160
 
217
- def property_overridable_library_set(self) -> bool:
218
- """Define a property as overridable or not (only for custom properties!).
219
-
220
- :return: True when the overridable status of the property was successfully set.
221
- :rtype: bool
161
+ def draw(self, context):
222
162
  """
223
- ...
224
163
 
225
- def property_unset(self):
226
- """Unset a property, will use default value afterward."""
227
- ...
228
-
229
- def remove(self, draw_func):
230
- """Remove a draw function that has been added to this menu
231
-
232
- :param draw_func:
164
+ :param context:
233
165
  """
234
166
  ...
235
167
 
236
- def type_recast(self):
237
- """Return a new instance, this is needed because types
238
- such as textures can be changed at runtime.
239
-
240
- :return: a new instance of this object with the type initialized again.
168
+ @classmethod
169
+ def poll(cls, context):
241
170
  """
242
- ...
243
171
 
244
- def values(self):
245
- """Returns the values of this objects custom properties (matches Python's
246
- dictionary function of the same name).
247
-
248
- :return: custom property values.
172
+ :param context:
249
173
  """
250
174
  ...
251
175
 
252
- class PHYSICS_PT_collision_particle(PhysicButtonsPanel, bpy_types._GenericUI):
176
+ class PHYSICS_PT_field_falloff(
177
+ bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
178
+ ):
253
179
  COMPAT_ENGINES: typing.Any
254
180
  bl_context: typing.Any
255
181
  bl_label: typing.Any
@@ -259,22 +185,6 @@ class PHYSICS_PT_collision_particle(PhysicButtonsPanel, bpy_types._GenericUI):
259
185
  bl_space_type: typing.Any
260
186
  id_data: typing.Any
261
187
 
262
- def append(self, draw_func):
263
- """Append a draw function to this menu,
264
- takes the same arguments as the menus draw function
265
-
266
- :param draw_func:
267
- """
268
- ...
269
-
270
- def as_pointer(self) -> int:
271
- """Returns the memory address which holds a pointer to Blender's internal data
272
-
273
- :return: int (memory address).
274
- :rtype: int
275
- """
276
- ...
277
-
278
188
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
279
189
  """
280
190
 
@@ -298,128 +208,92 @@ class PHYSICS_PT_collision_particle(PhysicButtonsPanel, bpy_types._GenericUI):
298
208
  """
299
209
  ...
300
210
 
301
- def driver_add(self) -> bpy.types.FCurve:
302
- """Adds driver(s) to the given property
303
-
304
- :return: The driver(s) added.
305
- :rtype: bpy.types.FCurve
211
+ @classmethod
212
+ def poll(cls, context):
306
213
  """
307
- ...
308
-
309
- def driver_remove(self) -> bool:
310
- """Remove driver(s) from the given property
311
214
 
312
- :return: Success of driver removal.
313
- :rtype: bool
215
+ :param context:
314
216
  """
315
217
  ...
316
218
 
317
- def get(self):
318
- """Returns the value of the custom property assigned to key or default
319
- when not found (matches Python's dictionary function of the same name).
320
-
321
- """
322
- ...
219
+ class PHYSICS_PT_field_falloff_angular(
220
+ bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
221
+ ):
222
+ COMPAT_ENGINES: typing.Any
223
+ bl_context: typing.Any
224
+ bl_label: typing.Any
225
+ bl_parent_id: typing.Any
226
+ bl_region_type: typing.Any
227
+ bl_rna: typing.Any
228
+ bl_space_type: typing.Any
229
+ id_data: typing.Any
323
230
 
324
- def id_properties_clear(self):
231
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
325
232
  """
326
233
 
327
- :return: Remove the parent group for an RNA struct's custom IDProperties.
234
+ :return: The RNA type or default when not found.
235
+ :rtype: bpy.types.Struct
328
236
  """
329
237
  ...
330
238
 
331
- def id_properties_ensure(self):
239
+ def bl_rna_get_subclass_py(self) -> typing.Any:
332
240
  """
333
241
 
334
- :return: the parent group for an RNA struct's custom IDProperties.
242
+ :return: The class or default when not found.
243
+ :rtype: typing.Any
335
244
  """
336
245
  ...
337
246
 
338
- def id_properties_ui(self):
339
- """
340
-
341
- :return: Return an object used to manage an IDProperty's UI data.
247
+ def draw(self, context):
342
248
  """
343
- ...
344
-
345
- def is_extended(self): ...
346
- def is_property_hidden(self) -> bool:
347
- """Check if a property is hidden.
348
249
 
349
- :return: True when the property is hidden.
350
- :rtype: bool
250
+ :param context:
351
251
  """
352
252
  ...
353
253
 
354
- def is_property_overridable_library(self) -> bool:
355
- """Check if a property is overridable.
356
-
357
- :return: True when the property is overridable.
358
- :rtype: bool
254
+ @classmethod
255
+ def poll(cls, context):
359
256
  """
360
- ...
361
-
362
- def is_property_readonly(self) -> bool:
363
- """Check if a property is readonly.
364
257
 
365
- :return: True when the property is readonly (not writable).
366
- :rtype: bool
258
+ :param context:
367
259
  """
368
260
  ...
369
261
 
370
- def is_property_set(self) -> bool:
371
- """Check if a property is set, use for testing operator properties.
262
+ class PHYSICS_PT_field_falloff_radial(
263
+ bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
264
+ ):
265
+ COMPAT_ENGINES: typing.Any
266
+ bl_context: typing.Any
267
+ bl_label: typing.Any
268
+ bl_parent_id: typing.Any
269
+ bl_region_type: typing.Any
270
+ bl_rna: typing.Any
271
+ bl_space_type: typing.Any
272
+ id_data: typing.Any
372
273
 
373
- :return: True when the property has been set.
374
- :rtype: bool
274
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
375
275
  """
376
- ...
377
276
 
378
- def items(self):
379
- """Returns the items of this objects custom properties (matches Python's
380
- dictionary function of the same name).
381
-
382
- :return: custom property key, value pairs.
277
+ :return: The RNA type or default when not found.
278
+ :rtype: bpy.types.Struct
383
279
  """
384
280
  ...
385
281
 
386
- def keyframe_delete(self) -> bool:
387
- """Remove a keyframe from this properties fcurve.
388
-
389
- :return: Success of keyframe deletion.
390
- :rtype: bool
282
+ def bl_rna_get_subclass_py(self) -> typing.Any:
391
283
  """
392
- ...
393
284
 
394
- def keyframe_insert(self) -> bool:
395
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
396
-
397
- :return: Success of keyframe insertion.
398
- :rtype: bool
285
+ :return: The class or default when not found.
286
+ :rtype: typing.Any
399
287
  """
400
288
  ...
401
289
 
402
- def keys(self):
403
- """Returns the keys of this objects custom properties (matches Python's
404
- dictionary function of the same name).
405
-
406
- :return: custom property keys.
290
+ def draw(self, context):
407
291
  """
408
- ...
409
292
 
410
- def path_from_id(self) -> str:
411
- """Returns the data path from the ID to this object (string).
412
-
413
- :return: The path from `bpy.types.bpy_struct.id_data`
414
- to this struct and property (when given).
415
- :rtype: str
293
+ :param context:
416
294
  """
417
295
  ...
418
296
 
419
- def path_resolve(self):
420
- """Returns the property from the path, raise an exception when not found."""
421
- ...
422
-
423
297
  @classmethod
424
298
  def poll(cls, context):
425
299
  """
@@ -428,71 +302,52 @@ class PHYSICS_PT_collision_particle(PhysicButtonsPanel, bpy_types._GenericUI):
428
302
  """
429
303
  ...
430
304
 
431
- def poll_collision(self, context):
432
- """
433
-
434
- :param context:
435
- """
436
- ...
305
+ class PHYSICS_PT_field_settings(
306
+ bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
307
+ ):
308
+ COMPAT_ENGINES: typing.Any
309
+ bl_context: typing.Any
310
+ bl_label: typing.Any
311
+ bl_parent_id: typing.Any
312
+ bl_region_type: typing.Any
313
+ bl_rna: typing.Any
314
+ bl_space_type: typing.Any
315
+ id_data: typing.Any
437
316
 
438
- def poll_force_field(self, context):
317
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
439
318
  """
440
319
 
441
- :param context:
320
+ :return: The RNA type or default when not found.
321
+ :rtype: bpy.types.Struct
442
322
  """
443
323
  ...
444
324
 
445
- def pop(self):
446
- """Remove and return the value of the custom property assigned to key or default
447
- when not found (matches Python's dictionary function of the same name).
448
-
325
+ def bl_rna_get_subclass_py(self) -> typing.Any:
449
326
  """
450
- ...
451
-
452
- def prepend(self, draw_func):
453
- """Prepend a draw function to this menu, takes the same arguments as
454
- the menus draw function
455
327
 
456
- :param draw_func:
328
+ :return: The class or default when not found.
329
+ :rtype: typing.Any
457
330
  """
458
331
  ...
459
332
 
460
- def property_overridable_library_set(self) -> bool:
461
- """Define a property as overridable or not (only for custom properties!).
462
-
463
- :return: True when the overridable status of the property was successfully set.
464
- :rtype: bool
333
+ def draw(self, context):
465
334
  """
466
- ...
467
-
468
- def property_unset(self):
469
- """Unset a property, will use default value afterward."""
470
- ...
471
-
472
- def remove(self, draw_func):
473
- """Remove a draw function that has been added to this menu
474
335
 
475
- :param draw_func:
336
+ :param context:
476
337
  """
477
338
  ...
478
339
 
479
- def type_recast(self):
480
- """Return a new instance, this is needed because types
481
- such as textures can be changed at runtime.
482
-
483
- :return: a new instance of this object with the type initialized again.
340
+ @classmethod
341
+ def poll(cls, context):
484
342
  """
485
- ...
486
-
487
- def values(self):
488
- """Returns the values of this objects custom properties (matches Python's
489
- dictionary function of the same name).
490
343
 
491
- :return: custom property values.
344
+ :param context:
492
345
  """
493
346
  ...
494
347
 
495
- class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
348
+ class PHYSICS_PT_field_settings_kink(
349
+ bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
350
+ ):
496
351
  COMPAT_ENGINES: typing.Any
497
352
  bl_context: typing.Any
498
353
  bl_label: typing.Any
@@ -502,22 +357,6 @@ class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
502
357
  bl_space_type: typing.Any
503
358
  id_data: typing.Any
504
359
 
505
- def append(self, draw_func):
506
- """Append a draw function to this menu,
507
- takes the same arguments as the menus draw function
508
-
509
- :param draw_func:
510
- """
511
- ...
512
-
513
- def as_pointer(self) -> int:
514
- """Returns the memory address which holds a pointer to Blender's internal data
515
-
516
- :return: int (memory address).
517
- :rtype: int
518
- """
519
- ...
520
-
521
360
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
522
361
  """
523
362
 
@@ -541,1902 +380,57 @@ class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
541
380
  """
542
381
  ...
543
382
 
544
- def driver_add(self) -> bpy.types.FCurve:
545
- """Adds driver(s) to the given property
546
-
547
- :return: The driver(s) added.
548
- :rtype: bpy.types.FCurve
383
+ @classmethod
384
+ def poll(cls, context):
549
385
  """
550
- ...
551
386
 
552
- def driver_remove(self) -> bool:
553
- """Remove driver(s) from the given property
554
-
555
- :return: Success of driver removal.
556
- :rtype: bool
387
+ :param context:
557
388
  """
558
389
  ...
559
390
 
560
- def get(self):
561
- """Returns the value of the custom property assigned to key or default
562
- when not found (matches Python's dictionary function of the same name).
563
-
564
- """
565
- ...
391
+ class PHYSICS_PT_field_settings_texture_select(
392
+ bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
393
+ ):
394
+ COMPAT_ENGINES: typing.Any
395
+ bl_context: typing.Any
396
+ bl_label: typing.Any
397
+ bl_parent_id: typing.Any
398
+ bl_region_type: typing.Any
399
+ bl_rna: typing.Any
400
+ bl_space_type: typing.Any
401
+ id_data: typing.Any
566
402
 
567
- def id_properties_clear(self):
403
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
568
404
  """
569
405
 
570
- :return: Remove the parent group for an RNA struct's custom IDProperties.
406
+ :return: The RNA type or default when not found.
407
+ :rtype: bpy.types.Struct
571
408
  """
572
409
  ...
573
410
 
574
- def id_properties_ensure(self):
411
+ def bl_rna_get_subclass_py(self) -> typing.Any:
575
412
  """
576
413
 
577
- :return: the parent group for an RNA struct's custom IDProperties.
414
+ :return: The class or default when not found.
415
+ :rtype: typing.Any
578
416
  """
579
417
  ...
580
418
 
581
- def id_properties_ui(self):
419
+ def draw(self, context):
582
420
  """
583
421
 
584
- :return: Return an object used to manage an IDProperty's UI data.
422
+ :param context:
585
423
  """
586
424
  ...
587
425
 
588
- def is_extended(self): ...
589
- def is_property_hidden(self) -> bool:
590
- """Check if a property is hidden.
591
-
592
- :return: True when the property is hidden.
593
- :rtype: bool
594
- """
595
- ...
596
-
597
- def is_property_overridable_library(self) -> bool:
598
- """Check if a property is overridable.
599
-
600
- :return: True when the property is overridable.
601
- :rtype: bool
602
- """
603
- ...
604
-
605
- def is_property_readonly(self) -> bool:
606
- """Check if a property is readonly.
607
-
608
- :return: True when the property is readonly (not writable).
609
- :rtype: bool
610
- """
611
- ...
612
-
613
- def is_property_set(self) -> bool:
614
- """Check if a property is set, use for testing operator properties.
615
-
616
- :return: True when the property has been set.
617
- :rtype: bool
618
- """
619
- ...
620
-
621
- def items(self):
622
- """Returns the items of this objects custom properties (matches Python's
623
- dictionary function of the same name).
624
-
625
- :return: custom property key, value pairs.
626
- """
627
- ...
628
-
629
- def keyframe_delete(self) -> bool:
630
- """Remove a keyframe from this properties fcurve.
631
-
632
- :return: Success of keyframe deletion.
633
- :rtype: bool
634
- """
635
- ...
636
-
637
- def keyframe_insert(self) -> bool:
638
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
639
-
640
- :return: Success of keyframe insertion.
641
- :rtype: bool
642
- """
643
- ...
644
-
645
- def keys(self):
646
- """Returns the keys of this objects custom properties (matches Python's
647
- dictionary function of the same name).
648
-
649
- :return: custom property keys.
650
- """
651
- ...
652
-
653
- def path_from_id(self) -> str:
654
- """Returns the data path from the ID to this object (string).
655
-
656
- :return: The path from `bpy.types.bpy_struct.id_data`
657
- to this struct and property (when given).
658
- :rtype: str
659
- """
660
- ...
661
-
662
- def path_resolve(self):
663
- """Returns the property from the path, raise an exception when not found."""
664
- ...
665
-
666
- @classmethod
667
- def poll(cls, context):
668
- """
669
-
670
- :param context:
671
- """
672
- ...
673
-
674
- def poll_collision(self, context):
675
- """
676
-
677
- :param context:
678
- """
679
- ...
680
-
681
- def poll_force_field(self, context):
682
- """
683
-
684
- :param context:
685
- """
686
- ...
687
-
688
- def pop(self):
689
- """Remove and return the value of the custom property assigned to key or default
690
- when not found (matches Python's dictionary function of the same name).
691
-
692
- """
693
- ...
694
-
695
- def prepend(self, draw_func):
696
- """Prepend a draw function to this menu, takes the same arguments as
697
- the menus draw function
698
-
699
- :param draw_func:
700
- """
701
- ...
702
-
703
- def property_overridable_library_set(self) -> bool:
704
- """Define a property as overridable or not (only for custom properties!).
705
-
706
- :return: True when the overridable status of the property was successfully set.
707
- :rtype: bool
708
- """
709
- ...
710
-
711
- def property_unset(self):
712
- """Unset a property, will use default value afterward."""
713
- ...
714
-
715
- def remove(self, draw_func):
716
- """Remove a draw function that has been added to this menu
717
-
718
- :param draw_func:
719
- """
720
- ...
721
-
722
- def type_recast(self):
723
- """Return a new instance, this is needed because types
724
- such as textures can be changed at runtime.
725
-
726
- :return: a new instance of this object with the type initialized again.
727
- """
728
- ...
729
-
730
- def values(self):
731
- """Returns the values of this objects custom properties (matches Python's
732
- dictionary function of the same name).
733
-
734
- :return: custom property values.
735
- """
736
- ...
737
-
738
- class PHYSICS_PT_field(PhysicButtonsPanel, bpy_types._GenericUI):
739
- COMPAT_ENGINES: typing.Any
740
- bl_context: typing.Any
741
- bl_label: typing.Any
742
- bl_region_type: typing.Any
743
- bl_rna: typing.Any
744
- bl_space_type: typing.Any
745
- id_data: typing.Any
746
-
747
- def append(self, draw_func):
748
- """Append a draw function to this menu,
749
- takes the same arguments as the menus draw function
750
-
751
- :param draw_func:
752
- """
753
- ...
754
-
755
- def as_pointer(self) -> int:
756
- """Returns the memory address which holds a pointer to Blender's internal data
757
-
758
- :return: int (memory address).
759
- :rtype: int
760
- """
761
- ...
762
-
763
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
764
- """
765
-
766
- :return: The RNA type or default when not found.
767
- :rtype: bpy.types.Struct
768
- """
769
- ...
770
-
771
- def bl_rna_get_subclass_py(self) -> typing.Any:
772
- """
773
-
774
- :return: The class or default when not found.
775
- :rtype: typing.Any
776
- """
777
- ...
778
-
779
- def draw(self, context):
780
- """
781
-
782
- :param context:
783
- """
784
- ...
785
-
786
- def driver_add(self) -> bpy.types.FCurve:
787
- """Adds driver(s) to the given property
788
-
789
- :return: The driver(s) added.
790
- :rtype: bpy.types.FCurve
791
- """
792
- ...
793
-
794
- def driver_remove(self) -> bool:
795
- """Remove driver(s) from the given property
796
-
797
- :return: Success of driver removal.
798
- :rtype: bool
799
- """
800
- ...
801
-
802
- def get(self):
803
- """Returns the value of the custom property assigned to key or default
804
- when not found (matches Python's dictionary function of the same name).
805
-
806
- """
807
- ...
808
-
809
- def id_properties_clear(self):
810
- """
811
-
812
- :return: Remove the parent group for an RNA struct's custom IDProperties.
813
- """
814
- ...
815
-
816
- def id_properties_ensure(self):
817
- """
818
-
819
- :return: the parent group for an RNA struct's custom IDProperties.
820
- """
821
- ...
822
-
823
- def id_properties_ui(self):
824
- """
825
-
826
- :return: Return an object used to manage an IDProperty's UI data.
827
- """
828
- ...
829
-
830
- def is_extended(self): ...
831
- def is_property_hidden(self) -> bool:
832
- """Check if a property is hidden.
833
-
834
- :return: True when the property is hidden.
835
- :rtype: bool
836
- """
837
- ...
838
-
839
- def is_property_overridable_library(self) -> bool:
840
- """Check if a property is overridable.
841
-
842
- :return: True when the property is overridable.
843
- :rtype: bool
844
- """
845
- ...
846
-
847
- def is_property_readonly(self) -> bool:
848
- """Check if a property is readonly.
849
-
850
- :return: True when the property is readonly (not writable).
851
- :rtype: bool
852
- """
853
- ...
854
-
855
- def is_property_set(self) -> bool:
856
- """Check if a property is set, use for testing operator properties.
857
-
858
- :return: True when the property has been set.
859
- :rtype: bool
860
- """
861
- ...
862
-
863
- def items(self):
864
- """Returns the items of this objects custom properties (matches Python's
865
- dictionary function of the same name).
866
-
867
- :return: custom property key, value pairs.
868
- """
869
- ...
870
-
871
- def keyframe_delete(self) -> bool:
872
- """Remove a keyframe from this properties fcurve.
873
-
874
- :return: Success of keyframe deletion.
875
- :rtype: bool
876
- """
877
- ...
878
-
879
- def keyframe_insert(self) -> bool:
880
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
881
-
882
- :return: Success of keyframe insertion.
883
- :rtype: bool
884
- """
885
- ...
886
-
887
- def keys(self):
888
- """Returns the keys of this objects custom properties (matches Python's
889
- dictionary function of the same name).
890
-
891
- :return: custom property keys.
892
- """
893
- ...
894
-
895
- def path_from_id(self) -> str:
896
- """Returns the data path from the ID to this object (string).
897
-
898
- :return: The path from `bpy.types.bpy_struct.id_data`
899
- to this struct and property (when given).
900
- :rtype: str
901
- """
902
- ...
903
-
904
- def path_resolve(self):
905
- """Returns the property from the path, raise an exception when not found."""
906
- ...
907
-
908
- @classmethod
909
- def poll(cls, context):
910
- """
911
-
912
- :param context:
913
- """
914
- ...
915
-
916
- def poll_collision(self, context):
917
- """
918
-
919
- :param context:
920
- """
921
- ...
922
-
923
- def poll_force_field(self, context):
924
- """
925
-
926
- :param context:
927
- """
928
- ...
929
-
930
- def pop(self):
931
- """Remove and return the value of the custom property assigned to key or default
932
- when not found (matches Python's dictionary function of the same name).
933
-
934
- """
935
- ...
936
-
937
- def prepend(self, draw_func):
938
- """Prepend a draw function to this menu, takes the same arguments as
939
- the menus draw function
940
-
941
- :param draw_func:
942
- """
943
- ...
944
-
945
- def property_overridable_library_set(self) -> bool:
946
- """Define a property as overridable or not (only for custom properties!).
947
-
948
- :return: True when the overridable status of the property was successfully set.
949
- :rtype: bool
950
- """
951
- ...
952
-
953
- def property_unset(self):
954
- """Unset a property, will use default value afterward."""
955
- ...
956
-
957
- def remove(self, draw_func):
958
- """Remove a draw function that has been added to this menu
959
-
960
- :param draw_func:
961
- """
962
- ...
963
-
964
- def type_recast(self):
965
- """Return a new instance, this is needed because types
966
- such as textures can be changed at runtime.
967
-
968
- :return: a new instance of this object with the type initialized again.
969
- """
970
- ...
971
-
972
- def values(self):
973
- """Returns the values of this objects custom properties (matches Python's
974
- dictionary function of the same name).
975
-
976
- :return: custom property values.
977
- """
978
- ...
979
-
980
- class PHYSICS_PT_field_falloff(PhysicButtonsPanel, bpy_types._GenericUI):
981
- COMPAT_ENGINES: typing.Any
982
- bl_context: typing.Any
983
- bl_label: typing.Any
984
- bl_parent_id: typing.Any
985
- bl_region_type: typing.Any
986
- bl_rna: typing.Any
987
- bl_space_type: typing.Any
988
- id_data: typing.Any
989
-
990
- def append(self, draw_func):
991
- """Append a draw function to this menu,
992
- takes the same arguments as the menus draw function
993
-
994
- :param draw_func:
995
- """
996
- ...
997
-
998
- def as_pointer(self) -> int:
999
- """Returns the memory address which holds a pointer to Blender's internal data
1000
-
1001
- :return: int (memory address).
1002
- :rtype: int
1003
- """
1004
- ...
1005
-
1006
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1007
- """
1008
-
1009
- :return: The RNA type or default when not found.
1010
- :rtype: bpy.types.Struct
1011
- """
1012
- ...
1013
-
1014
- def bl_rna_get_subclass_py(self) -> typing.Any:
1015
- """
1016
-
1017
- :return: The class or default when not found.
1018
- :rtype: typing.Any
1019
- """
1020
- ...
1021
-
1022
- def draw(self, context):
1023
- """
1024
-
1025
- :param context:
1026
- """
1027
- ...
1028
-
1029
- def driver_add(self) -> bpy.types.FCurve:
1030
- """Adds driver(s) to the given property
1031
-
1032
- :return: The driver(s) added.
1033
- :rtype: bpy.types.FCurve
1034
- """
1035
- ...
1036
-
1037
- def driver_remove(self) -> bool:
1038
- """Remove driver(s) from the given property
1039
-
1040
- :return: Success of driver removal.
1041
- :rtype: bool
1042
- """
1043
- ...
1044
-
1045
- def get(self):
1046
- """Returns the value of the custom property assigned to key or default
1047
- when not found (matches Python's dictionary function of the same name).
1048
-
1049
- """
1050
- ...
1051
-
1052
- def id_properties_clear(self):
1053
- """
1054
-
1055
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1056
- """
1057
- ...
1058
-
1059
- def id_properties_ensure(self):
1060
- """
1061
-
1062
- :return: the parent group for an RNA struct's custom IDProperties.
1063
- """
1064
- ...
1065
-
1066
- def id_properties_ui(self):
1067
- """
1068
-
1069
- :return: Return an object used to manage an IDProperty's UI data.
1070
- """
1071
- ...
1072
-
1073
- def is_extended(self): ...
1074
- def is_property_hidden(self) -> bool:
1075
- """Check if a property is hidden.
1076
-
1077
- :return: True when the property is hidden.
1078
- :rtype: bool
1079
- """
1080
- ...
1081
-
1082
- def is_property_overridable_library(self) -> bool:
1083
- """Check if a property is overridable.
1084
-
1085
- :return: True when the property is overridable.
1086
- :rtype: bool
1087
- """
1088
- ...
1089
-
1090
- def is_property_readonly(self) -> bool:
1091
- """Check if a property is readonly.
1092
-
1093
- :return: True when the property is readonly (not writable).
1094
- :rtype: bool
1095
- """
1096
- ...
1097
-
1098
- def is_property_set(self) -> bool:
1099
- """Check if a property is set, use for testing operator properties.
1100
-
1101
- :return: True when the property has been set.
1102
- :rtype: bool
1103
- """
1104
- ...
1105
-
1106
- def items(self):
1107
- """Returns the items of this objects custom properties (matches Python's
1108
- dictionary function of the same name).
1109
-
1110
- :return: custom property key, value pairs.
1111
- """
1112
- ...
1113
-
1114
- def keyframe_delete(self) -> bool:
1115
- """Remove a keyframe from this properties fcurve.
1116
-
1117
- :return: Success of keyframe deletion.
1118
- :rtype: bool
1119
- """
1120
- ...
1121
-
1122
- def keyframe_insert(self) -> bool:
1123
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1124
-
1125
- :return: Success of keyframe insertion.
1126
- :rtype: bool
1127
- """
1128
- ...
1129
-
1130
- def keys(self):
1131
- """Returns the keys of this objects custom properties (matches Python's
1132
- dictionary function of the same name).
1133
-
1134
- :return: custom property keys.
1135
- """
1136
- ...
1137
-
1138
- def path_from_id(self) -> str:
1139
- """Returns the data path from the ID to this object (string).
1140
-
1141
- :return: The path from `bpy.types.bpy_struct.id_data`
1142
- to this struct and property (when given).
1143
- :rtype: str
1144
- """
1145
- ...
1146
-
1147
- def path_resolve(self):
1148
- """Returns the property from the path, raise an exception when not found."""
1149
- ...
1150
-
1151
- @classmethod
1152
- def poll(cls, context):
1153
- """
1154
-
1155
- :param context:
1156
- """
1157
- ...
1158
-
1159
- def poll_collision(self, context):
1160
- """
1161
-
1162
- :param context:
1163
- """
1164
- ...
1165
-
1166
- def poll_force_field(self, context):
1167
- """
1168
-
1169
- :param context:
1170
- """
1171
- ...
1172
-
1173
- def pop(self):
1174
- """Remove and return the value of the custom property assigned to key or default
1175
- when not found (matches Python's dictionary function of the same name).
1176
-
1177
- """
1178
- ...
1179
-
1180
- def prepend(self, draw_func):
1181
- """Prepend a draw function to this menu, takes the same arguments as
1182
- the menus draw function
1183
-
1184
- :param draw_func:
1185
- """
1186
- ...
1187
-
1188
- def property_overridable_library_set(self) -> bool:
1189
- """Define a property as overridable or not (only for custom properties!).
1190
-
1191
- :return: True when the overridable status of the property was successfully set.
1192
- :rtype: bool
1193
- """
1194
- ...
1195
-
1196
- def property_unset(self):
1197
- """Unset a property, will use default value afterward."""
1198
- ...
1199
-
1200
- def remove(self, draw_func):
1201
- """Remove a draw function that has been added to this menu
1202
-
1203
- :param draw_func:
1204
- """
1205
- ...
1206
-
1207
- def type_recast(self):
1208
- """Return a new instance, this is needed because types
1209
- such as textures can be changed at runtime.
1210
-
1211
- :return: a new instance of this object with the type initialized again.
1212
- """
1213
- ...
1214
-
1215
- def values(self):
1216
- """Returns the values of this objects custom properties (matches Python's
1217
- dictionary function of the same name).
1218
-
1219
- :return: custom property values.
1220
- """
1221
- ...
1222
-
1223
- class PHYSICS_PT_field_falloff_angular(PhysicButtonsPanel, bpy_types._GenericUI):
1224
- COMPAT_ENGINES: typing.Any
1225
- bl_context: typing.Any
1226
- bl_label: typing.Any
1227
- bl_parent_id: typing.Any
1228
- bl_region_type: typing.Any
1229
- bl_rna: typing.Any
1230
- bl_space_type: typing.Any
1231
- id_data: typing.Any
1232
-
1233
- def append(self, draw_func):
1234
- """Append a draw function to this menu,
1235
- takes the same arguments as the menus draw function
1236
-
1237
- :param draw_func:
1238
- """
1239
- ...
1240
-
1241
- def as_pointer(self) -> int:
1242
- """Returns the memory address which holds a pointer to Blender's internal data
1243
-
1244
- :return: int (memory address).
1245
- :rtype: int
1246
- """
1247
- ...
1248
-
1249
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1250
- """
1251
-
1252
- :return: The RNA type or default when not found.
1253
- :rtype: bpy.types.Struct
1254
- """
1255
- ...
1256
-
1257
- def bl_rna_get_subclass_py(self) -> typing.Any:
1258
- """
1259
-
1260
- :return: The class or default when not found.
1261
- :rtype: typing.Any
1262
- """
1263
- ...
1264
-
1265
- def draw(self, context):
1266
- """
1267
-
1268
- :param context:
1269
- """
1270
- ...
1271
-
1272
- def driver_add(self) -> bpy.types.FCurve:
1273
- """Adds driver(s) to the given property
1274
-
1275
- :return: The driver(s) added.
1276
- :rtype: bpy.types.FCurve
1277
- """
1278
- ...
1279
-
1280
- def driver_remove(self) -> bool:
1281
- """Remove driver(s) from the given property
1282
-
1283
- :return: Success of driver removal.
1284
- :rtype: bool
1285
- """
1286
- ...
1287
-
1288
- def get(self):
1289
- """Returns the value of the custom property assigned to key or default
1290
- when not found (matches Python's dictionary function of the same name).
1291
-
1292
- """
1293
- ...
1294
-
1295
- def id_properties_clear(self):
1296
- """
1297
-
1298
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1299
- """
1300
- ...
1301
-
1302
- def id_properties_ensure(self):
1303
- """
1304
-
1305
- :return: the parent group for an RNA struct's custom IDProperties.
1306
- """
1307
- ...
1308
-
1309
- def id_properties_ui(self):
1310
- """
1311
-
1312
- :return: Return an object used to manage an IDProperty's UI data.
1313
- """
1314
- ...
1315
-
1316
- def is_extended(self): ...
1317
- def is_property_hidden(self) -> bool:
1318
- """Check if a property is hidden.
1319
-
1320
- :return: True when the property is hidden.
1321
- :rtype: bool
1322
- """
1323
- ...
1324
-
1325
- def is_property_overridable_library(self) -> bool:
1326
- """Check if a property is overridable.
1327
-
1328
- :return: True when the property is overridable.
1329
- :rtype: bool
1330
- """
1331
- ...
1332
-
1333
- def is_property_readonly(self) -> bool:
1334
- """Check if a property is readonly.
1335
-
1336
- :return: True when the property is readonly (not writable).
1337
- :rtype: bool
1338
- """
1339
- ...
1340
-
1341
- def is_property_set(self) -> bool:
1342
- """Check if a property is set, use for testing operator properties.
1343
-
1344
- :return: True when the property has been set.
1345
- :rtype: bool
1346
- """
1347
- ...
1348
-
1349
- def items(self):
1350
- """Returns the items of this objects custom properties (matches Python's
1351
- dictionary function of the same name).
1352
-
1353
- :return: custom property key, value pairs.
1354
- """
1355
- ...
1356
-
1357
- def keyframe_delete(self) -> bool:
1358
- """Remove a keyframe from this properties fcurve.
1359
-
1360
- :return: Success of keyframe deletion.
1361
- :rtype: bool
1362
- """
1363
- ...
1364
-
1365
- def keyframe_insert(self) -> bool:
1366
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1367
-
1368
- :return: Success of keyframe insertion.
1369
- :rtype: bool
1370
- """
1371
- ...
1372
-
1373
- def keys(self):
1374
- """Returns the keys of this objects custom properties (matches Python's
1375
- dictionary function of the same name).
1376
-
1377
- :return: custom property keys.
1378
- """
1379
- ...
1380
-
1381
- def path_from_id(self) -> str:
1382
- """Returns the data path from the ID to this object (string).
1383
-
1384
- :return: The path from `bpy.types.bpy_struct.id_data`
1385
- to this struct and property (when given).
1386
- :rtype: str
1387
- """
1388
- ...
1389
-
1390
- def path_resolve(self):
1391
- """Returns the property from the path, raise an exception when not found."""
1392
- ...
1393
-
1394
- @classmethod
1395
- def poll(cls, context):
1396
- """
1397
-
1398
- :param context:
1399
- """
1400
- ...
1401
-
1402
- def poll_collision(self, context):
1403
- """
1404
-
1405
- :param context:
1406
- """
1407
- ...
1408
-
1409
- def poll_force_field(self, context):
1410
- """
1411
-
1412
- :param context:
1413
- """
1414
- ...
1415
-
1416
- def pop(self):
1417
- """Remove and return the value of the custom property assigned to key or default
1418
- when not found (matches Python's dictionary function of the same name).
1419
-
1420
- """
1421
- ...
1422
-
1423
- def prepend(self, draw_func):
1424
- """Prepend a draw function to this menu, takes the same arguments as
1425
- the menus draw function
1426
-
1427
- :param draw_func:
1428
- """
1429
- ...
1430
-
1431
- def property_overridable_library_set(self) -> bool:
1432
- """Define a property as overridable or not (only for custom properties!).
1433
-
1434
- :return: True when the overridable status of the property was successfully set.
1435
- :rtype: bool
1436
- """
1437
- ...
1438
-
1439
- def property_unset(self):
1440
- """Unset a property, will use default value afterward."""
1441
- ...
1442
-
1443
- def remove(self, draw_func):
1444
- """Remove a draw function that has been added to this menu
1445
-
1446
- :param draw_func:
1447
- """
1448
- ...
1449
-
1450
- def type_recast(self):
1451
- """Return a new instance, this is needed because types
1452
- such as textures can be changed at runtime.
1453
-
1454
- :return: a new instance of this object with the type initialized again.
1455
- """
1456
- ...
1457
-
1458
- def values(self):
1459
- """Returns the values of this objects custom properties (matches Python's
1460
- dictionary function of the same name).
1461
-
1462
- :return: custom property values.
1463
- """
1464
- ...
1465
-
1466
- class PHYSICS_PT_field_falloff_radial(PhysicButtonsPanel, bpy_types._GenericUI):
1467
- COMPAT_ENGINES: typing.Any
1468
- bl_context: typing.Any
1469
- bl_label: typing.Any
1470
- bl_parent_id: typing.Any
1471
- bl_region_type: typing.Any
1472
- bl_rna: typing.Any
1473
- bl_space_type: typing.Any
1474
- id_data: typing.Any
1475
-
1476
- def append(self, draw_func):
1477
- """Append a draw function to this menu,
1478
- takes the same arguments as the menus draw function
1479
-
1480
- :param draw_func:
1481
- """
1482
- ...
1483
-
1484
- def as_pointer(self) -> int:
1485
- """Returns the memory address which holds a pointer to Blender's internal data
1486
-
1487
- :return: int (memory address).
1488
- :rtype: int
1489
- """
1490
- ...
1491
-
1492
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1493
- """
1494
-
1495
- :return: The RNA type or default when not found.
1496
- :rtype: bpy.types.Struct
1497
- """
1498
- ...
1499
-
1500
- def bl_rna_get_subclass_py(self) -> typing.Any:
1501
- """
1502
-
1503
- :return: The class or default when not found.
1504
- :rtype: typing.Any
1505
- """
1506
- ...
1507
-
1508
- def draw(self, context):
1509
- """
1510
-
1511
- :param context:
1512
- """
1513
- ...
1514
-
1515
- def driver_add(self) -> bpy.types.FCurve:
1516
- """Adds driver(s) to the given property
1517
-
1518
- :return: The driver(s) added.
1519
- :rtype: bpy.types.FCurve
1520
- """
1521
- ...
1522
-
1523
- def driver_remove(self) -> bool:
1524
- """Remove driver(s) from the given property
1525
-
1526
- :return: Success of driver removal.
1527
- :rtype: bool
1528
- """
1529
- ...
1530
-
1531
- def get(self):
1532
- """Returns the value of the custom property assigned to key or default
1533
- when not found (matches Python's dictionary function of the same name).
1534
-
1535
- """
1536
- ...
1537
-
1538
- def id_properties_clear(self):
1539
- """
1540
-
1541
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1542
- """
1543
- ...
1544
-
1545
- def id_properties_ensure(self):
1546
- """
1547
-
1548
- :return: the parent group for an RNA struct's custom IDProperties.
1549
- """
1550
- ...
1551
-
1552
- def id_properties_ui(self):
1553
- """
1554
-
1555
- :return: Return an object used to manage an IDProperty's UI data.
1556
- """
1557
- ...
1558
-
1559
- def is_extended(self): ...
1560
- def is_property_hidden(self) -> bool:
1561
- """Check if a property is hidden.
1562
-
1563
- :return: True when the property is hidden.
1564
- :rtype: bool
1565
- """
1566
- ...
1567
-
1568
- def is_property_overridable_library(self) -> bool:
1569
- """Check if a property is overridable.
1570
-
1571
- :return: True when the property is overridable.
1572
- :rtype: bool
1573
- """
1574
- ...
1575
-
1576
- def is_property_readonly(self) -> bool:
1577
- """Check if a property is readonly.
1578
-
1579
- :return: True when the property is readonly (not writable).
1580
- :rtype: bool
1581
- """
1582
- ...
1583
-
1584
- def is_property_set(self) -> bool:
1585
- """Check if a property is set, use for testing operator properties.
1586
-
1587
- :return: True when the property has been set.
1588
- :rtype: bool
1589
- """
1590
- ...
1591
-
1592
- def items(self):
1593
- """Returns the items of this objects custom properties (matches Python's
1594
- dictionary function of the same name).
1595
-
1596
- :return: custom property key, value pairs.
1597
- """
1598
- ...
1599
-
1600
- def keyframe_delete(self) -> bool:
1601
- """Remove a keyframe from this properties fcurve.
1602
-
1603
- :return: Success of keyframe deletion.
1604
- :rtype: bool
1605
- """
1606
- ...
1607
-
1608
- def keyframe_insert(self) -> bool:
1609
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1610
-
1611
- :return: Success of keyframe insertion.
1612
- :rtype: bool
1613
- """
1614
- ...
1615
-
1616
- def keys(self):
1617
- """Returns the keys of this objects custom properties (matches Python's
1618
- dictionary function of the same name).
1619
-
1620
- :return: custom property keys.
1621
- """
1622
- ...
1623
-
1624
- def path_from_id(self) -> str:
1625
- """Returns the data path from the ID to this object (string).
1626
-
1627
- :return: The path from `bpy.types.bpy_struct.id_data`
1628
- to this struct and property (when given).
1629
- :rtype: str
1630
- """
1631
- ...
1632
-
1633
- def path_resolve(self):
1634
- """Returns the property from the path, raise an exception when not found."""
1635
- ...
1636
-
1637
- @classmethod
1638
- def poll(cls, context):
1639
- """
1640
-
1641
- :param context:
1642
- """
1643
- ...
1644
-
1645
- def poll_collision(self, context):
1646
- """
1647
-
1648
- :param context:
1649
- """
1650
- ...
1651
-
1652
- def poll_force_field(self, context):
1653
- """
1654
-
1655
- :param context:
1656
- """
1657
- ...
1658
-
1659
- def pop(self):
1660
- """Remove and return the value of the custom property assigned to key or default
1661
- when not found (matches Python's dictionary function of the same name).
1662
-
1663
- """
1664
- ...
1665
-
1666
- def prepend(self, draw_func):
1667
- """Prepend a draw function to this menu, takes the same arguments as
1668
- the menus draw function
1669
-
1670
- :param draw_func:
1671
- """
1672
- ...
1673
-
1674
- def property_overridable_library_set(self) -> bool:
1675
- """Define a property as overridable or not (only for custom properties!).
1676
-
1677
- :return: True when the overridable status of the property was successfully set.
1678
- :rtype: bool
1679
- """
1680
- ...
1681
-
1682
- def property_unset(self):
1683
- """Unset a property, will use default value afterward."""
1684
- ...
1685
-
1686
- def remove(self, draw_func):
1687
- """Remove a draw function that has been added to this menu
1688
-
1689
- :param draw_func:
1690
- """
1691
- ...
1692
-
1693
- def type_recast(self):
1694
- """Return a new instance, this is needed because types
1695
- such as textures can be changed at runtime.
1696
-
1697
- :return: a new instance of this object with the type initialized again.
1698
- """
1699
- ...
1700
-
1701
- def values(self):
1702
- """Returns the values of this objects custom properties (matches Python's
1703
- dictionary function of the same name).
1704
-
1705
- :return: custom property values.
1706
- """
1707
- ...
1708
-
1709
- class PHYSICS_PT_field_settings(PhysicButtonsPanel, bpy_types._GenericUI):
1710
- COMPAT_ENGINES: typing.Any
1711
- bl_context: typing.Any
1712
- bl_label: typing.Any
1713
- bl_parent_id: typing.Any
1714
- bl_region_type: typing.Any
1715
- bl_rna: typing.Any
1716
- bl_space_type: typing.Any
1717
- id_data: typing.Any
1718
-
1719
- def append(self, draw_func):
1720
- """Append a draw function to this menu,
1721
- takes the same arguments as the menus draw function
1722
-
1723
- :param draw_func:
1724
- """
1725
- ...
1726
-
1727
- def as_pointer(self) -> int:
1728
- """Returns the memory address which holds a pointer to Blender's internal data
1729
-
1730
- :return: int (memory address).
1731
- :rtype: int
1732
- """
1733
- ...
1734
-
1735
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1736
- """
1737
-
1738
- :return: The RNA type or default when not found.
1739
- :rtype: bpy.types.Struct
1740
- """
1741
- ...
1742
-
1743
- def bl_rna_get_subclass_py(self) -> typing.Any:
1744
- """
1745
-
1746
- :return: The class or default when not found.
1747
- :rtype: typing.Any
1748
- """
1749
- ...
1750
-
1751
- def draw(self, context):
1752
- """
1753
-
1754
- :param context:
1755
- """
1756
- ...
1757
-
1758
- def driver_add(self) -> bpy.types.FCurve:
1759
- """Adds driver(s) to the given property
1760
-
1761
- :return: The driver(s) added.
1762
- :rtype: bpy.types.FCurve
1763
- """
1764
- ...
1765
-
1766
- def driver_remove(self) -> bool:
1767
- """Remove driver(s) from the given property
1768
-
1769
- :return: Success of driver removal.
1770
- :rtype: bool
1771
- """
1772
- ...
1773
-
1774
- def get(self):
1775
- """Returns the value of the custom property assigned to key or default
1776
- when not found (matches Python's dictionary function of the same name).
1777
-
1778
- """
1779
- ...
1780
-
1781
- def id_properties_clear(self):
1782
- """
1783
-
1784
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1785
- """
1786
- ...
1787
-
1788
- def id_properties_ensure(self):
1789
- """
1790
-
1791
- :return: the parent group for an RNA struct's custom IDProperties.
1792
- """
1793
- ...
1794
-
1795
- def id_properties_ui(self):
1796
- """
1797
-
1798
- :return: Return an object used to manage an IDProperty's UI data.
1799
- """
1800
- ...
1801
-
1802
- def is_extended(self): ...
1803
- def is_property_hidden(self) -> bool:
1804
- """Check if a property is hidden.
1805
-
1806
- :return: True when the property is hidden.
1807
- :rtype: bool
1808
- """
1809
- ...
1810
-
1811
- def is_property_overridable_library(self) -> bool:
1812
- """Check if a property is overridable.
1813
-
1814
- :return: True when the property is overridable.
1815
- :rtype: bool
1816
- """
1817
- ...
1818
-
1819
- def is_property_readonly(self) -> bool:
1820
- """Check if a property is readonly.
1821
-
1822
- :return: True when the property is readonly (not writable).
1823
- :rtype: bool
1824
- """
1825
- ...
1826
-
1827
- def is_property_set(self) -> bool:
1828
- """Check if a property is set, use for testing operator properties.
1829
-
1830
- :return: True when the property has been set.
1831
- :rtype: bool
1832
- """
1833
- ...
1834
-
1835
- def items(self):
1836
- """Returns the items of this objects custom properties (matches Python's
1837
- dictionary function of the same name).
1838
-
1839
- :return: custom property key, value pairs.
1840
- """
1841
- ...
1842
-
1843
- def keyframe_delete(self) -> bool:
1844
- """Remove a keyframe from this properties fcurve.
1845
-
1846
- :return: Success of keyframe deletion.
1847
- :rtype: bool
1848
- """
1849
- ...
1850
-
1851
- def keyframe_insert(self) -> bool:
1852
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1853
-
1854
- :return: Success of keyframe insertion.
1855
- :rtype: bool
1856
- """
1857
- ...
1858
-
1859
- def keys(self):
1860
- """Returns the keys of this objects custom properties (matches Python's
1861
- dictionary function of the same name).
1862
-
1863
- :return: custom property keys.
1864
- """
1865
- ...
1866
-
1867
- def path_from_id(self) -> str:
1868
- """Returns the data path from the ID to this object (string).
1869
-
1870
- :return: The path from `bpy.types.bpy_struct.id_data`
1871
- to this struct and property (when given).
1872
- :rtype: str
1873
- """
1874
- ...
1875
-
1876
- def path_resolve(self):
1877
- """Returns the property from the path, raise an exception when not found."""
1878
- ...
1879
-
1880
- @classmethod
1881
- def poll(cls, context):
1882
- """
1883
-
1884
- :param context:
1885
- """
1886
- ...
1887
-
1888
- def poll_collision(self, context):
1889
- """
1890
-
1891
- :param context:
1892
- """
1893
- ...
1894
-
1895
- def poll_force_field(self, context):
1896
- """
1897
-
1898
- :param context:
1899
- """
1900
- ...
1901
-
1902
- def pop(self):
1903
- """Remove and return the value of the custom property assigned to key or default
1904
- when not found (matches Python's dictionary function of the same name).
1905
-
1906
- """
1907
- ...
1908
-
1909
- def prepend(self, draw_func):
1910
- """Prepend a draw function to this menu, takes the same arguments as
1911
- the menus draw function
1912
-
1913
- :param draw_func:
1914
- """
1915
- ...
1916
-
1917
- def property_overridable_library_set(self) -> bool:
1918
- """Define a property as overridable or not (only for custom properties!).
1919
-
1920
- :return: True when the overridable status of the property was successfully set.
1921
- :rtype: bool
1922
- """
1923
- ...
1924
-
1925
- def property_unset(self):
1926
- """Unset a property, will use default value afterward."""
1927
- ...
1928
-
1929
- def remove(self, draw_func):
1930
- """Remove a draw function that has been added to this menu
1931
-
1932
- :param draw_func:
1933
- """
1934
- ...
1935
-
1936
- def type_recast(self):
1937
- """Return a new instance, this is needed because types
1938
- such as textures can be changed at runtime.
1939
-
1940
- :return: a new instance of this object with the type initialized again.
1941
- """
1942
- ...
1943
-
1944
- def values(self):
1945
- """Returns the values of this objects custom properties (matches Python's
1946
- dictionary function of the same name).
1947
-
1948
- :return: custom property values.
1949
- """
1950
- ...
1951
-
1952
- class PHYSICS_PT_field_settings_kink(PhysicButtonsPanel, bpy_types._GenericUI):
1953
- COMPAT_ENGINES: typing.Any
1954
- bl_context: typing.Any
1955
- bl_label: typing.Any
1956
- bl_parent_id: typing.Any
1957
- bl_region_type: typing.Any
1958
- bl_rna: typing.Any
1959
- bl_space_type: typing.Any
1960
- id_data: typing.Any
1961
-
1962
- def append(self, draw_func):
1963
- """Append a draw function to this menu,
1964
- takes the same arguments as the menus draw function
1965
-
1966
- :param draw_func:
1967
- """
1968
- ...
1969
-
1970
- def as_pointer(self) -> int:
1971
- """Returns the memory address which holds a pointer to Blender's internal data
1972
-
1973
- :return: int (memory address).
1974
- :rtype: int
1975
- """
1976
- ...
1977
-
1978
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1979
- """
1980
-
1981
- :return: The RNA type or default when not found.
1982
- :rtype: bpy.types.Struct
1983
- """
1984
- ...
1985
-
1986
- def bl_rna_get_subclass_py(self) -> typing.Any:
1987
- """
1988
-
1989
- :return: The class or default when not found.
1990
- :rtype: typing.Any
1991
- """
1992
- ...
1993
-
1994
- def draw(self, context):
1995
- """
1996
-
1997
- :param context:
1998
- """
1999
- ...
2000
-
2001
- def driver_add(self) -> bpy.types.FCurve:
2002
- """Adds driver(s) to the given property
2003
-
2004
- :return: The driver(s) added.
2005
- :rtype: bpy.types.FCurve
2006
- """
2007
- ...
2008
-
2009
- def driver_remove(self) -> bool:
2010
- """Remove driver(s) from the given property
2011
-
2012
- :return: Success of driver removal.
2013
- :rtype: bool
2014
- """
2015
- ...
2016
-
2017
- def get(self):
2018
- """Returns the value of the custom property assigned to key or default
2019
- when not found (matches Python's dictionary function of the same name).
2020
-
2021
- """
2022
- ...
2023
-
2024
- def id_properties_clear(self):
2025
- """
2026
-
2027
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2028
- """
2029
- ...
2030
-
2031
- def id_properties_ensure(self):
2032
- """
2033
-
2034
- :return: the parent group for an RNA struct's custom IDProperties.
2035
- """
2036
- ...
2037
-
2038
- def id_properties_ui(self):
2039
- """
2040
-
2041
- :return: Return an object used to manage an IDProperty's UI data.
2042
- """
2043
- ...
2044
-
2045
- def is_extended(self): ...
2046
- def is_property_hidden(self) -> bool:
2047
- """Check if a property is hidden.
2048
-
2049
- :return: True when the property is hidden.
2050
- :rtype: bool
2051
- """
2052
- ...
2053
-
2054
- def is_property_overridable_library(self) -> bool:
2055
- """Check if a property is overridable.
2056
-
2057
- :return: True when the property is overridable.
2058
- :rtype: bool
2059
- """
2060
- ...
2061
-
2062
- def is_property_readonly(self) -> bool:
2063
- """Check if a property is readonly.
2064
-
2065
- :return: True when the property is readonly (not writable).
2066
- :rtype: bool
2067
- """
2068
- ...
2069
-
2070
- def is_property_set(self) -> bool:
2071
- """Check if a property is set, use for testing operator properties.
2072
-
2073
- :return: True when the property has been set.
2074
- :rtype: bool
2075
- """
2076
- ...
2077
-
2078
- def items(self):
2079
- """Returns the items of this objects custom properties (matches Python's
2080
- dictionary function of the same name).
2081
-
2082
- :return: custom property key, value pairs.
2083
- """
2084
- ...
2085
-
2086
- def keyframe_delete(self) -> bool:
2087
- """Remove a keyframe from this properties fcurve.
2088
-
2089
- :return: Success of keyframe deletion.
2090
- :rtype: bool
2091
- """
2092
- ...
2093
-
2094
- def keyframe_insert(self) -> bool:
2095
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2096
-
2097
- :return: Success of keyframe insertion.
2098
- :rtype: bool
2099
- """
2100
- ...
2101
-
2102
- def keys(self):
2103
- """Returns the keys of this objects custom properties (matches Python's
2104
- dictionary function of the same name).
2105
-
2106
- :return: custom property keys.
2107
- """
2108
- ...
2109
-
2110
- def path_from_id(self) -> str:
2111
- """Returns the data path from the ID to this object (string).
2112
-
2113
- :return: The path from `bpy.types.bpy_struct.id_data`
2114
- to this struct and property (when given).
2115
- :rtype: str
2116
- """
2117
- ...
2118
-
2119
- def path_resolve(self):
2120
- """Returns the property from the path, raise an exception when not found."""
2121
- ...
2122
-
2123
- @classmethod
2124
- def poll(cls, context):
2125
- """
2126
-
2127
- :param context:
2128
- """
2129
- ...
2130
-
2131
- def poll_collision(self, context):
2132
- """
2133
-
2134
- :param context:
2135
- """
2136
- ...
2137
-
2138
- def poll_force_field(self, context):
2139
- """
2140
-
2141
- :param context:
2142
- """
2143
- ...
2144
-
2145
- def pop(self):
2146
- """Remove and return the value of the custom property assigned to key or default
2147
- when not found (matches Python's dictionary function of the same name).
2148
-
2149
- """
2150
- ...
2151
-
2152
- def prepend(self, draw_func):
2153
- """Prepend a draw function to this menu, takes the same arguments as
2154
- the menus draw function
2155
-
2156
- :param draw_func:
2157
- """
2158
- ...
2159
-
2160
- def property_overridable_library_set(self) -> bool:
2161
- """Define a property as overridable or not (only for custom properties!).
2162
-
2163
- :return: True when the overridable status of the property was successfully set.
2164
- :rtype: bool
2165
- """
2166
- ...
2167
-
2168
- def property_unset(self):
2169
- """Unset a property, will use default value afterward."""
2170
- ...
2171
-
2172
- def remove(self, draw_func):
2173
- """Remove a draw function that has been added to this menu
2174
-
2175
- :param draw_func:
2176
- """
2177
- ...
2178
-
2179
- def type_recast(self):
2180
- """Return a new instance, this is needed because types
2181
- such as textures can be changed at runtime.
2182
-
2183
- :return: a new instance of this object with the type initialized again.
2184
- """
2185
- ...
2186
-
2187
- def values(self):
2188
- """Returns the values of this objects custom properties (matches Python's
2189
- dictionary function of the same name).
2190
-
2191
- :return: custom property values.
2192
- """
2193
- ...
2194
-
2195
- class PHYSICS_PT_field_settings_texture_select(
2196
- PhysicButtonsPanel, bpy_types._GenericUI
2197
- ):
2198
- COMPAT_ENGINES: typing.Any
2199
- bl_context: typing.Any
2200
- bl_label: typing.Any
2201
- bl_parent_id: typing.Any
2202
- bl_region_type: typing.Any
2203
- bl_rna: typing.Any
2204
- bl_space_type: typing.Any
2205
- id_data: typing.Any
2206
-
2207
- def append(self, draw_func):
2208
- """Append a draw function to this menu,
2209
- takes the same arguments as the menus draw function
2210
-
2211
- :param draw_func:
2212
- """
2213
- ...
2214
-
2215
- def as_pointer(self) -> int:
2216
- """Returns the memory address which holds a pointer to Blender's internal data
2217
-
2218
- :return: int (memory address).
2219
- :rtype: int
2220
- """
2221
- ...
2222
-
2223
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2224
- """
2225
-
2226
- :return: The RNA type or default when not found.
2227
- :rtype: bpy.types.Struct
2228
- """
2229
- ...
2230
-
2231
- def bl_rna_get_subclass_py(self) -> typing.Any:
2232
- """
2233
-
2234
- :return: The class or default when not found.
2235
- :rtype: typing.Any
2236
- """
2237
- ...
2238
-
2239
- def draw(self, context):
2240
- """
2241
-
2242
- :param context:
2243
- """
2244
- ...
2245
-
2246
- def driver_add(self) -> bpy.types.FCurve:
2247
- """Adds driver(s) to the given property
2248
-
2249
- :return: The driver(s) added.
2250
- :rtype: bpy.types.FCurve
2251
- """
2252
- ...
2253
-
2254
- def driver_remove(self) -> bool:
2255
- """Remove driver(s) from the given property
2256
-
2257
- :return: Success of driver removal.
2258
- :rtype: bool
2259
- """
2260
- ...
2261
-
2262
- def get(self):
2263
- """Returns the value of the custom property assigned to key or default
2264
- when not found (matches Python's dictionary function of the same name).
2265
-
2266
- """
2267
- ...
2268
-
2269
- def id_properties_clear(self):
2270
- """
2271
-
2272
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2273
- """
2274
- ...
2275
-
2276
- def id_properties_ensure(self):
2277
- """
2278
-
2279
- :return: the parent group for an RNA struct's custom IDProperties.
2280
- """
2281
- ...
2282
-
2283
- def id_properties_ui(self):
2284
- """
2285
-
2286
- :return: Return an object used to manage an IDProperty's UI data.
2287
- """
2288
- ...
2289
-
2290
- def is_extended(self): ...
2291
- def is_property_hidden(self) -> bool:
2292
- """Check if a property is hidden.
2293
-
2294
- :return: True when the property is hidden.
2295
- :rtype: bool
2296
- """
2297
- ...
2298
-
2299
- def is_property_overridable_library(self) -> bool:
2300
- """Check if a property is overridable.
2301
-
2302
- :return: True when the property is overridable.
2303
- :rtype: bool
2304
- """
2305
- ...
2306
-
2307
- def is_property_readonly(self) -> bool:
2308
- """Check if a property is readonly.
2309
-
2310
- :return: True when the property is readonly (not writable).
2311
- :rtype: bool
2312
- """
2313
- ...
2314
-
2315
- def is_property_set(self) -> bool:
2316
- """Check if a property is set, use for testing operator properties.
2317
-
2318
- :return: True when the property has been set.
2319
- :rtype: bool
2320
- """
2321
- ...
2322
-
2323
- def items(self):
2324
- """Returns the items of this objects custom properties (matches Python's
2325
- dictionary function of the same name).
2326
-
2327
- :return: custom property key, value pairs.
2328
- """
2329
- ...
2330
-
2331
- def keyframe_delete(self) -> bool:
2332
- """Remove a keyframe from this properties fcurve.
2333
-
2334
- :return: Success of keyframe deletion.
2335
- :rtype: bool
2336
- """
2337
- ...
2338
-
2339
- def keyframe_insert(self) -> bool:
2340
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2341
-
2342
- :return: Success of keyframe insertion.
2343
- :rtype: bool
2344
- """
2345
- ...
2346
-
2347
- def keys(self):
2348
- """Returns the keys of this objects custom properties (matches Python's
2349
- dictionary function of the same name).
2350
-
2351
- :return: custom property keys.
2352
- """
2353
- ...
2354
-
2355
- def path_from_id(self) -> str:
2356
- """Returns the data path from the ID to this object (string).
2357
-
2358
- :return: The path from `bpy.types.bpy_struct.id_data`
2359
- to this struct and property (when given).
2360
- :rtype: str
2361
- """
2362
- ...
2363
-
2364
- def path_resolve(self):
2365
- """Returns the property from the path, raise an exception when not found."""
2366
- ...
2367
-
2368
- @classmethod
2369
- def poll(cls, context):
2370
- """
2371
-
2372
- :param context:
2373
- """
2374
- ...
2375
-
2376
- def poll_collision(self, context):
426
+ @classmethod
427
+ def poll(cls, context):
2377
428
  """
2378
429
 
2379
430
  :param context:
2380
431
  """
2381
432
  ...
2382
433
 
2383
- def poll_force_field(self, context):
2384
- """
2385
-
2386
- :param context:
2387
- """
2388
- ...
2389
-
2390
- def pop(self):
2391
- """Remove and return the value of the custom property assigned to key or default
2392
- when not found (matches Python's dictionary function of the same name).
2393
-
2394
- """
2395
- ...
2396
-
2397
- def prepend(self, draw_func):
2398
- """Prepend a draw function to this menu, takes the same arguments as
2399
- the menus draw function
2400
-
2401
- :param draw_func:
2402
- """
2403
- ...
2404
-
2405
- def property_overridable_library_set(self) -> bool:
2406
- """Define a property as overridable or not (only for custom properties!).
2407
-
2408
- :return: True when the overridable status of the property was successfully set.
2409
- :rtype: bool
2410
- """
2411
- ...
2412
-
2413
- def property_unset(self):
2414
- """Unset a property, will use default value afterward."""
2415
- ...
2416
-
2417
- def remove(self, draw_func):
2418
- """Remove a draw function that has been added to this menu
2419
-
2420
- :param draw_func:
2421
- """
2422
- ...
2423
-
2424
- def type_recast(self):
2425
- """Return a new instance, this is needed because types
2426
- such as textures can be changed at runtime.
2427
-
2428
- :return: a new instance of this object with the type initialized again.
2429
- """
2430
- ...
2431
-
2432
- def values(self):
2433
- """Returns the values of this objects custom properties (matches Python's
2434
- dictionary function of the same name).
2435
-
2436
- :return: custom property values.
2437
- """
2438
- ...
2439
-
2440
434
  class PhysicButtonsPanel:
2441
435
  bl_context: typing.Any
2442
436
  bl_region_type: typing.Any